Searched refs:ls_rjt (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/scsi/lpfc/ |
A D | lpfc_nportdisc.c | 339 struct ls_rjt stat; in lpfc_rcv_plogi() 713 struct ls_rjt stat; in lpfc_rcv_padisc() 923 struct ls_rjt stat; in lpfc_rcv_prli_support_check() 1232 struct ls_rjt stat; in lpfc_rcv_plogi_plogi_issue() 1278 struct ls_rjt stat; in lpfc_rcv_prli_plogi_issue() 1815 struct ls_rjt stat; in lpfc_rcv_prli_reglogin_issue() 2383 struct ls_rjt stat; in lpfc_rcv_plogi_logo_issue() 2397 struct ls_rjt stat; in lpfc_rcv_prli_logo_issue() 2424 struct ls_rjt stat; in lpfc_rcv_padisc_logo_issue() 2438 struct ls_rjt stat; in lpfc_rcv_prlo_logo_issue() [all …]
|
A D | lpfc_els.c | 4608 struct ls_rjt stat; in lpfc_els_retry() 7401 struct ls_rjt stat; in lpfc_els_rcv_rdp() 7711 struct ls_rjt stat; in lpfc_els_rcv_lcb() 8495 struct ls_rjt stat; in lpfc_els_rcv_rnid() 8564 struct ls_rjt stat; in lpfc_els_rcv_lirr() 8732 struct ls_rjt stat; in lpfc_els_rcv_rls() 8801 struct ls_rjt stat; in lpfc_els_rcv_rtv() 9096 struct ls_rjt stat; in lpfc_els_rcv_rpl() 9766 struct ls_rjt stat; in lpfc_send_els_failure_event() 10314 struct ls_rjt stat; in lpfc_els_unsol_buffer() [all …]
|
A D | lpfc_hw.h | 663 struct ls_rjt { /* Structure is in Big Endian format */ struct 1043 struct ls_rjt lsRjt; /* Payload for LS_RJT ELS response */
|
/linux-6.3-rc2/drivers/scsi/bfa/ |
A D | bfa_fcs_fcpim.c | 482 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_itnim_prli_response() local 532 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_itnim_prli_response() 534 bfa_trc(itnim->fcs, ls_rjt->reason_code); in bfa_fcs_itnim_prli_response() 535 bfa_trc(itnim->fcs, ls_rjt->reason_code_expl); in bfa_fcs_itnim_prli_response() 538 if (ls_rjt->reason_code == FC_LS_RJT_RSN_CMD_NOT_SUPP) { in bfa_fcs_itnim_prli_response()
|
A D | bfa_fcs_rport.c | 1733 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_rport_plogi_response() local 1757 bfa_trc(rport->fcs, ls_rjt->reason_code); in bfa_fcs_rport_plogi_response() 1758 bfa_trc(rport->fcs, ls_rjt->reason_code_expl); in bfa_fcs_rport_plogi_response() 1885 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_rport_adisc_response() local 1902 ls_rjt = pld; in bfa_fcs_rport_adisc_response() 1903 bfa_trc(rport->fcs, ls_rjt->els_cmd.els_code); in bfa_fcs_rport_adisc_response() 1904 bfa_trc(rport->fcs, ls_rjt->reason_code); in bfa_fcs_rport_adisc_response() 1905 bfa_trc(rport->fcs, ls_rjt->reason_code_expl); in bfa_fcs_rport_adisc_response() 3398 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_rpf_rpsc2_response() local 3441 bfa_trc(rport->fcs, ls_rjt->reason_code); in bfa_fcs_rpf_rpsc2_response() [all …]
|
A D | bfa_fcbuild.c | 323 struct fc_ls_rjt_s *ls_rjt; in fc_plogi_rsp_parse() local 327 ls_rjt = (struct fc_ls_rjt_s *) (fchs + 1); in fc_plogi_rsp_parse() 328 if (ls_rjt->reason_code == FC_LS_RJT_RSN_LOGICAL_BUSY) in fc_plogi_rsp_parse() 602 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt, u32 d_id, in fc_ls_rjt_build() argument 607 memset(ls_rjt, 0, sizeof(struct fc_ls_rjt_s)); in fc_ls_rjt_build() 609 ls_rjt->els_cmd.els_code = FC_ELS_LS_RJT; in fc_ls_rjt_build() 610 ls_rjt->reason_code = reason_code; in fc_ls_rjt_build() 611 ls_rjt->reason_code_expl = reason_code_expl; in fc_ls_rjt_build() 612 ls_rjt->vendor_unique = 0x00; in fc_ls_rjt_build()
|
A D | bfa_fcs_lport.c | 3463 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 5450 bfa_trc(port->fcs, ls_rjt->reason_code); in bfa_fcs_lport_scn_scr_response() [all …]
|
A D | bfa_fcbuild.h | 205 u16 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt,
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | ChangeLog.lpfc | 1007 * Changed LS_RJT to struct ls_rjt.
|
Completed in 101 milliseconds