Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-6.6/drivers/nvme/host/
DKconfig48 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 "NVM Express over Fabrics In-Band Authentication"
[all …]
Dfabrics.c3 * NVMe over Fabrics common host code.
14 #include "fabrics.h"
151 * nvmf_reg_read32() - NVMe Fabrics "Property Get" API function.
156 * register (see the fabrics section of the NVMe standard).
164 * NVMe fabrics space.)
196 * nvmf_reg_read64() - NVMe Fabrics "Property Get" API function.
201 * register (see the fabrics section of the NVMe standard).
209 * NVMe fabrics space.)
241 * nvmf_reg_write32() - NVMe Fabrics "Property Write" API function.
246 * register (see the fabrics section of the NVMe standard).
[all …]
DMakefile7 obj-$(CONFIG_NVME_FABRICS) += nvme-fabrics.o
24 nvme-fabrics-y += fabrics.o
Dfabrics.h3 * NVMe over Fabrics common host code.
71 * @mask: Used by the fabrics library to parse through sysfs options
135 * fabric implementation of NVMe fabrics.
136 * @entry: Used by the fabrics library to add the new
/kernel/linux/linux-5.10/drivers/nvme/host/
DKconfig39 tristate "NVM Express over Fabrics RDMA host driver"
45 This provides support for the NVMe over Fabrics protocol using
49 To configure a NVMe over Fabrics controller use the nvme-cli tool
55 tristate "NVM Express over Fabrics FC host driver"
62 This provides support for the NVMe over Fabrics protocol using
66 To configure a NVMe over Fabrics controller use the nvme-cli tool
72 tristate "NVM Express over Fabrics TCP host driver"
80 This provides support for the NVMe over Fabrics protocol using
84 To configure a NVMe over Fabrics controller use the nvme-cli tool
Dfabrics.c3 * NVMe over Fabrics common host code.
14 #include "fabrics.h"
122 * nvmf_reg_read32() - NVMe Fabrics "Property Get" API function.
127 * register (see the fabrics section of the NVMe standard).
135 * NVMe fabrics space.)
168 * nvmf_reg_read64() - NVMe Fabrics "Property Get" API function.
173 * register (see the fabrics section of the NVMe standard).
181 * NVMe fabrics space.)
214 * nvmf_reg_write32() - NVMe Fabrics "Property Write" API function.
219 * register (see the fabrics section of the NVMe standard).
[all …]
DMakefile7 obj-$(CONFIG_NVME_FABRICS) += nvme-fabrics.o
22 nvme-fabrics-y += fabrics.o
Dfabrics.h3 * NVMe over Fabrics common host code.
64 * @mask: Used by the fabrics library to parse through sysfs options
118 * fabric implementation of NVMe fabrics.
119 * @entry: Used by the fabrics library to add the new
/kernel/linux/linux-6.6/drivers/nvme/target/
DKconfig25 NVMe Over Fabrics protocol. It allows for hosts to manage and
43 tristate "NVMe over Fabrics RDMA target support"
54 tristate "NVMe over Fabrics FC target driver"
65 tristate "NVMe over Fabrics FC Transport Loopback Test driver"
78 tristate "NVMe over Fabrics TCP target support"
88 bool "NVMe over Fabrics In-band Authentication support"
98 This enables support for NVMe over Fabrics In-band Authentication
Dfabrics-cmd.c3 * 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()
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 \
16 nvmet-$(CONFIG_NVME_TARGET_AUTH) += fabrics-cmd-auth.o auth.o
/kernel/linux/linux-5.10/drivers/nvme/target/
DKconfig25 NVMe Over Fabrics protocol. It allows for hosts to manage and
44 tristate "NVMe over Fabrics RDMA target support"
55 tristate "NVMe over Fabrics FC target driver"
66 tristate "NVMe over Fabrics FC Transport Loopback Test driver"
80 tristate "NVMe over Fabrics TCP target support"
Dfabrics-cmd.c3 * NVMe Fabrics command implementation.
89 switch (cmd->fabrics.fctype) { in nvmet_parse_fabrics_cmd()
98 cmd->fabrics.fctype); in nvmet_parse_fabrics_cmd()
297 cmd->fabrics.opcode); in nvmet_parse_connect_cmd()
301 if (cmd->fabrics.fctype != nvme_fabrics_type_connect) { in nvmet_parse_connect_cmd()
303 cmd->fabrics.fctype); in nvmet_parse_connect_cmd()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/tegra/
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
/kernel/linux/linux-5.10/include/linux/
Dnvme.h1240 * Fabrics subcommands.
1260 * If not fabrics command, fctype will be ignored.
1280 * Note that cntlid of value 0 is considered illegal in the fabrics world.
1419 struct nvmf_common_command fabrics; member
1452 * Why can't we simply have a Fabrics In and Fabrics out command? in nvme_is_write()
1455 return cmd->fabrics.fctype & 1; in nvme_is_write()
1539 * I/O Command Set Specific - Fabrics commands:
1589 * Used by Admin and Fabrics commands to return data:
/kernel/linux/linux-5.10/include/target/
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.
/kernel/linux/linux-6.6/include/target/
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.
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
DKconfig6 Say Y here to enable the TCM FC plugin for accessing FC fabrics in TCM
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
DKconfig6 Say Y here to enable the TCM FC plugin for accessing FC fabrics in TCM
/kernel/linux/linux-6.6/drivers/infiniband/ulp/isert/
DKconfig6 Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
/kernel/linux/linux-5.10/drivers/infiniband/ulp/isert/
DKconfig6 Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
/kernel/linux/linux-6.6/sound/aoa/
DMakefile4 obj-$(CONFIG_SND_AOA) += fabrics/
DKconfig12 source "sound/aoa/fabrics/Kconfig"
/kernel/linux/linux-5.10/sound/aoa/
DMakefile4 obj-$(CONFIG_SND_AOA) += fabrics/
DKconfig12 source "sound/aoa/fabrics/Kconfig"

12345