Home
last modified time | relevance | path

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

123

/Linux-v5.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"
79 This provides support for the NVMe over Fabrics protocol using
83 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
Dtrace.h70 __entry->fctype = cmd->fabrics.fctype;
Drdma.c3 * NVMe over Fabrics RDMA host code.
28 #include "fabrics.h"
1883 * specified by the Fabrics standard. in nvme_rdma_route_resolved()
1890 * current interpretation of the fabrics spec in nvme_rdma_route_resolved()
1999 * - ctrl disable/shutdown fabrics requests in nvme_rdma_timeout()
/Linux-v5.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()
291 cmd->fabrics.opcode); in nvmet_parse_connect_cmd()
295 if (cmd->fabrics.fctype != nvme_fabrics_type_connect) { in nvmet_parse_connect_cmd()
297 cmd->fabrics.fctype); in nvmet_parse_connect_cmd()
Dpassthru.c3 * NVMe Over Fabrics Target Passthrough command implementation.
64 * We export aerl limit for the fabrics controller, update this when in nvmet_passthru_override_id_ctrl()
105 /* Support multipath connections with fabrics */ in nvmet_passthru_override_id_ctrl()
350 * hosts that connect via fabrics. This could potentially be in nvmet_parse_passthru_io_cmd()
DMakefile12 nvmet-y += core.o configfs.o admin-cmd.o fabrics-cmd.o \
Dtrace.h81 __entry->fctype = cmd->fabrics.fctype;
Dloop.c3 * NVMe over Fabrics loopback device.
14 #include "../host/fabrics.h"
Dio-cmd-file.c3 * NVMe Over Fabrics Target File I/O commands implementation.
/Linux-v5.10/include/linux/
Dnvme.h1229 * Fabrics subcommands.
1249 * If not fabrics command, fctype will be ignored.
1269 * Note that cntlid of value 0 is considered illegal in the fabrics world.
1408 struct nvmf_common_command fabrics; member
1441 * Why can't we simply have a Fabrics In and Fabrics out command? in nvme_is_write()
1444 return cmd->fabrics.fctype & 1; in nvme_is_write()
1528 * I/O Command Set Specific - Fabrics commands:
1578 * Used by Admin and Fabrics commands to return data:
Dnvme-tcp.h3 * NVMe over Fabrics TCP protocol header.
/Linux-v5.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.
/Linux-v5.10/drivers/target/tcm_fc/
DKconfig6 Say Y here to enable the TCM FC plugin for accessing FC fabrics in TCM
/Linux-v5.10/drivers/infiniband/ulp/isert/
DKconfig6 Support for iSCSI Extensions for RDMA (iSER) Target on Infiniband fabrics.
/Linux-v5.10/sound/aoa/
DMakefile4 obj-$(CONFIG_SND_AOA) += fabrics/
DKconfig12 source "sound/aoa/fabrics/Kconfig"
/Linux-v5.10/Documentation/devicetree/bindings/interconnect/
Dqcom,msm8974.yaml14 bandwidth requirements between various network-on-chip fabrics.
Dqcom,msm8916.yaml14 bandwidth requirements between the various NoC fabrics.
Dqcom,qcs404.yaml14 bandwidth requirements between the various NoC fabrics.
Dinterconnect.txt16 consumers, such as in the case where two network-on-chip fabrics interface
/Linux-v5.10/drivers/target/
Dtarget_core_fabric_configfs.c364 * to allow fabrics access to ->acl_fabric_stat_group->default_groups[]
915 * to allow fabrics access to ->fabric_stat_group->default_groups[]

123