Home
last modified time | relevance | path

Searched refs:rjt (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/scsi/libfc/
Dfc_rport.c775 struct fc_els_ls_rjt *rjt; in fc_rport_flogi_resp() local
777 rjt = fc_frame_payload_get(fp, sizeof(*rjt)); in fc_rport_flogi_resp()
779 rjt->er_reason, rjt->er_explan); in fc_rport_flogi_resp()
1038 struct fc_els_ls_rjt *rjt; in fc_rport_plogi_resp() local
1040 rjt = fc_frame_payload_get(fp, sizeof(*rjt)); in fc_rport_plogi_resp()
1042 rjt->er_reason, rjt->er_explan); in fc_rport_plogi_resp()
1128 struct fc_els_ls_rjt *rjt; in fc_rport_prli_resp() local
1213 rjt = fc_frame_payload_get(fp, sizeof(*rjt)); in fc_rport_prli_resp()
1215 rjt->er_reason, rjt->er_explan); in fc_rport_prli_resp()
Dfc_fcp.c1524 struct fc_els_ls_rjt *rjt; in fc_fcp_rec_resp() local
1543 rjt = fc_frame_payload_get(fp, sizeof(*rjt)); in fc_fcp_rec_resp()
1544 switch (rjt->er_reason) { in fc_fcp_rec_resp()
1548 fsp->rport->port_id, rjt->er_reason, in fc_fcp_rec_resp()
1549 rjt->er_explan); in fc_fcp_rec_resp()
1564 fsp->rport->port_id, rjt->er_reason, in fc_fcp_rec_resp()
1565 rjt->er_explan); in fc_fcp_rec_resp()
1572 if (rjt->er_explan == ELS_EXPL_OXID_RXID) { in fc_fcp_rec_resp()
Dfc_exch.c1866 struct fc_els_ls_rjt *rjt; in fc_seq_ls_rjt() local
1872 fp = fc_frame_alloc(lport, sizeof(*rjt)); in fc_seq_ls_rjt()
1878 rjt = fc_frame_payload_get(fp, sizeof(*rjt)); in fc_seq_ls_rjt()
1879 memset(rjt, 0, sizeof(*rjt)); in fc_seq_ls_rjt()
1880 rjt->er_cmd = ELS_LS_RJT; in fc_seq_ls_rjt()
1881 rjt->er_reason = reason; in fc_seq_ls_rjt()
1882 rjt->er_explan = explan; in fc_seq_ls_rjt()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_els.c786 struct fc_els_ls_rjt *rjt; in qedf_rec_compl() local
838 rjt = fc_frame_payload_get(fp, sizeof(*rjt)); in qedf_rec_compl()
841 "er_explan=0x%x.\n", rjt->er_reason, rjt->er_explan); in qedf_rec_compl()
848 if ((rjt->er_reason == ELS_RJT_LOGIC || in qedf_rec_compl()
849 rjt->er_reason == ELS_RJT_UNAB) && in qedf_rec_compl()
850 rjt->er_explan == ELS_EXPL_OXID_RXID) { in qedf_rec_compl()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_els.c381 struct fc_els_ls_rjt *rjt; in bnx2fc_rec_compl() local
476 rjt = fc_frame_payload_get(fp, sizeof(*rjt)); in bnx2fc_rec_compl()
477 if ((rjt->er_reason == ELS_RJT_LOGIC || in bnx2fc_rec_compl()
478 rjt->er_reason == ELS_RJT_UNAB) && in bnx2fc_rec_compl()
479 rjt->er_explan == ELS_EXPL_OXID_RXID) { in bnx2fc_rec_compl()
/Linux-v4.19/drivers/nvme/target/
Dfc.c1204 struct fcnvme_ls_rjt *rjt = buf; in nvmet_fc_format_rjt() local
1209 rjt->rjt.desc_tag = cpu_to_be32(FCNVME_LSDESC_RJT); in nvmet_fc_format_rjt()
1210 rjt->rjt.desc_len = fcnvme_lsdesc_len(sizeof(struct fcnvme_lsdesc_rjt)); in nvmet_fc_format_rjt()
1211 rjt->rjt.reason_code = reason; in nvmet_fc_format_rjt()
1212 rjt->rjt.reason_explanation = explanation; in nvmet_fc_format_rjt()
1213 rjt->rjt.vendor = vendor; in nvmet_fc_format_rjt()
/Linux-v4.19/include/linux/
Dnvme-fc.h271 struct fcnvme_lsdesc_rjt rjt; member
/Linux-v4.19/drivers/nvme/host/
Dfc.c1101 struct fcnvme_ls_rjt *rjt = lsreq->rspaddr; in nvme_fc_send_ls_req() local
1124 if (rjt->w0.ls_cmd == FCNVME_LS_RJT) in nvme_fc_send_ls_req()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_els.c5828 goto rjt; in lpfc_els_rcv_lcb()
5836 goto rjt; in lpfc_els_rcv_lcb()
5842 goto rjt; in lpfc_els_rcv_lcb()
5860 goto rjt; in lpfc_els_rcv_lcb()
5863 rjt: in lpfc_els_rcv_lcb()