Searched refs:fabrics (Results 1 – 20 of 20) sorted by relevance
7 obj-$(CONFIG_NVME_FABRICS) += nvme-fabrics.o24 nvme-fabrics-y += fabrics.o
70 __entry->fctype = cmd->fabrics.fctype;
742 (req->cmd->fabrics.fctype == nvme_fabrics_type_connect || in __nvme_check_ready()743 req->cmd->fabrics.fctype == nvme_fabrics_type_auth_send || in __nvme_check_ready()744 req->cmd->fabrics.fctype == nvme_fabrics_type_auth_receive)) in __nvme_check_ready()
2269 u8 opc = pdu->cmd.common.opcode, fctype = pdu->cmd.fabrics.fctype; in nvme_tcp_timeout()
89 switch (cmd->fabrics.fctype) { in nvmet_parse_fabrics_admin_cmd()106 cmd->fabrics.fctype); in nvmet_parse_fabrics_admin_cmd()118 switch (cmd->fabrics.fctype) { in nvmet_parse_fabrics_io_cmd()129 cmd->fabrics.fctype); in nvmet_parse_fabrics_io_cmd()353 cmd->fabrics.opcode); in nvmet_parse_connect_cmd()357 if (cmd->fabrics.fctype != nvme_fabrics_type_connect) { in nvmet_parse_connect_cmd()359 cmd->fabrics.fctype); in nvmet_parse_connect_cmd()
12 nvmet-y += core.o configfs.o admin-cmd.o fabrics-cmd.o \16 nvmet-$(CONFIG_NVME_TARGET_AUTH) += fabrics-cmd-auth.o auth.o
84 __entry->fctype = cmd->fabrics.fctype;
592 __func__, sqe->common.opcode, sqe->fabrics.fctype, in check_for_drop()598 sqe->fabrics.fctype != drop_opcode)) || in check_for_drop()
4 obj-$(CONFIG_SND_AOA) += fabrics/
12 source "sound/aoa/fabrics/Kconfig"
6 Say Y here to enable the TCM FC plugin for accessing FC fabrics in TCM
6 Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
16 consumers, such as in the case where two network-on-chip fabrics interface
194 An AMD heterogeneous system is built by connecting the data fabrics of198 The MI200 accelerators are data center GPUs. They have 2 data fabrics,
383 This mapping mode primarily exists to cater for platforms with bus fabrics that
70 offers a scalable mechanism to deal with partitioned fabrics in a SoC.
1800 struct nvmf_common_command fabrics; member1839 return cmd->fabrics.fctype & 1; in nvme_is_write()
44 SCSI commands ("fabrics"), the Linux kernel target, LIO, also modularizes
51 interact with the Fabric Port to join multiple fabrics. The port will
15251 F: drivers/nvme/target/fabrics-cmd-auth.c