Searched full:fabrics (Results 1 – 25 of 68) sorted by relevance
123
/linux-6.8/drivers/nvme/host/ |
D | Kconfig | 48 tristate "NVM Express over Fabrics RDMA host driver" 53 This provides support for the NVMe over Fabrics protocol using 57 To configure a NVMe over Fabrics controller use the nvme-cli tool 63 tristate "NVM Express over Fabrics FC host driver" 69 This provides support for the NVMe over Fabrics protocol using 73 To configure a NVMe over Fabrics controller use the nvme-cli tool 79 tristate "NVM Express over Fabrics TCP host driver" 86 This provides support for the NVMe over Fabrics protocol using 90 To configure a NVMe over Fabrics controller use the nvme-cli tool 96 bool "NVMe over Fabrics TCP TLS encryption support" [all …]
|
D | fabrics.c | 3 * NVMe over Fabrics common host code. 14 #include "fabrics.h" 152 * nvmf_reg_read32() - NVMe Fabrics "Property Get" API function. 157 * register (see the fabrics section of the NVMe standard). 165 * NVMe fabrics space.) 197 * nvmf_reg_read64() - NVMe Fabrics "Property Get" API function. 202 * register (see the fabrics section of the NVMe standard). 210 * NVMe fabrics space.) 242 * nvmf_reg_write32() - NVMe Fabrics "Property Write" API function. 247 * register (see the fabrics section of the NVMe standard). [all …]
|
D | Makefile | 7 obj-$(CONFIG_NVME_FABRICS) += nvme-fabrics.o 24 nvme-fabrics-y += fabrics.o
|
D | fabrics.h | 3 * NVMe over Fabrics common host code. 81 * @mask: Used by the fabrics library to parse through sysfs options 151 * fabric implementation of NVMe fabrics. 152 * @entry: Used by the fabrics library to add the new
|
/linux-6.8/drivers/nvme/target/ |
D | Kconfig | 27 NVMe Over Fabrics protocol. It allows for hosts to manage and 45 tristate "NVMe over Fabrics RDMA target support" 56 tristate "NVMe over Fabrics FC target driver" 67 tristate "NVMe over Fabrics FC Transport Loopback Test driver" 80 tristate "NVMe over Fabrics TCP target support" 90 bool "NVMe over Fabrics TCP target TLS encryption support" 102 bool "NVMe over Fabrics In-band Authentication in target side" 106 This enables support for NVMe over Fabrics In-band Authentication in
|
D | fabrics-cmd.c | 3 * NVMe Fabrics command implementation. 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() 357 cmd->fabrics.opcode); in nvmet_parse_connect_cmd() 361 if (cmd->fabrics.fctype != nvme_fabrics_type_connect) { in nvmet_parse_connect_cmd() 363 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 | passthru.c | 3 * NVMe Over Fabrics Target Passthrough command implementation. 121 * We export aerl limit for the fabrics controller, update this when in nvmet_passthru_override_id_ctrl() 162 /* Support multipath connections with fabrics */ in nvmet_passthru_override_id_ctrl() 425 * hosts that connect via fabrics. This could potentially be in nvmet_parse_passthru_io_cmd()
|
/linux-6.8/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.8/include/target/ |
D | target_core_fabric.h | 45 * Optionally used by fabrics to allow demo-mode login, but not 71 * Used only for SCSI fabrics that contain multi-value TransportIDs 72 * (like iSCSI). All other SCSI fabrics should set this to NULL.
|
/linux-6.8/drivers/target/tcm_fc/ |
D | Kconfig | 6 Say Y here to enable the TCM FC plugin for accessing FC fabrics in TCM
|
/linux-6.8/drivers/infiniband/ulp/isert/ |
D | Kconfig | 6 Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
|
/linux-6.8/sound/aoa/ |
D | Makefile | 4 obj-$(CONFIG_SND_AOA) += fabrics/
|
D | Kconfig | 12 source "sound/aoa/fabrics/Kconfig"
|
/linux-6.8/include/linux/ |
D | nvme.h | 1412 * Fabrics subcommands. 1436 * If not fabrics command, fctype will be ignored. 1456 * Note that cntlid of value 0 is considered illegal in the fabrics world. 1804 struct nvmf_common_command fabrics; member 1840 * Why can't we simply have a Fabrics In and Fabrics out command? in nvme_is_write() 1843 return cmd->fabrics.fctype & 1; in nvme_is_write() 1945 * I/O Command Set Specific - Fabrics commands: 1998 * Used by Admin and Fabrics commands to return data:
|
D | nvme-tcp.h | 3 * NVMe over Fabrics TCP protocol header.
|
/linux-6.8/Documentation/devicetree/bindings/interconnect/ |
D | qcom,msm8974.yaml | 14 bandwidth requirements between various network-on-chip fabrics.
|
D | qcom,msm8939.yaml | 14 bandwidth requirements between the various NoC fabrics.
|
D | qcom,qcm2290.yaml | 14 bandwidth requirements between the various NoC fabrics.
|
D | qcom,sdm660.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
|
D | qcom,msm8996.yaml | 14 bandwidth requirements between the various NoC fabrics.
|
D | qcom,sm6115.yaml | 14 bandwidth requirements between the various NoC fabrics.
|
D | qcom,msm8998-bwmon.yaml | 14 fabrics and provides information when it crosses configured thresholds.
|
/linux-6.8/Documentation/driver-api/ |
D | edac.rst | 194 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,
|
123