Searched refs:ls_rjt (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_fcs_fcpim.c | 499 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 D | bfa_fcbuild.c | 419 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 D | bfa_fcbuild.h | 181 u16 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt,
|
| H A D | bfa_fcs_lport.c | 3404 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 5358 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_scn_scr_response() [all …]
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 1007 * Changed LS_RJT to struct ls_rjt.
|