Home
last modified time | relevance | path

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

/linux/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_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,
/linux/drivers/scsi/lpfc/
H A Dlpfc_els.c4561 struct ls_rjt stat; in lpfc_els_retry()
6999 struct ls_rjt *stat; in lpfc_els_rdp_cmpl()
7134 stat = (struct ls_rjt *)(pcmd + sizeof(uint32_t)); in lpfc_els_rdp_cmpl()
7348 struct ls_rjt stat; in lpfc_els_rcv_rdp()
7434 struct ls_rjt *stat; in lpfc_els_lcb_rsp()
7540 stat = (struct ls_rjt *)(pcmd + sizeof(uint32_t)); in lpfc_els_lcb_rsp()
7659 struct ls_rjt stat; in lpfc_els_rcv_lcb()
8444 struct ls_rjt stat; in lpfc_els_rcv_rnid()
8513 struct ls_rjt stat; in lpfc_els_rcv_lirr()
8681 struct ls_rjt stat; in lpfc_els_rcv_rls()
[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/Documentation/scsi/
H A DChangeLog.lpfc1007 * Changed LS_RJT to struct ls_rjt.