Lines Matching refs:ls_rjt
197 struct fc_ls_rjt_s *ls_rjt = (struct fc_ls_rjt_s *) els_cmd; in fc_els_rsp_parse() local
203 if (ls_rjt->reason_code == FC_LS_RJT_RSN_LOGICAL_BUSY) in fc_els_rsp_parse()
352 struct fc_ls_rjt_s *ls_rjt; in fc_plogi_rsp_parse() local
356 ls_rjt = (struct fc_ls_rjt_s *) (fchs + 1); in fc_plogi_rsp_parse()
357 if (ls_rjt->reason_code == FC_LS_RJT_RSN_LOGICAL_BUSY) in fc_plogi_rsp_parse()
631 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt, u32 d_id, in fc_ls_rjt_build() argument
636 memset(ls_rjt, 0, sizeof(struct fc_ls_rjt_s)); in fc_ls_rjt_build()
638 ls_rjt->els_cmd.els_code = FC_ELS_LS_RJT; in fc_ls_rjt_build()
639 ls_rjt->reason_code = reason_code; in fc_ls_rjt_build()
640 ls_rjt->reason_code_expl = reason_code_expl; in fc_ls_rjt_build()
641 ls_rjt->vendor_unique = 0x00; in fc_ls_rjt_build()