Searched refs:fabrics (Results 1 – 21 of 21) sorted by relevance
/linux-6.1.9/drivers/nvme/host/ |
D | Makefile | 7 obj-$(CONFIG_NVME_FABRICS) += nvme-fabrics.o 24 nvme-fabrics-y += fabrics.o
|
D | trace.h | 70 __entry->fctype = cmd->fabrics.fctype;
|
D | core.c | 730 (req->cmd->fabrics.fctype == nvme_fabrics_type_connect || in __nvme_check_ready() 731 req->cmd->fabrics.fctype == nvme_fabrics_type_auth_send || in __nvme_check_ready() 732 req->cmd->fabrics.fctype == nvme_fabrics_type_auth_receive)) in __nvme_check_ready()
|
/linux-6.1.9/drivers/nvme/target/ |
D | fabrics-cmd.c | 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()
|
D | Makefile | 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
|
D | trace.h | 84 __entry->fctype = cmd->fabrics.fctype;
|
D | fcloop.c | 592 __func__, sqe->common.opcode, sqe->fabrics.fctype, in check_for_drop() 598 sqe->fabrics.fctype != drop_opcode)) || in check_for_drop()
|
/linux-6.1.9/sound/aoa/ |
D | Makefile | 4 obj-$(CONFIG_SND_AOA) += fabrics/
|
D | Kconfig | 12 source "sound/aoa/fabrics/Kconfig"
|
/linux-6.1.9/drivers/target/tcm_fc/ |
D | Kconfig | 6 Say Y here to enable the TCM FC plugin for accessing FC fabrics in TCM
|
/linux-6.1.9/drivers/infiniband/ulp/isert/ |
D | Kconfig | 6 Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
|
/linux-6.1.9/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra234-cbb.yaml | 16 The Tegra234 SoC has different fabrics based on CBB 2.0 architecture 17 which include cluster fabrics BPMP, AON, PSC, SCE, RCE, DCE, FSI and
|
/linux-6.1.9/Documentation/devicetree/bindings/interconnect/ |
D | qcom,msm8974.yaml | 14 bandwidth requirements between various network-on-chip fabrics.
|
D | qcom,msm8998-bwmon.yaml | 14 fabrics and provides information when it crosses configured thresholds.
|
D | qcom,qcm2290.yaml | 14 bandwidth requirements between the various NoC fabrics.
|
D | interconnect.txt | 16 consumers, such as in the case where two network-on-chip fabrics interface
|
/linux-6.1.9/include/linux/ |
D | nvme.h | 1757 struct nvmf_common_command fabrics; member 1796 return cmd->fabrics.fctype & 1; in nvme_is_write()
|
/linux-6.1.9/Documentation/target/ |
D | tcmu-design.rst | 44 SCSI commands ("fabrics"), the Linux kernel target, LIO, also modularizes
|
/linux-6.1.9/Documentation/scsi/ |
D | scsi_fc_transport.rst | 51 interact with the Fabric Port to join multiple fabrics. The port will
|
/linux-6.1.9/Documentation/driver-api/ |
D | device-io.rst | 383 This mapping mode primarily exists to cater for platforms with bus fabrics that
|
/linux-6.1.9/ |
D | MAINTAINERS | 14722 F: drivers/nvme/target/fabrics-cmd-auth.c
|