Home
last modified time | relevance | path

Searched refs:fabrics (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/nvme/target/
H A Dfabrics-cmd.c92 switch (cmd->fabrics.fctype) { in nvmet_fabrics_admin_cmd_data_len()
108 switch (cmd->fabrics.fctype) { in nvmet_parse_fabrics_admin_cmd()
125 cmd->fabrics.fctype); in nvmet_parse_fabrics_admin_cmd()
137 switch (cmd->fabrics.fctype) { in nvmet_fabrics_io_cmd_data_len()
153 switch (cmd->fabrics.fctype) { in nvmet_parse_fabrics_io_cmd()
164 cmd->fabrics.fctype); in nvmet_parse_fabrics_io_cmd()
402 cmd->fabrics.fctype != nvme_fabrics_type_connect) in nvmet_connect_cmd_data_len()
414 cmd->fabrics.opcode); in nvmet_parse_connect_cmd()
418 if (cmd->fabrics.fctype != nvme_fabrics_type_connect) { in nvmet_parse_connect_cmd()
420 cmd->fabrics.fctype); in nvmet_parse_connect_cmd()
H A Dtrace.h89 __entry->fctype = cmd->fabrics.fctype;
H A Dfcloop.c640 __func__, sqe->common.opcode, sqe->fabrics.fctype, in check_for_drop()
646 sqe->fabrics.fctype != drop_opcode)) || in check_for_drop()
/linux/drivers/nvme/host/
H A DMakefile8 obj-$(CONFIG_NVME_FABRICS) += nvme-fabrics.o
25 nvme-fabrics-y += fabrics.o
H A Dtrace.h70 __entry->fctype = cmd->fabrics.fctype;
H A Dcore.c828 (req->cmd->fabrics.fctype == nvme_fabrics_type_connect || in __nvme_check_ready()
829 req->cmd->fabrics.fctype == nvme_fabrics_type_auth_send || in __nvme_check_ready()
830 req->cmd->fabrics.fctype == nvme_fabrics_type_auth_receive)) in __nvme_check_ready()
H A Dfc.c2552 ctrl->cnum, qnum, sqe->common.opcode, sqe->fabrics.fctype, in nvme_fc_timeout()
/linux/sound/aoa/
H A DMakefile4 obj-$(CONFIG_SND_AOA) += fabrics/
H A DKconfig12 source "sound/aoa/fabrics/Kconfig"
/linux/Documentation/ABI/stable/
H A Dsysfs-nvme67 available for fabrics controllers.
70 fabrics controller.
87 hostnqn: Shows the host NQN used by this fabrics controller.
90 fabrics controller.
92 Only available for fabrics controllers.
102 for fabrics controllers.
185 for fabrics controllers.
378 available for fabrics controllers.
/linux/drivers/target/tcm_fc/
H A DKconfig6 Say Y here to enable the TCM FC plugin for accessing FC fabrics in TCM
/linux/drivers/infiniband/ulp/isert/
H A DKconfig6 Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
/linux/Documentation/devicetree/bindings/interconnect/
H A Dinterconnect.txt16 consumers, such as in the case where two network-on-chip fabrics interface
/linux/Documentation/nvme/
H A Dnvme-pci-endpoint-target.rst10 using an NVMe fabrics target controller configured with the PCI transport type.
18 using NVMe over fabrics: the controller represents the interface to an NVMe
22 existing physical NVMe device or an NVMe fabrics host controller (e.g. a NVMe
/linux/Documentation/driver-api/
H A Dedac.rst194 An AMD heterogeneous system is built by connecting the data fabrics of
198 The MI200 accelerators are data center GPUs. They have 2 data fabrics,
/linux/include/linux/
H A Dnvme.h2009 struct nvmf_common_command fabrics; member
2062 return nvme_get_fabrics_opcode_str(cmd->fabrics.fctype); in nvme_fabrics_opcode_str()
2089 return cmd->fabrics.fctype & 1; in nvme_is_write()
/linux/Documentation/target/
H A Dtcmu-design.rst44 SCSI commands ("fabrics"), the Linux kernel target, LIO, also modularizes
/linux/
H A DMAINTAINERS19572 F: drivers/nvme/target/fabrics-cmd-auth.c