/kernel/linux/linux-5.10/include/uapi/scsi/fc/ |
H A D | fc_fs.h | 175 FC_TYPE_BLS = 0x00, /* basic link service */ enumerator 189 [FC_TYPE_BLS] = "BLS", \
|
/kernel/linux/linux-6.6/include/uapi/scsi/fc/ |
H A D | fc_fs.h | 175 FC_TYPE_BLS = 0x00, /* basic link service */ enumerator 189 [FC_TYPE_BLS] = "BLS", \
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/ |
H A D | fc_fs.h | 118 FC_TYPE_BLS = 0x00, enumerator 127 [FC_TYPE_BLS] = "BLS", \
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/ |
H A D | fc_fs.h | 98 FC_TYPE_BLS = 0x00, enumerator 106 #define FC_TYPE_NAMES_INIT {[FC_TYPE_BLS] = "BLS",[FC_TYPE_ELS] = "ELS",[FC_TYPE_IP] = "IP",[FC_TYPE_FCP] = "FCP",[FC_TYPE_CT] = "CT",[FC_TYPE_ILS] = "ILS",[FC_TYPE_NVME] = "NVME", \
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/scsi/fc/ |
H A D | fc_fs.h | 98 FC_TYPE_BLS = 0x00, enumerator 106 #define FC_TYPE_NAMES_INIT {[FC_TYPE_BLS] = "BLS",[FC_TYPE_ELS] = "ELS",[FC_TYPE_IP] = "IP",[FC_TYPE_FCP] = "FCP",[FC_TYPE_CT] = "CT",[FC_TYPE_ILS] = "ILS",[FC_TYPE_NVME] = "NVME", \
|
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A D | fc_exch.c | 502 if (fh_type == FC_TYPE_BLS) in fc_seq_send_locked() 667 FC_TYPE_BLS, FC_FC_END_SEQ | in fc_exch_abort_locked() 1298 fh->fh_type = FC_TYPE_BLS; in fc_seq_send_ack() 1377 fh->fh_type = FC_TYPE_BLS; in fc_exch_send_ba_rjt() 1454 fc_seq_send_last(sp, fp, FC_RCTL_BA_ACC, FC_TYPE_BLS); in fc_exch_recv_abts() 2640 if (fh->fh_type == FC_TYPE_BLS) in fc_exch_recv()
|
H A D | fc_fcp.c | 808 if (fh->fh_type == FC_TYPE_BLS) { in fc_fcp_recv() 1397 if (fh->fh_type != FC_TYPE_BLS) in fc_tm_done() 1799 if (fh->fh_type == FC_TYPE_BLS) { in fc_fcp_srr_resp()
|
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_exch.c | 501 if (fh_type == FC_TYPE_BLS) in fc_seq_send_locked() 666 FC_TYPE_BLS, FC_FC_END_SEQ | in fc_exch_abort_locked() 1296 fh->fh_type = FC_TYPE_BLS; in fc_seq_send_ack() 1375 fh->fh_type = FC_TYPE_BLS; in fc_exch_send_ba_rjt() 1452 fc_seq_send_last(sp, fp, FC_RCTL_BA_ACC, FC_TYPE_BLS); in fc_exch_recv_abts() 2638 if (fh->fh_type == FC_TYPE_BLS) in fc_exch_recv()
|
H A D | fc_fcp.c | 798 if (fh->fh_type == FC_TYPE_BLS) { in fc_fcp_recv() 1387 if (fh->fh_type != FC_TYPE_BLS) in fc_tm_done() 1789 if (fh->fh_type == FC_TYPE_BLS) { in fc_fcp_srr_resp()
|
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/ |
H A D | efct_unsol.c | 52 if (!(hdr->fh_type == FC_TYPE_FCP || hdr->fh_type == FC_TYPE_BLS)) in efct_dispatch_frame()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_fc.h | 131 FC_TYPE_BLS = 0x0, /* Basic Link Service */ enumerator
|
H A D | bfa_fcbuild.c | 63 fc_bls_req_tmpl.type = FC_TYPE_BLS; in fcbuild_init() 72 fc_bls_rsp_tmpl.type = FC_TYPE_BLS; in fcbuild_init()
|
H A D | bfa_fcs_lport.c | 827 if (fchs->type == FC_TYPE_BLS) { in bfa_fcs_lport_uf_recv()
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_fc.h | 116 FC_TYPE_BLS = 0x0, /* Basic Link Service */ enumerator
|
H A D | bfa_fcbuild.c | 63 fc_bls_req_tmpl.type = FC_TYPE_BLS; in fcbuild_init() 72 fc_bls_rsp_tmpl.type = FC_TYPE_BLS; in fcbuild_init()
|
H A D | bfa_fcs_lport.c | 827 if (fchs->type == FC_TYPE_BLS) { in bfa_fcs_lport_uf_recv()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_io.c | 892 FC_TYPE_BLS, FC_FC_FIRST_SEQ | FC_FC_END_SEQ | in bnx2fc_initiate_abts()
|
H A D | bnx2fc_fcoe.c | 241 } else if ((fh->fh_type == FC_TYPE_BLS) && in bnx2fc_xmit_l2_frame()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_io.c | 890 FC_TYPE_BLS, FC_FC_FIRST_SEQ | FC_FC_END_SEQ | in bnx2fc_initiate_abts()
|
H A D | bnx2fc_fcoe.c | 243 } else if ((fh->fh_type == FC_TYPE_BLS) && in bnx2fc_xmit_l2_frame()
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_main.c | 2570 if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl & FC_FC_SEQ_CTX) && in qedf_recv_frame()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_nvmet.c | 3279 bf_set(wqe_type, &wqe_abts->xmit_sequence.wge_ctl, FC_TYPE_BLS); in lpfc_nvmet_unsol_issue_abort()
|
H A D | lpfc_sli.c | 17474 case FC_TYPE_BLS: in lpfc_fc_frame_check() 17954 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_BLS; in lpfc_sli4_seq_abort_rsp()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_main.c | 2572 if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl & FC_FC_SEQ_CTX) && in qedf_recv_frame()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_nvmet.c | 3284 bf_set(wqe_type, &wqe_abts->xmit_sequence.wge_ctl, FC_TYPE_BLS); in lpfc_nvmet_unsol_issue_abort()
|