Lines Matching refs:ls_rjt
1745 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_rport_plogi_response() local
1767 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_plogi_response()
1769 bfa_trc(rport->fcs, ls_rjt->reason_code); in bfa_fcs_rport_plogi_response()
1770 bfa_trc(rport->fcs, ls_rjt->reason_code_expl); in bfa_fcs_rport_plogi_response()
1772 if ((ls_rjt->reason_code == FC_LS_RJT_RSN_UNABLE_TO_PERF_CMD) && in bfa_fcs_rport_plogi_response()
1773 (ls_rjt->reason_code_expl == FC_LS_RJT_EXP_INSUFF_RES)) { in bfa_fcs_rport_plogi_response()
1897 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_rport_adisc_response() local
1914 ls_rjt = pld; in bfa_fcs_rport_adisc_response()
1915 bfa_trc(rport->fcs, ls_rjt->els_cmd.els_code); in bfa_fcs_rport_adisc_response()
1916 bfa_trc(rport->fcs, ls_rjt->reason_code); in bfa_fcs_rport_adisc_response()
1917 bfa_trc(rport->fcs, ls_rjt->reason_code_expl); in bfa_fcs_rport_adisc_response()
3413 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_rpf_rpsc2_response() local
3455 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rpf_rpsc2_response()
3456 bfa_trc(rport->fcs, ls_rjt->reason_code); in bfa_fcs_rpf_rpsc2_response()
3457 bfa_trc(rport->fcs, ls_rjt->reason_code_expl); in bfa_fcs_rpf_rpsc2_response()
3459 if (ls_rjt->reason_code == FC_LS_RJT_RSN_CMD_NOT_SUPP) in bfa_fcs_rpf_rpsc2_response()