Home
last modified time | relevance | path

Searched full:fabrics (Results 1 – 25 of 53) sorted by relevance

123

/linux/drivers/nvme/host/
H A DKconfig53 tristate "NVM Express over Fabrics RDMA host driver"
58 This provides support for the NVMe over Fabrics protocol using
62 To configure a NVMe over Fabrics controller use the nvme-cli tool
68 tristate "NVM Express over Fabrics FC host driver"
74 This provides support for the NVMe over Fabrics protocol using
78 To configure a NVMe over Fabrics controller use the nvme-cli tool
84 tristate "NVM Express over Fabrics TCP host driver"
91 This provides support for the NVMe over Fabrics protocol using
95 To configure a NVMe over Fabrics controller use the nvme-cli tool
101 bool "NVMe over Fabrics TCP TLS encryption support"
[all …]
H A Dfabrics.c3 * 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 …]
H A DMakefile7 obj-$(CONFIG_NVME_FABRICS) += nvme-fabrics.o
24 nvme-fabrics-y += fabrics.o
H A Dfabrics.h3 * NVMe over Fabrics common host code.
75 * @mask: Used by the fabrics library to parse through sysfs options
147 * fabric implementation of NVMe fabrics.
148 * @entry: Used by the fabrics library to add the new
/linux/drivers/nvme/target/
H A DKconfig35 NVMe Over Fabrics protocol. It allows for hosts to manage and
53 tristate "NVMe over Fabrics RDMA target support"
64 tristate "NVMe over Fabrics FC target driver"
75 tristate "NVMe over Fabrics FC Transport Loopback Test driver"
88 tristate "NVMe over Fabrics TCP target support"
98 bool "NVMe over Fabrics TCP target TLS encryption support"
111 bool "NVMe over Fabrics In-band Authentication in target side"
115 This enables support for NVMe over Fabrics In-band Authentication in
H A Dpassthru.c3 * 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()
429 * hosts that connect via fabrics. This could potentially be in nvmet_parse_passthru_io_cmd()
/linux/Documentation/devicetree/bindings/arm/tegra/
H A Dnvidia,tegra234-cbb.yaml16 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/include/linux/
H A Dnvme.h1594 * Fabrics subcommands.
1618 * If not fabrics command, fctype will be ignored.
1638 * Note that cntlid of value 0 is considered illegal in the fabrics world.
1993 struct nvmf_common_command fabrics; member
2032 return "Fabrics Cmd"; in nvme_get_fabrics_opcode_str()
2046 return nvme_get_fabrics_opcode_str(cmd->fabrics.fctype); in nvme_fabrics_opcode_str()
2070 * Why can't we simply have a Fabrics In and Fabrics out command? in nvme_is_write()
2073 return cmd->fabrics.fctype & 1; in nvme_is_write()
2177 * I/O Command Set Specific - Fabrics commands:
2238 * Used by Admin and Fabrics commands to return data:
H A Dnvme-tcp.h3 * NVMe over Fabrics TCP protocol header.
/linux/include/target/
H A Dtarget_core_fabric.h45 * 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/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/sound/aoa/
H A DMakefile4 obj-$(CONFIG_SND_AOA) += fabrics/
H A DKconfig12 source "sound/aoa/fabrics/Kconfig"
/linux/Documentation/devicetree/bindings/interconnect/
H A Dqcom,msm8974.yaml14 bandwidth requirements between various network-on-chip fabrics.
H A Dqcom,msm8939.yaml14 adjusting the bandwidth requirements between the various NoC fabrics.
H A Dqcom,msm8953.yaml14 bandwidth requirements between the various NoC fabrics.
H A Dqcom,qcm2290.yaml14 bandwidth requirements between the various NoC fabrics.
H A Dqcom,sdm660.yaml14 bandwidth requirements between the various NoC fabrics.
H A Dinterconnect.txt16 consumers, such as in the case where two network-on-chip fabrics interface
H A Dqcom,msm8996.yaml14 bandwidth requirements between the various NoC fabrics.
H A Dqcom,sm6115.yaml14 bandwidth requirements between the various NoC fabrics.
H A Dqcom,msm8998-bwmon.yaml14 fabrics and provides information when it crosses configured thresholds.
/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,

123