Searched refs:ls_rjt (Results 1 - 8 of 8) sorted by relevance
/drivers/scsi/bfa/ |
H A D | bfa_fcs_fcpim.c | 489 struct fc_ls_rjt_s *ls_rjt; local 539 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); 541 bfa_trc(itnim->fcs, ls_rjt->reason_code); 542 bfa_trc(itnim->fcs, ls_rjt->reason_code_expl); 545 if (ls_rjt->reason_code == FC_LS_RJT_RSN_CMD_NOT_SUPP) {
|
H A D | bfa_fcbuild.c | 196 struct fc_ls_rjt_s *ls_rjt = (struct fc_ls_rjt_s *) els_cmd; local 202 if (ls_rjt->reason_code == FC_LS_RJT_RSN_LOGICAL_BUSY) 351 struct fc_ls_rjt_s *ls_rjt; local 355 ls_rjt = (struct fc_ls_rjt_s *) (fchs + 1); 356 if (ls_rjt->reason_code == FC_LS_RJT_RSN_LOGICAL_BUSY) 630 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt, u32 d_id, argument 635 memset(ls_rjt, 0, sizeof(struct fc_ls_rjt_s)); 637 ls_rjt->els_cmd.els_code = FC_ELS_LS_RJT; 638 ls_rjt->reason_code = reason_code; 639 ls_rjt [all...] |
H A D | bfa_fcs_rport.c | 1745 struct fc_ls_rjt_s *ls_rjt; local 1767 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); 1769 bfa_trc(rport->fcs, ls_rjt->reason_code); 1770 bfa_trc(rport->fcs, ls_rjt->reason_code_expl); 1772 if ((ls_rjt->reason_code == FC_LS_RJT_RSN_UNABLE_TO_PERF_CMD) && 1773 (ls_rjt->reason_code_expl == FC_LS_RJT_EXP_INSUFF_RES)) { 1897 struct fc_ls_rjt_s *ls_rjt; local 1914 ls_rjt = pld; 1915 bfa_trc(rport->fcs, ls_rjt->els_cmd.els_code); 1916 bfa_trc(rport->fcs, ls_rjt 3413 struct fc_ls_rjt_s *ls_rjt; local [all...] |
H A D | bfa_fcbuild.h | 213 u16 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt,
|
H A D | bfa_fcs_lport.c | 3451 struct fc_ls_rjt_s *ls_rjt; local 3482 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); 3484 bfa_trc(port->fcs, ls_rjt->reason_code); 3485 bfa_trc(port->fcs, ls_rjt->reason_code_expl); 4417 struct fc_ls_rjt_s *ls_rjt; local 4448 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); 4450 bfa_trc(port->fcs, ls_rjt->reason_code); 4451 bfa_trc(port->fcs, ls_rjt->reason_code_expl); 5427 struct fc_ls_rjt_s *ls_rjt; local 5450 ls_rjt [all...] |
/drivers/scsi/lpfc/ |
H A D | lpfc_nportdisc.c | 283 struct ls_rjt stat; 286 memset(&stat, 0, sizeof (struct ls_rjt)); 522 struct ls_rjt stat; 906 struct ls_rjt stat; 909 memset(&stat, 0, sizeof (struct ls_rjt)); 952 struct ls_rjt stat; 954 memset(&stat, 0, sizeof (struct ls_rjt)); 1819 struct ls_rjt stat; 1821 memset(&stat, 0, sizeof(struct ls_rjt)); 1833 struct ls_rjt sta [all...] |
H A D | lpfc_els.c | 3114 struct ls_rjt stat; 3737 uint32_t ls_rjt = 0; local 3754 ls_rjt = 1; 3868 if (ls_rjt) 5109 struct ls_rjt stat; 5284 struct ls_rjt stat; 5355 struct ls_rjt stat; 5599 struct ls_rjt stat; 5663 struct ls_rjt stat; 5752 struct ls_rjt sta [all...] |
H A D | lpfc_hw.h | 601 struct ls_rjt { /* Structure is in Big Endian format */ struct 996 struct ls_rjt lsRjt; /* Payload for LS_RJT ELS response */
|
Completed in 162 milliseconds