Searched refs:els_rjt (Results 1 – 1 of 1) sorted by relevance
2519 struct fc_std_els_rjt_rsp *els_rjt = (struct fc_std_els_rjt_rsp *)fchdr; in fdls_process_tgt_adisc_rsp() local2580 if (((els_rjt->rej.er_reason == ELS_RJT_BUSY) in fdls_process_tgt_adisc_rsp()2581 || (els_rjt->rej.er_reason == ELS_RJT_UNAB)) in fdls_process_tgt_adisc_rsp()2607 struct fc_std_els_rjt_rsp *els_rjt = (struct fc_std_els_rjt_rsp *)fchdr; in fdls_process_tgt_plogi_rsp() local2658 if (((els_rjt->rej.er_reason == ELS_RJT_BUSY) in fdls_process_tgt_plogi_rsp()2659 || (els_rjt->rej.er_reason == ELS_RJT_UNAB)) in fdls_process_tgt_plogi_rsp()2731 struct fc_std_els_rjt_rsp *els_rjt = (struct fc_std_els_rjt_rsp *)fchdr; in fdls_process_tgt_prli_rsp() local2797 if (((els_rjt->rej.er_reason == ELS_RJT_BUSY) in fdls_process_tgt_prli_rsp()2798 || (els_rjt->rej.er_reason == ELS_RJT_UNAB)) in fdls_process_tgt_prli_rsp()3096 struct fc_std_els_rjt_rsp *els_rjt = (struct fc_std_els_rjt_rsp *) fchdr; in fdls_process_scr_rsp() local[all …]