Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/host/
DMakefile7 obj-$(CONFIG_NVME_FABRICS) += nvme-fabrics.o
24 nvme-fabrics-y += fabrics.o
Dtrace.h70 __entry->fctype = cmd->fabrics.fctype;
Dnvme.h1211 return nvme_get_fabrics_opcode_str(cmd->fabrics.fctype); in nvme_fabrics_opcode_str()
Dcore.c792 (req->cmd->fabrics.fctype == nvme_fabrics_type_connect || in __nvme_check_ready()
793 req->cmd->fabrics.fctype == nvme_fabrics_type_auth_send || in __nvme_check_ready()
794 req->cmd->fabrics.fctype == nvme_fabrics_type_auth_receive)) in __nvme_check_ready()
Dfc.c2581 ctrl->cnum, qnum, sqe->common.opcode, sqe->fabrics.fctype, in nvme_fc_timeout()
/linux-6.12.1/drivers/nvme/target/
Dfabrics-cmd.c89 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()
351 cmd->fabrics.opcode); in nvmet_parse_connect_cmd()
355 if (cmd->fabrics.fctype != nvme_fabrics_type_connect) { in nvmet_parse_connect_cmd()
357 cmd->fabrics.fctype); in nvmet_parse_connect_cmd()
DMakefile12 nvmet-y += core.o configfs.o admin-cmd.o fabrics-cmd.o \
17 nvmet-$(CONFIG_NVME_TARGET_AUTH) += fabrics-cmd-auth.o auth.o
Dtrace.h89 __entry->fctype = cmd->fabrics.fctype;
Dfcloop.c602 __func__, sqe->common.opcode, sqe->fabrics.fctype, in check_for_drop()
608 sqe->fabrics.fctype != drop_opcode)) || in check_for_drop()
/linux-6.12.1/sound/aoa/
DMakefile4 obj-$(CONFIG_SND_AOA) += fabrics/
DKconfig12 source "sound/aoa/fabrics/Kconfig"
/linux-6.12.1/drivers/target/tcm_fc/
DKconfig6 Say Y here to enable the TCM FC plugin for accessing FC fabrics in TCM
/linux-6.12.1/drivers/infiniband/ulp/isert/
DKconfig6 Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
/linux-6.12.1/Documentation/devicetree/bindings/interconnect/
Dinterconnect.txt16 consumers, such as in the case where two network-on-chip fabrics interface
/linux-6.12.1/Documentation/driver-api/
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,
Ddevice-io.rst383 This mapping mode primarily exists to cater for platforms with bus fabrics that
/linux-6.12.1/Documentation/admin-guide/pm/
Dintel_uncore_frequency_scaling.rst70 offers a scalable mechanism to deal with partitioned fabrics in a SoC.
/linux-6.12.1/include/linux/
Dnvme.h1816 struct nvmf_common_command fabrics; member
1855 return cmd->fabrics.fctype & 1; in nvme_is_write()
/linux-6.12.1/Documentation/target/
Dtcmu-design.rst44 SCSI commands ("fabrics"), the Linux kernel target, LIO, also modularizes
/linux-6.12.1/Documentation/scsi/
Dscsi_fc_transport.rst51 interact with the Fabric Port to join multiple fabrics. The port will
/linux-6.12.1/
DMAINTAINERS16534 F: drivers/nvme/target/fabrics-cmd-auth.c