Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nvme/host/
Dfc.h52 struct fcnvme_ls_rjt *rjt = buf; in nvme_fc_format_rjt() local
57 rjt->rjt.desc_tag = cpu_to_be32(FCNVME_LSDESC_RJT); in nvme_fc_format_rjt()
58 rjt->rjt.desc_len = fcnvme_lsdesc_len(sizeof(struct fcnvme_lsdesc_rjt)); in nvme_fc_format_rjt()
59 rjt->rjt.reason_code = reason; in nvme_fc_format_rjt()
60 rjt->rjt.reason_explanation = explanation; in nvme_fc_format_rjt()
61 rjt->rjt.vendor = vendor; in nvme_fc_format_rjt()
Dfc.c1136 struct fcnvme_ls_rjt *rjt = lsreq->rspaddr; in nvme_fc_send_ls_req() local
1159 if (rjt->w0.ls_cmd == FCNVME_LS_RJT) in nvme_fc_send_ls_req()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
Dfc_rport.c770 struct fc_els_ls_rjt *rjt; in fc_rport_flogi_resp() local
772 rjt = fc_frame_payload_get(fp, sizeof(*rjt)); in fc_rport_flogi_resp()
774 rjt->er_reason, rjt->er_explan); in fc_rport_flogi_resp()
1031 struct fc_els_ls_rjt *rjt; in fc_rport_plogi_resp() local
1033 rjt = fc_frame_payload_get(fp, sizeof(*rjt)); in fc_rport_plogi_resp()
1034 if (!rjt) in fc_rport_plogi_resp()
1038 rjt->er_reason, rjt->er_explan); in fc_rport_plogi_resp()
1124 struct fc_els_ls_rjt *rjt; in fc_rport_prli_resp() local
1216 rjt = fc_frame_payload_get(fp, sizeof(*rjt)); in fc_rport_prli_resp()
1217 if (!rjt) in fc_rport_prli_resp()
[all …]
Dfc_fcp.c1513 struct fc_els_ls_rjt *rjt; in fc_fcp_rec_resp() local
1532 rjt = fc_frame_payload_get(fp, sizeof(*rjt)); in fc_fcp_rec_resp()
1533 switch (rjt->er_reason) { in fc_fcp_rec_resp()
1537 fsp->rport->port_id, rjt->er_reason, in fc_fcp_rec_resp()
1538 rjt->er_explan); in fc_fcp_rec_resp()
1553 fsp->rport->port_id, rjt->er_reason, in fc_fcp_rec_resp()
1554 rjt->er_explan); in fc_fcp_rec_resp()
1561 if (rjt->er_explan == ELS_EXPL_OXID_RXID) { in fc_fcp_rec_resp()
Dfc_exch.c1865 struct fc_els_ls_rjt *rjt; in fc_seq_ls_rjt() local
1871 fp = fc_frame_alloc(lport, sizeof(*rjt)); in fc_seq_ls_rjt()
1877 rjt = fc_frame_payload_get(fp, sizeof(*rjt)); in fc_seq_ls_rjt()
1878 memset(rjt, 0, sizeof(*rjt)); in fc_seq_ls_rjt()
1879 rjt->er_cmd = ELS_LS_RJT; in fc_seq_ls_rjt()
1880 rjt->er_reason = reason; in fc_seq_ls_rjt()
1881 rjt->er_explan = explan; in fc_seq_ls_rjt()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_els.c846 struct fc_els_ls_rjt *rjt; in qedf_rec_compl() local
904 rjt = fc_frame_payload_get(fp, sizeof(*rjt)); in qedf_rec_compl()
905 if (!rjt) { in qedf_rec_compl()
912 "er_explan=0x%x.\n", rjt->er_reason, rjt->er_explan); in qedf_rec_compl()
919 if ((rjt->er_reason == ELS_RJT_LOGIC || in qedf_rec_compl()
920 rjt->er_reason == ELS_RJT_UNAB) && in qedf_rec_compl()
921 rjt->er_explan == ELS_EXPL_OXID_RXID) { in qedf_rec_compl()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/linux/
Dnvme-fc.h334 struct fcnvme_lsdesc_rjt rjt; member
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_els.c6413 goto rjt; in lpfc_els_rcv_lcb()
6421 goto rjt; in lpfc_els_rcv_lcb()
6427 goto rjt; in lpfc_els_rcv_lcb()
6445 goto rjt; in lpfc_els_rcv_lcb()
6448 rjt: in lpfc_els_rcv_lcb()