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

/linux-4.4.14/drivers/scsi/bfa/
H A Dbfa_fcbuild.c196 struct fc_ls_rjt_s *ls_rjt = (struct fc_ls_rjt_s *) els_cmd; fc_els_rsp_parse() local
202 if (ls_rjt->reason_code == FC_LS_RJT_RSN_LOGICAL_BUSY) fc_els_rsp_parse()
351 struct fc_ls_rjt_s *ls_rjt; fc_plogi_rsp_parse() local
355 ls_rjt = (struct fc_ls_rjt_s *) (fchs + 1); fc_plogi_rsp_parse()
356 if (ls_rjt->reason_code == FC_LS_RJT_RSN_LOGICAL_BUSY) fc_plogi_rsp_parse()
630 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt, u32 d_id, fc_ls_rjt_build() argument
635 memset(ls_rjt, 0, sizeof(struct fc_ls_rjt_s)); fc_ls_rjt_build()
637 ls_rjt->els_cmd.els_code = FC_ELS_LS_RJT; fc_ls_rjt_build()
638 ls_rjt->reason_code = reason_code; fc_ls_rjt_build()
639 ls_rjt->reason_code_expl = reason_code_expl; fc_ls_rjt_build()
640 ls_rjt->vendor_unique = 0x00; fc_ls_rjt_build()
H A Dbfa_fcs_fcpim.c489 struct fc_ls_rjt_s *ls_rjt; bfa_fcs_itnim_prli_response() local
539 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); bfa_fcs_itnim_prli_response()
541 bfa_trc(itnim->fcs, ls_rjt->reason_code); bfa_fcs_itnim_prli_response()
542 bfa_trc(itnim->fcs, ls_rjt->reason_code_expl); bfa_fcs_itnim_prli_response()
545 if (ls_rjt->reason_code == FC_LS_RJT_RSN_CMD_NOT_SUPP) { bfa_fcs_itnim_prli_response()
H A Dbfa_fcs_rport.c1745 struct fc_ls_rjt_s *ls_rjt; bfa_fcs_rport_plogi_response() local
1767 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); bfa_fcs_rport_plogi_response()
1769 bfa_trc(rport->fcs, ls_rjt->reason_code); bfa_fcs_rport_plogi_response()
1770 bfa_trc(rport->fcs, ls_rjt->reason_code_expl); bfa_fcs_rport_plogi_response()
1772 if ((ls_rjt->reason_code == FC_LS_RJT_RSN_UNABLE_TO_PERF_CMD) && bfa_fcs_rport_plogi_response()
1773 (ls_rjt->reason_code_expl == FC_LS_RJT_EXP_INSUFF_RES)) { bfa_fcs_rport_plogi_response()
1897 struct fc_ls_rjt_s *ls_rjt; bfa_fcs_rport_adisc_response() local
1914 ls_rjt = pld; bfa_fcs_rport_adisc_response()
1915 bfa_trc(rport->fcs, ls_rjt->els_cmd.els_code); bfa_fcs_rport_adisc_response()
1916 bfa_trc(rport->fcs, ls_rjt->reason_code); bfa_fcs_rport_adisc_response()
1917 bfa_trc(rport->fcs, ls_rjt->reason_code_expl); bfa_fcs_rport_adisc_response()
3413 struct fc_ls_rjt_s *ls_rjt; bfa_fcs_rpf_rpsc2_response() local
3455 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); bfa_fcs_rpf_rpsc2_response()
3456 bfa_trc(rport->fcs, ls_rjt->reason_code); bfa_fcs_rpf_rpsc2_response()
3457 bfa_trc(rport->fcs, ls_rjt->reason_code_expl); bfa_fcs_rpf_rpsc2_response()
3459 if (ls_rjt->reason_code == FC_LS_RJT_RSN_CMD_NOT_SUPP) bfa_fcs_rpf_rpsc2_response()
H A Dbfa_fcbuild.h213 u16 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt,
H A Dbfa_fcs_lport.c3451 struct fc_ls_rjt_s *ls_rjt; bfa_fcs_lport_ms_plogi_response() local
3482 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); bfa_fcs_lport_ms_plogi_response()
3484 bfa_trc(port->fcs, ls_rjt->reason_code); bfa_fcs_lport_ms_plogi_response()
3485 bfa_trc(port->fcs, ls_rjt->reason_code_expl); bfa_fcs_lport_ms_plogi_response()
4417 struct fc_ls_rjt_s *ls_rjt; bfa_fcs_lport_ns_plogi_response() local
4448 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); bfa_fcs_lport_ns_plogi_response()
4450 bfa_trc(port->fcs, ls_rjt->reason_code); bfa_fcs_lport_ns_plogi_response()
4451 bfa_trc(port->fcs, ls_rjt->reason_code_expl); bfa_fcs_lport_ns_plogi_response()
5427 struct fc_ls_rjt_s *ls_rjt; bfa_fcs_lport_scn_scr_response() local
5450 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); bfa_fcs_lport_scn_scr_response()
5452 bfa_trc(port->fcs, ls_rjt->reason_code); bfa_fcs_lport_scn_scr_response()
5453 bfa_trc(port->fcs, ls_rjt->reason_code_expl); bfa_fcs_lport_scn_scr_response()
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c284 struct ls_rjt stat; lpfc_rcv_plogi()
287 memset(&stat, 0, sizeof (struct ls_rjt)); lpfc_rcv_plogi()
543 struct ls_rjt stat; lpfc_rcv_padisc()
931 struct ls_rjt stat; lpfc_rcv_plogi_plogi_issue()
934 memset(&stat, 0, sizeof (struct ls_rjt)); lpfc_rcv_plogi_plogi_issue()
977 struct ls_rjt stat; lpfc_rcv_prli_plogi_issue()
979 memset(&stat, 0, sizeof (struct ls_rjt)); lpfc_rcv_prli_plogi_issue()
1844 struct ls_rjt stat; lpfc_rcv_plogi_logo_issue()
1846 memset(&stat, 0, sizeof(struct ls_rjt)); lpfc_rcv_plogi_logo_issue()
1858 struct ls_rjt stat; lpfc_rcv_prli_logo_issue()
1860 memset(&stat, 0, sizeof(struct ls_rjt)); lpfc_rcv_prli_logo_issue()
1886 struct ls_rjt stat; lpfc_rcv_padisc_logo_issue()
1888 memset(&stat, 0, sizeof(struct ls_rjt)); lpfc_rcv_padisc_logo_issue()
1900 struct ls_rjt stat; lpfc_rcv_prlo_logo_issue()
1902 memset(&stat, 0, sizeof(struct ls_rjt)); lpfc_rcv_prlo_logo_issue()
2125 struct ls_rjt stat; lpfc_rcv_prli_npr_node()
2127 memset(&stat, 0, sizeof (struct ls_rjt)); lpfc_rcv_prli_npr_node()
H A Dlpfc_els.c3098 struct ls_rjt stat; lpfc_els_retry()
3721 uint32_t ls_rjt = 0; lpfc_cmpl_els_rsp() local
3738 ls_rjt = 1; lpfc_cmpl_els_rsp()
3852 if (ls_rjt) lpfc_cmpl_els_rsp()
4783 struct ls_rjt *stat; lpfc_els_rdp_cmpl()
4852 stat = (struct ls_rjt *)(pcmd + sizeof(uint32_t)); lpfc_els_rdp_cmpl()
4922 struct ls_rjt stat; lpfc_els_rcv_rdp()
5002 struct ls_rjt *stat; lpfc_els_lcb_rsp()
5080 stat = (struct ls_rjt *)(pcmd + sizeof(uint32_t)); lpfc_els_lcb_rsp()
5154 struct ls_rjt stat; lpfc_els_rcv_lcb()
5742 struct ls_rjt stat; lpfc_els_rcv_flogi()
5922 struct ls_rjt stat; lpfc_els_rcv_rnid()
5992 struct ls_rjt stat; lpfc_els_rcv_lirr()
6235 struct ls_rjt stat; lpfc_els_rcv_rls()
6297 struct ls_rjt stat; lpfc_els_rcv_rtv()
6386 struct ls_rjt stat; lpfc_els_rcv_rps()
6622 struct ls_rjt stat; lpfc_els_rcv_rpl()
7104 struct ls_rjt stat; lpfc_send_els_failure_event()
7253 struct ls_rjt stat; lpfc_els_unsol_buffer()
8578 struct ls_rjt stat; lpfc_cmpl_fabric_iocb()
H A Dlpfc_hw.h608 struct ls_rjt { /* Structure is in Big Endian format */ struct
1003 struct ls_rjt lsRjt; /* Payload for LS_RJT ELS response */

Completed in 363 milliseconds