Home
last modified time | relevance | path

Searched refs:ls_rjt (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_nportdisc.c295 struct ls_rjt stat; in lpfc_rcv_plogi()
299 memset(&stat, 0, sizeof (struct ls_rjt)); in lpfc_rcv_plogi()
562 struct ls_rjt stat; in lpfc_rcv_padisc()
740 struct ls_rjt stat; in lpfc_rcv_prli_support_check()
762 memset(&stat, 0, sizeof(struct ls_rjt)); in lpfc_rcv_prli_support_check()
1004 struct ls_rjt stat; in lpfc_rcv_plogi_plogi_issue()
1007 memset(&stat, 0, sizeof (struct ls_rjt)); in lpfc_rcv_plogi_plogi_issue()
1050 struct ls_rjt stat; in lpfc_rcv_prli_plogi_issue()
1052 memset(&stat, 0, sizeof (struct ls_rjt)); in lpfc_rcv_prli_plogi_issue()
1590 struct ls_rjt stat; in lpfc_rcv_prli_reglogin_issue()
[all …]
Dlpfc_els.c3283 struct ls_rjt stat; in lpfc_els_retry()
3955 uint32_t ls_rjt = 0; in lpfc_cmpl_els_rsp() local
3972 ls_rjt = 1; in lpfc_cmpl_els_rsp()
4107 if (ls_rjt) in lpfc_cmpl_els_rsp()
5362 struct ls_rjt *stat; in lpfc_els_rdp_cmpl()
5472 stat = (struct ls_rjt *)(pcmd + sizeof(uint32_t)); in lpfc_els_rdp_cmpl()
5542 struct ls_rjt stat; in lpfc_els_rcv_rdp()
5619 struct ls_rjt *stat; in lpfc_els_lcb_rsp()
5701 stat = (struct ls_rjt *)(pcmd + sizeof(uint32_t)); in lpfc_els_lcb_rsp()
5809 struct ls_rjt stat; in lpfc_els_rcv_lcb()
[all …]
Dlpfc_hw.h651 struct ls_rjt { /* Structure is in Big Endian format */ struct
1047 struct ls_rjt lsRjt; /* Payload for LS_RJT ELS response */
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_fcbuild.c197 struct fc_ls_rjt_s *ls_rjt = (struct fc_ls_rjt_s *) els_cmd; in fc_els_rsp_parse() local
203 if (ls_rjt->reason_code == FC_LS_RJT_RSN_LOGICAL_BUSY) in fc_els_rsp_parse()
352 struct fc_ls_rjt_s *ls_rjt; in fc_plogi_rsp_parse() local
356 ls_rjt = (struct fc_ls_rjt_s *) (fchs + 1); in fc_plogi_rsp_parse()
357 if (ls_rjt->reason_code == FC_LS_RJT_RSN_LOGICAL_BUSY) in fc_plogi_rsp_parse()
631 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt, u32 d_id, in fc_ls_rjt_build() argument
636 memset(ls_rjt, 0, sizeof(struct fc_ls_rjt_s)); in fc_ls_rjt_build()
638 ls_rjt->els_cmd.els_code = FC_ELS_LS_RJT; in fc_ls_rjt_build()
639 ls_rjt->reason_code = reason_code; in fc_ls_rjt_build()
640 ls_rjt->reason_code_expl = reason_code_expl; in fc_ls_rjt_build()
[all …]
Dbfa_fcs_fcpim.c490 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_itnim_prli_response() local
540 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_itnim_prli_response()
542 bfa_trc(itnim->fcs, ls_rjt->reason_code); in bfa_fcs_itnim_prli_response()
543 bfa_trc(itnim->fcs, ls_rjt->reason_code_expl); in bfa_fcs_itnim_prli_response()
546 if (ls_rjt->reason_code == FC_LS_RJT_RSN_CMD_NOT_SUPP) { in bfa_fcs_itnim_prli_response()
Dbfa_fcs_rport.c1746 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_rport_plogi_response() local
1768 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_plogi_response()
1770 bfa_trc(rport->fcs, ls_rjt->reason_code); in bfa_fcs_rport_plogi_response()
1771 bfa_trc(rport->fcs, ls_rjt->reason_code_expl); in bfa_fcs_rport_plogi_response()
1773 if ((ls_rjt->reason_code == FC_LS_RJT_RSN_UNABLE_TO_PERF_CMD) && in bfa_fcs_rport_plogi_response()
1774 (ls_rjt->reason_code_expl == FC_LS_RJT_EXP_INSUFF_RES)) { in bfa_fcs_rport_plogi_response()
1898 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_rport_adisc_response() local
1915 ls_rjt = pld; in bfa_fcs_rport_adisc_response()
1916 bfa_trc(rport->fcs, ls_rjt->els_cmd.els_code); in bfa_fcs_rport_adisc_response()
1917 bfa_trc(rport->fcs, ls_rjt->reason_code); in bfa_fcs_rport_adisc_response()
[all …]
Dbfa_fcs_lport.c3463 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_lport_ms_plogi_response() local
3494 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_ms_plogi_response()
3496 bfa_trc(port->fcs, ls_rjt->reason_code); in bfa_fcs_lport_ms_plogi_response()
3497 bfa_trc(port->fcs, ls_rjt->reason_code_expl); in bfa_fcs_lport_ms_plogi_response()
4429 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_lport_ns_plogi_response() local
4460 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_ns_plogi_response()
4462 bfa_trc(port->fcs, ls_rjt->reason_code); in bfa_fcs_lport_ns_plogi_response()
4463 bfa_trc(port->fcs, ls_rjt->reason_code_expl); in bfa_fcs_lport_ns_plogi_response()
5425 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_lport_scn_scr_response() local
5448 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_scn_scr_response()
[all …]
Dbfa_fcbuild.h214 u16 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt,
/Linux-v4.19/Documentation/scsi/
DChangeLog.lpfc1007 * Changed LS_RJT to struct ls_rjt.