Searched refs:rjt (Results 1 – 3 of 3) sorted by relevance
373 struct fc_els_ls_rjt *rjt; in bnx2fc_rec_compl() local468 rjt = fc_frame_payload_get(fp, sizeof(*rjt)); in bnx2fc_rec_compl()469 if ((rjt->er_reason == ELS_RJT_LOGIC || in bnx2fc_rec_compl()470 rjt->er_reason == ELS_RJT_UNAB) && in bnx2fc_rec_compl()471 rjt->er_explan == ELS_EXPL_OXID_RXID) { in bnx2fc_rec_compl()
1804 struct fc_els_ls_rjt *rjt; in fc_seq_ls_rjt() local1808 fp = fc_frame_alloc(lport, sizeof(*rjt)); in fc_seq_ls_rjt()1811 rjt = fc_frame_payload_get(fp, sizeof(*rjt)); in fc_seq_ls_rjt()1812 memset(rjt, 0, sizeof(*rjt)); in fc_seq_ls_rjt()1813 rjt->er_cmd = ELS_LS_RJT; in fc_seq_ls_rjt()1814 rjt->er_reason = reason; in fc_seq_ls_rjt()1815 rjt->er_explan = explan; in fc_seq_ls_rjt()
1467 struct fc_els_ls_rjt *rjt; in fc_fcp_rec_resp() local1486 rjt = fc_frame_payload_get(fp, sizeof(*rjt)); in fc_fcp_rec_resp()1487 switch (rjt->er_reason) { in fc_fcp_rec_resp()1491 fsp->rport->port_id, rjt->er_reason, in fc_fcp_rec_resp()1492 rjt->er_explan); in fc_fcp_rec_resp()1512 if (rjt->er_explan == ELS_EXPL_OXID_RXID && in fc_fcp_rec_resp()