Searched defs:ls_rjt (Results 1 - 6 of 6) sorted by relevance

/drivers/scsi/bfa/
H A Dbfa_fcs_fcpim.c489 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 Dbfa_fcs_rport.c1745 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 Dbfa_fcbuild.c196 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 Dbfa_fcs_lport.c3451 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 Dlpfc_els.c3114 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 Dlpfc_hw.h601 struct ls_rjt { /* Structure is in Big Endian format */ struct
996 struct ls_rjt lsRjt; /* Payload for LS_RJT ELS response */

Completed in 150 milliseconds