Searched refs:ls_rjt (Results 1 - 8 of 8) sorted by relevance

/drivers/scsi/bfa/
H A Dbfa_fcs_fcpim.c458 struct fc_ls_rjt_s *ls_rjt; local
508 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp);
510 bfa_trc(itnim->fcs, ls_rjt->reason_code);
511 bfa_trc(itnim->fcs, ls_rjt->reason_code_expl);
514 if (ls_rjt->reason_code == FC_LS_RJT_RSN_CMD_NOT_SUPP) {
H A Dbfa_fcs_rport.c1402 struct fc_ls_rjt_s *ls_rjt; local
1424 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp);
1426 bfa_trc(rport->fcs, ls_rjt->reason_code);
1427 bfa_trc(rport->fcs, ls_rjt->reason_code_expl);
1429 if ((ls_rjt->reason_code == FC_LS_RJT_RSN_UNABLE_TO_PERF_CMD) &&
1430 (ls_rjt->reason_code_expl == FC_LS_RJT_EXP_INSUFF_RES)) {
1552 struct fc_ls_rjt_s *ls_rjt; local
1569 ls_rjt = pld;
1570 bfa_trc(rport->fcs, ls_rjt->els_cmd.els_code);
1571 bfa_trc(rport->fcs, ls_rjt
2969 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)
347 struct fc_ls_rjt_s *ls_rjt; local
351 ls_rjt = (struct fc_ls_rjt_s *) (fchs + 1);
352 if (ls_rjt->reason_code == FC_LS_RJT_RSN_LOGICAL_BUSY)
626 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt, u32 d_id, argument
631 memset(ls_rjt, 0, sizeof(struct fc_ls_rjt_s));
633 ls_rjt->els_cmd.els_code = FC_ELS_LS_RJT;
634 ls_rjt->reason_code = reason_code;
635 ls_rjt
[all...]
H A Dbfa_fcs_lport.c3052 struct fc_ls_rjt_s *ls_rjt; local
3083 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp);
3085 bfa_trc(port->fcs, ls_rjt->reason_code);
3086 bfa_trc(port->fcs, ls_rjt->reason_code_expl);
3811 struct fc_ls_rjt_s *ls_rjt; local
3842 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp);
3844 bfa_trc(port->fcs, ls_rjt->reason_code);
3845 bfa_trc(port->fcs, ls_rjt->reason_code_expl);
4571 struct fc_ls_rjt_s *ls_rjt; local
4594 ls_rjt
[all...]
H A Dbfa_fcbuild.h211 u16 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt,
/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c272 struct ls_rjt stat;
275 memset(&stat, 0, sizeof (struct ls_rjt));
500 struct ls_rjt stat;
878 struct ls_rjt stat;
881 memset(&stat, 0, sizeof (struct ls_rjt));
924 struct ls_rjt stat;
926 memset(&stat, 0, sizeof (struct ls_rjt));
1946 struct ls_rjt stat;
1948 memset(&stat, 0, sizeof (struct ls_rjt));
H A Dlpfc_els.c2934 struct ls_rjt stat;
3544 uint32_t ls_rjt = 0; local
3561 ls_rjt = 1;
3675 if (ls_rjt)
4915 struct ls_rjt stat;
5025 struct ls_rjt stat;
5097 struct ls_rjt stat;
5340 struct ls_rjt stat;
5404 struct ls_rjt stat;
5493 struct ls_rjt sta
[all...]
H A Dlpfc_hw.h598 struct ls_rjt { /* Structure is in Big Endian format */ struct
993 struct ls_rjt lsRjt; /* Payload for LS_RJT ELS response */

Completed in 297 milliseconds