Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c359 struct ls_rjt stat; in lpfc_rcv_plogi()
731 struct ls_rjt stat; in lpfc_rcv_padisc()
947 struct ls_rjt stat; in lpfc_rcv_prli_support_check()
1256 struct ls_rjt stat; in lpfc_rcv_plogi_plogi_issue()
1298 struct ls_rjt stat; in lpfc_rcv_prli_plogi_issue()
1815 struct ls_rjt stat; in lpfc_rcv_prli_reglogin_issue()
2373 struct ls_rjt stat; in lpfc_rcv_plogi_logo_issue()
2387 struct ls_rjt stat; in lpfc_rcv_prli_logo_issue()
2412 struct ls_rjt stat; in lpfc_rcv_padisc_logo_issue()
2426 struct ls_rjt stat; in lpfc_rcv_prlo_logo_issue()
[all …]
H A Dlpfc_els.c4561 struct ls_rjt stat; in lpfc_els_retry()
7348 struct ls_rjt stat; in lpfc_els_rcv_rdp()
7659 struct ls_rjt stat; in lpfc_els_rcv_lcb()
8443 struct ls_rjt stat; in lpfc_els_rcv_rnid()
8512 struct ls_rjt stat; in lpfc_els_rcv_lirr()
8680 struct ls_rjt stat; in lpfc_els_rcv_rls()
8748 struct ls_rjt stat; in lpfc_els_rcv_rtv()
9043 struct ls_rjt stat; in lpfc_els_rcv_rpl()
9733 struct ls_rjt stat; in lpfc_send_els_failure_event()
10284 struct ls_rjt stat; in lpfc_els_unsol_buffer()
[all …]
H A Dlpfc_hw.h684 struct ls_rjt { /* Structure is in Big Endian format */ struct
1067 struct ls_rjt lsRjt; /* Payload for LS_RJT ELS response */
/linux-6.15/drivers/scsi/bfa/
H A Dbfa_fcs_fcpim.c499 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_itnim_prli_response() local
549 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_itnim_prli_response()
551 bfa_trc(itnim->fcs, ls_rjt->reason_code); in bfa_fcs_itnim_prli_response()
552 bfa_trc(itnim->fcs, ls_rjt->reason_code_expl); in bfa_fcs_itnim_prli_response()
555 if (ls_rjt->reason_code == FC_LS_RJT_RSN_CMD_NOT_SUPP) { in bfa_fcs_itnim_prli_response()
H A Dbfa_fcs_rport.c1749 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_rport_plogi_response() local
1773 bfa_trc(rport->fcs, ls_rjt->reason_code); in bfa_fcs_rport_plogi_response()
1774 bfa_trc(rport->fcs, ls_rjt->reason_code_expl); in bfa_fcs_rport_plogi_response()
1901 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_rport_adisc_response() local
1918 ls_rjt = pld; in bfa_fcs_rport_adisc_response()
1919 bfa_trc(rport->fcs, ls_rjt->els_cmd.els_code); in bfa_fcs_rport_adisc_response()
1920 bfa_trc(rport->fcs, ls_rjt->reason_code); in bfa_fcs_rport_adisc_response()
1921 bfa_trc(rport->fcs, ls_rjt->reason_code_expl); in bfa_fcs_rport_adisc_response()
3364 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_rpf_rpsc2_response() local
3407 bfa_trc(rport->fcs, ls_rjt->reason_code); in bfa_fcs_rpf_rpsc2_response()
[all …]
H A Dbfa_fcbuild.c419 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt, u32 d_id, in fc_ls_rjt_build() argument
424 memset(ls_rjt, 0, sizeof(struct fc_ls_rjt_s)); in fc_ls_rjt_build()
426 ls_rjt->els_cmd.els_code = FC_ELS_LS_RJT; in fc_ls_rjt_build()
427 ls_rjt->reason_code = reason_code; in fc_ls_rjt_build()
428 ls_rjt->reason_code_expl = reason_code_expl; in fc_ls_rjt_build()
429 ls_rjt->vendor_unique = 0x00; in fc_ls_rjt_build()
H A Dbfa_fcbuild.h181 u16 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt,
H A Dbfa_fcs_lport.c3404 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_lport_ms_plogi_response() local
3435 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_ms_plogi_response()
3437 bfa_trc(port->fcs, ls_rjt->reason_code); in bfa_fcs_lport_ms_plogi_response()
3438 bfa_trc(port->fcs, ls_rjt->reason_code_expl); in bfa_fcs_lport_ms_plogi_response()
4351 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_lport_ns_plogi_response() local
4382 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_ns_plogi_response()
4384 bfa_trc(port->fcs, ls_rjt->reason_code); in bfa_fcs_lport_ns_plogi_response()
4385 bfa_trc(port->fcs, ls_rjt->reason_code_expl); in bfa_fcs_lport_ns_plogi_response()
5335 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_lport_scn_scr_response() local
5360 bfa_trc(port->fcs, ls_rjt->reason_code); in bfa_fcs_lport_scn_scr_response()
[all …]
/linux-6.15/Documentation/scsi/
H A DChangeLog.lpfc1007 * Changed LS_RJT to struct ls_rjt.