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 DMakefile7 obj-$(CONFIG_NVME_FABRICS) += nvme-fabrics.o
24 nvme-fabrics-y += fabrics.o
H A Dtrace.h70 __entry->fctype = cmd->fabrics.fctype;
H A Dcore.c800 (req->cmd->fabrics.fctype == nvme_fabrics_type_connect || in __nvme_check_ready()
801 req->cmd->fabrics.fctype == nvme_fabrics_type_auth_send || in __nvme_check_ready()
802 req->cmd->fabrics.fctype == nvme_fabrics_type_auth_receive)) in __nvme_check_ready()
H A Dfc.c2546 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/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.h1993 struct nvmf_common_command fabrics; member
2046 return nvme_get_fabrics_opcode_str(cmd->fabrics.fctype); in nvme_fabrics_opcode_str()
2073 return cmd->fabrics.fctype & 1; in nvme_is_write()
/linux/Documentation/admin-guide/pm/
H A Dintel_uncore_frequency_scaling.rst70 offers a scalable mechanism to deal with partitioned fabrics in a SoC.
/linux/Documentation/target/
H A Dtcmu-design.rst44 SCSI commands ("fabrics"), the Linux kernel target, LIO, also modularizes
/linux/
H A DMAINTAINERS18949 F: drivers/nvme/target/fabrics-cmd-auth.c