/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A D | fc_elsct.c | 43 if ((op >= ELS_LS_RJT) && (op <= ELS_AUTH_ELS)) in fc_elsct_send() 108 case ELS_LS_RJT: in fc_els_resp_type()
|
H A D | fc_rport.c | 769 if (opcode == ELS_LS_RJT) { in fc_rport_flogi_resp() 968 fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_flogi_req() 1433 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_rtv_req() 1607 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_adisc_req() 1682 fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_rls_req() 1775 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_els_req() 1782 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_els_req() 1828 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_req() 1956 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_plogi_req() 2071 fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, in fc_rport_recv_prli_req() [all...] |
H A D | fc_exch.c | 1233 case ELS_LS_RJT: in fc_seq_els_rsp_send() 1880 rjt->er_cmd = ELS_LS_RJT; in fc_seq_ls_rjt() 2122 case ELS_LS_RJT: in fc_exch_rrq_resp()
|
H A D | fc_disc.c | 168 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fc_disc_recv_rscn_req()
|
H A D | fc_fcp.c | 1536 if (opcode == ELS_LS_RJT) { in fc_fcp_rec_resp() 1809 case ELS_LS_RJT: in fc_fcp_srr_resp()
|
H A D | fc_lport.c | 474 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_lport_recv_rnid_req()
|
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_elsct.c | 43 if ((op >= ELS_LS_RJT) && (op <= ELS_AUTH_ELS)) in fc_elsct_send() 108 case ELS_LS_RJT: in fc_els_resp_type()
|
H A D | fc_rport.c | 769 if (opcode == ELS_LS_RJT) { in fc_rport_flogi_resp() 968 fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_flogi_req() 1433 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_rtv_req() 1607 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_adisc_req() 1682 fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_rls_req() 1775 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_els_req() 1782 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_els_req() 1828 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_req() 1956 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_plogi_req() 2071 fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, in fc_rport_recv_prli_req() [all...] |
H A D | fc_exch.c | 1231 case ELS_LS_RJT: in fc_seq_els_rsp_send() 1878 rjt->er_cmd = ELS_LS_RJT; in fc_seq_ls_rjt() 2120 case ELS_LS_RJT: in fc_exch_rrq_resp()
|
H A D | fc_disc.c | 165 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fc_disc_recv_rscn_req()
|
H A D | fc_fcp.c | 1526 if (opcode == ELS_LS_RJT) { in fc_fcp_rec_resp() 1799 case ELS_LS_RJT: in fc_fcp_srr_resp()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/ |
H A D | fc_els.h | 10 ELS_LS_RJT = 0x01, enumerator 72 [ELS_LS_RJT] = "LS_RJT", \
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 353 case ELS_LS_RJT: in bnx2fc_srr_compl() 474 if (opcode == ELS_LS_RJT) { in bnx2fc_rec_compl() 738 if ((op >= ELS_LS_RJT) && (op <= ELS_AUTH_ELS)) { in bnx2fc_initiate_els()
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_els.c | 91 if ((op >= ELS_LS_RJT) && (op <= ELS_AUTH_ELS)) { in qedf_initiate_els() 608 case ELS_LS_RJT: in qedf_srr_compl() 903 if (opcode == ELS_LS_RJT) { in qedf_rec_compl()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 353 case ELS_LS_RJT: in bnx2fc_srr_compl() 474 if (opcode == ELS_LS_RJT) { in bnx2fc_rec_compl() 738 if ((op >= ELS_LS_RJT) && (op <= ELS_AUTH_ELS)) { in bnx2fc_initiate_els()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_els.c | 91 if ((op >= ELS_LS_RJT) && (op <= ELS_AUTH_ELS)) { in qedf_initiate_els() 608 case ELS_LS_RJT: in qedf_srr_compl() 903 if (opcode == ELS_LS_RJT) { in qedf_rec_compl()
|
/kernel/linux/linux-5.10/include/uapi/scsi/fc/ |
H A D | fc_els.h | 23 ELS_LS_RJT = 0x01, /* ESL reject */ enumerator 93 [ELS_LS_RJT] = "LS_RJT", \ 170 __u8 er_cmd; /* command code ELS_LS_RJT */
|
/kernel/linux/linux-6.6/include/uapi/scsi/fc/ |
H A D | fc_els.h | 23 ELS_LS_RJT = 0x01, /* ESL reject */ enumerator 94 [ELS_LS_RJT] = "LS_RJT", \ 172 __u8 er_cmd; /* command code ELS_LS_RJT */
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/ |
H A D | fc_els.h | 24 ELS_LS_RJT = 0x01, enumerator 88 #define FC_ELS_CMDS_INIT {[ELS_LS_RJT] = "LS_RJT",[ELS_LS_ACC] = "LS_ACC",[ELS_PLOGI] = "PLOGI",[ELS_FLOGI] = "FLOGI",[ELS_LOGO] = "LOGO",[ELS_ABTX] = "ABTX",[ELS_RCS] = "RCS",[ELS_RES] = "RES",[ELS_RSS] = "RSS",[ELS_RSI] = "RSI",[ELS_ESTS] = "ESTS",[ELS_ESTC] = "ESTC",[ELS_ADVC] = "ADVC",[ELS_RTV] = "RTV",[ELS_RLS] = "RLS",[ELS_ECHO] = "ECHO",[ELS_TEST] = "TEST",[ELS_RRQ] = "RRQ",[ELS_REC] = "REC",[ELS_SRR] = "SRR",[ELS_FPIN] = "FPIN",[ELS_RDP] = "RDP",[ELS_RDF] = "RDF",[ELS_PRLI] = "PRLI",[ELS_PRLO] = "PRLO",[ELS_SCN] = "SCN",[ELS_TPLS] = "TPLS",[ELS_TPRLO] = "TPRLO",[ELS_LCLM] = "LCLM",[ELS_GAID] = "GAID",[ELS_FACT] = "FACT",[ELS_FDACDT] = "FDACDT",[ELS_NACT] = "NACT",[ELS_NDACT] = "NDACT",[ELS_QOSR] = "QOSR",[ELS_RVCS] = "RVCS",[ELS_PDISC] = "PDISC",[ELS_FDISC] = "FDISC",[ELS_ADISC] = "ADISC",[ELS_RNC] = "RNC",[ELS_FARP_REQ] = "FARP_REQ",[ELS_FARP_REPL] = "FARP_REPL",[ELS_RPS] = "RPS",[ELS_RPL] = "RPL",[ELS_RPBC] = "RPBC",[ELS_FAN] = "FAN",[ELS_RSCN] = "RSCN",[ELS_SCR] = "SCR",[ELS_RNFT] = "RNFT",[ELS_CSR] = "CSR",[ELS_CSU] = "CSU",[ELS_LINIT] = "LINIT",[ELS_LSTS] = "LSTS",[ELS_RNID] = "RNID",[ELS_RLIR] = "RLIR",[ELS_LIRR] = "LIRR",[ELS_SRL] = "SRL",[ELS_SBRP] = "SBRP",[ELS_RPSC] = "RPSC",[ELS_QSA] = "QSA",[ELS_EVFP] = "EVFP",[ELS_LKA] = "LKA",[ELS_AUTH_ELS] = "AUTH_ELS", \
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/scsi/fc/ |
H A D | fc_els.h | 24 ELS_LS_RJT = 0x01, enumerator 88 #define FC_ELS_CMDS_INIT {[ELS_LS_RJT] = "LS_RJT",[ELS_LS_ACC] = "LS_ACC",[ELS_PLOGI] = "PLOGI",[ELS_FLOGI] = "FLOGI",[ELS_LOGO] = "LOGO",[ELS_ABTX] = "ABTX",[ELS_RCS] = "RCS",[ELS_RES] = "RES",[ELS_RSS] = "RSS",[ELS_RSI] = "RSI",[ELS_ESTS] = "ESTS",[ELS_ESTC] = "ESTC",[ELS_ADVC] = "ADVC",[ELS_RTV] = "RTV",[ELS_RLS] = "RLS",[ELS_ECHO] = "ECHO",[ELS_TEST] = "TEST",[ELS_RRQ] = "RRQ",[ELS_REC] = "REC",[ELS_SRR] = "SRR",[ELS_FPIN] = "FPIN",[ELS_RDP] = "RDP",[ELS_RDF] = "RDF",[ELS_PRLI] = "PRLI",[ELS_PRLO] = "PRLO",[ELS_SCN] = "SCN",[ELS_TPLS] = "TPLS",[ELS_TPRLO] = "TPRLO",[ELS_LCLM] = "LCLM",[ELS_GAID] = "GAID",[ELS_FACT] = "FACT",[ELS_FDACDT] = "FDACDT",[ELS_NACT] = "NACT",[ELS_NDACT] = "NDACT",[ELS_QOSR] = "QOSR",[ELS_RVCS] = "RVCS",[ELS_PDISC] = "PDISC",[ELS_FDISC] = "FDISC",[ELS_ADISC] = "ADISC",[ELS_RNC] = "RNC",[ELS_FARP_REQ] = "FARP_REQ",[ELS_FARP_REPL] = "FARP_REPL",[ELS_RPS] = "RPS",[ELS_RPL] = "RPL",[ELS_RPBC] = "RPBC",[ELS_FAN] = "FAN",[ELS_RSCN] = "RSCN",[ELS_SCR] = "SCR",[ELS_RNFT] = "RNFT",[ELS_CSR] = "CSR",[ELS_CSU] = "CSU",[ELS_LINIT] = "LINIT",[ELS_LSTS] = "LSTS",[ELS_RNID] = "RNID",[ELS_RLIR] = "RLIR",[ELS_LIRR] = "LIRR",[ELS_SRL] = "SRL",[ELS_SBRP] = "SBRP",[ELS_RPSC] = "RPSC",[ELS_QSA] = "QSA",[ELS_EVFP] = "EVFP",[ELS_LKA] = "LKA",[ELS_AUTH_ELS] = "AUTH_ELS", \
|
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 645 if (op == ELS_LS_ACC || op == ELS_LS_RJT) in fcoe_ctlr_encaps() 654 if (op != ELS_LS_RJT) { in fcoe_ctlr_encaps() 777 case ELS_LS_RJT: in fcoe_ctlr_els_send() 1270 if ((desc_cnt == 0) || ((els_op != ELS_LS_RJT) && in fcoe_ctlr_recv_els() 3015 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fcoe_ctlr_disc_recv()
|
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 645 if (op == ELS_LS_ACC || op == ELS_LS_RJT) in fcoe_ctlr_encaps() 654 if (op != ELS_LS_RJT) { in fcoe_ctlr_encaps() 777 case ELS_LS_RJT: in fcoe_ctlr_els_send() 1267 if ((desc_cnt == 0) || ((els_op != ELS_LS_RJT) && in fcoe_ctlr_recv_els() 3007 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fcoe_ctlr_disc_recv()
|
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fnic_fcs.c | 358 if (els_op == ELS_LS_RJT) { in is_fnic_fip_flogi_reject()
|
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/ |
H A D | efc_els.c | 634 rjt->er_cmd = ELS_LS_RJT; in efc_send_ls_rjt()
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic_fcs.c | 348 if (els_op == ELS_LS_RJT) { in is_fnic_fip_flogi_reject()
|