Searched refs:ls_rjt (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_nportdisc.c | 284 struct ls_rjt stat; in lpfc_rcv_plogi() 287 memset(&stat, 0, sizeof (struct ls_rjt)); in lpfc_rcv_plogi() 543 struct ls_rjt stat; in lpfc_rcv_padisc() 927 struct ls_rjt stat; in lpfc_rcv_plogi_plogi_issue() 930 memset(&stat, 0, sizeof (struct ls_rjt)); in lpfc_rcv_plogi_plogi_issue() 973 struct ls_rjt stat; in lpfc_rcv_prli_plogi_issue() 975 memset(&stat, 0, sizeof (struct ls_rjt)); in lpfc_rcv_prli_plogi_issue() 1840 struct ls_rjt stat; in lpfc_rcv_plogi_logo_issue() 1842 memset(&stat, 0, sizeof(struct ls_rjt)); in lpfc_rcv_plogi_logo_issue() 1854 struct ls_rjt stat; in lpfc_rcv_prli_logo_issue() [all …]
|
D | lpfc_els.c | 3122 struct ls_rjt stat; in lpfc_els_retry() 3754 uint32_t ls_rjt = 0; in lpfc_cmpl_els_rsp() local 3771 ls_rjt = 1; in lpfc_cmpl_els_rsp() 3885 if (ls_rjt) in lpfc_cmpl_els_rsp() 5126 struct ls_rjt stat; in lpfc_els_rcv_flogi() 5300 struct ls_rjt stat; in lpfc_els_rcv_rnid() 5371 struct ls_rjt stat; in lpfc_els_rcv_lirr() 5615 struct ls_rjt stat; in lpfc_els_rcv_rls() 5679 struct ls_rjt stat; in lpfc_els_rcv_rtv() 5768 struct ls_rjt stat; in lpfc_els_rcv_rps() [all …]
|
D | lpfc_hw.h | 604 struct ls_rjt { /* Structure is in Big Endian format */ struct 999 struct ls_rjt lsRjt; /* Payload for LS_RJT ELS response */
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_fcbuild.c | 196 struct fc_ls_rjt_s *ls_rjt = (struct fc_ls_rjt_s *) els_cmd; in fc_els_rsp_parse() local 202 if (ls_rjt->reason_code == FC_LS_RJT_RSN_LOGICAL_BUSY) in fc_els_rsp_parse() 351 struct fc_ls_rjt_s *ls_rjt; in fc_plogi_rsp_parse() local 355 ls_rjt = (struct fc_ls_rjt_s *) (fchs + 1); in fc_plogi_rsp_parse() 356 if (ls_rjt->reason_code == FC_LS_RJT_RSN_LOGICAL_BUSY) in fc_plogi_rsp_parse() 630 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt, u32 d_id, in fc_ls_rjt_build() argument 635 memset(ls_rjt, 0, sizeof(struct fc_ls_rjt_s)); in fc_ls_rjt_build() 637 ls_rjt->els_cmd.els_code = FC_ELS_LS_RJT; in fc_ls_rjt_build() 638 ls_rjt->reason_code = reason_code; in fc_ls_rjt_build() 639 ls_rjt->reason_code_expl = reason_code_expl; in fc_ls_rjt_build() [all …]
|
D | bfa_fcs_fcpim.c | 489 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_itnim_prli_response() local 539 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_itnim_prli_response() 541 bfa_trc(itnim->fcs, ls_rjt->reason_code); in bfa_fcs_itnim_prli_response() 542 bfa_trc(itnim->fcs, ls_rjt->reason_code_expl); in bfa_fcs_itnim_prli_response() 545 if (ls_rjt->reason_code == FC_LS_RJT_RSN_CMD_NOT_SUPP) { in bfa_fcs_itnim_prli_response()
|
D | bfa_fcs_rport.c | 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() [all …]
|
D | bfa_fcs_lport.c | 3451 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_lport_ms_plogi_response() local 3482 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_ms_plogi_response() 3484 bfa_trc(port->fcs, ls_rjt->reason_code); in bfa_fcs_lport_ms_plogi_response() 3485 bfa_trc(port->fcs, ls_rjt->reason_code_expl); in bfa_fcs_lport_ms_plogi_response() 4417 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_lport_ns_plogi_response() local 4448 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_ns_plogi_response() 4450 bfa_trc(port->fcs, ls_rjt->reason_code); in bfa_fcs_lport_ns_plogi_response() 4451 bfa_trc(port->fcs, ls_rjt->reason_code_expl); in bfa_fcs_lport_ns_plogi_response() 5427 struct fc_ls_rjt_s *ls_rjt; in bfa_fcs_lport_scn_scr_response() local 5450 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_scn_scr_response() [all …]
|
D | bfa_fcbuild.h | 213 u16 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt,
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.lpfc | 1007 * Changed LS_RJT to struct ls_rjt.
|