Lines Matching refs:ls_rjt
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()
640 ls_rjt->vendor_unique = 0x00; in fc_ls_rjt_build()