Home
last modified time | relevance | path

Searched refs:nvme (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/nvme/host/
H A DMakefile6 obj-$(CONFIG_NVME_CORE) += nvme-core.o
7 obj-$(CONFIG_BLK_DEV_NVME) += nvme.o
8 obj-$(CONFIG_NVME_FABRICS) += nvme-fabrics.o
9 obj-$(CONFIG_NVME_RDMA) += nvme-rdma.o
10 obj-$(CONFIG_NVME_FC) += nvme-fc.o
11 obj-$(CONFIG_NVME_TCP) += nvme-tcp.o
12 obj-$(CONFIG_NVME_APPLE) += nvme-apple.o
14 nvme-core-y += core.o ioctl.o sysfs.o pr.o
15 nvme-core-$(CONFIG_NVME_VERBOSE_ERRORS) += constants.o
16 nvme-core-$(CONFIG_TRACING) += trace.o
[all …]
H A DKconfig15 module will be called nvme.
62 To configure a NVMe over Fabrics controller use the nvme-cli tool
63 from https://github.com/linux-nvme/nvme-cli.
78 To configure a NVMe over Fabrics controller use the nvme-cli tool
79 from https://github.com/linux-nvme/nvme-cli.
95 To configure a NVMe over Fabrics controller use the nvme-cli tool
96 from https://github.com/linux-nvme/nvme-cli.
136 module will be called nvme-apple.
H A Dtrace.h8 #define TRACE_SYSTEM nvme
/linux/Documentation/ABI/stable/
H A Dsysfs-nvme1 What: /sys/class/nvme/nvmeX/model
2 What: /sys/class/nvme/nvmeX/serial
3 What: /sys/class/nvme/nvmeX/firmware_rev
12 What: /sys/class/nvme/nvmeX/cntlid
20 What: /sys/class/nvme/nvmeX/cntrltype
21 What: /sys/class/nvme/nvmeX/dctype
32 What: /sys/class/nvme/nvmeX/reset_controller
40 What: /sys/class/nvme/nvmeX/rescan_controller
48 What: /sys/class/nvme/nvmeX/transport
49 What: /sys/class/nvme/nvmeX/subsysnqn
[all …]
/linux/arch/arm64/boot/dts/apple/
H A Dt600x-nvme.dtsi28 DIE_NODE(nvme): nvme@393cc0000 {
29 compatible = "apple,t6000-nvme-ans2", "apple,nvme-ans2";
31 reg-names = "nvme", "ans";
/linux/drivers/nvme/
H A DKconfig4 source "drivers/nvme/common/Kconfig"
5 source "drivers/nvme/host/Kconfig"
6 source "drivers/nvme/target/Kconfig"
/linux/Documentation/PCI/endpoint/
H A Dpci-nvme-function.rst11 subsystem as drivers/nvme/target/pci-epf.c.
13 See Documentation/nvme/nvme-pci-endpoint-target.rst for more details.
/linux/Documentation/fault-injection/
H A Dnvme-fault-injection.rst8 Status can be found in include/linux/nvme.h
10 Following examples show how to inject an error into the nvme.
42 nvme_process_cq+0xe7/0x1d0 [nvme]
43 nvme_irq+0x1e/0x40 [nvme]
130 nvme reset /dev/nvme0
139 nvme nvme0: resetting controller
149 nvme_irq+0x129/0x280 [nvme]
177 nvme nvme0: Could not set queue count (16385)
178 nvme nvme0: IO queues not created
/linux/arch/s390/include/asm/
H A Dipl.h26 struct ipl_pb0_nvme nvme; member
98 } nvme; member
/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280-herobrine-zombie-nvme-lte.dts12 #include "sc7280-herobrine-nvme-sku.dtsi"
H A Dsc7280-herobrine-zombie-nvme.dts12 #include "sc7280-herobrine-nvme-sku.dtsi"
H A Dsc7280-herobrine-evoker.dtsi82 /* For nvme */
87 /* For nvme */
H A Dsc7280-herobrine-herobrine-r1.dts109 /* For nvme */
114 /* For nvme */
H A Dsc7280-herobrine-crd.dts115 /* For nvme */
120 /* For nvme */
H A Dsc8280xp-huawei-gaokun3.dts118 vreg_nvme: regulator-nvme {
1343 nvme_reg_en: nvme-reg-en-state {
/linux/Documentation/nvme/
H A Dnvme-pci-endpoint-target.rst253 cache_line_size nvme subclass_code
274 # echo 1 > nvmepf.0/nvme/portid
275 # echo "nvmepf.0.nqn" > nvmepf.0/nvme/subsysnqn
319 namespace block device. The *nvme* command line utility can be used to get more
322 # nvme id-ctrl /dev/nvme0
361 fields defined in the *nvme* subdirectory of the function directory. These
H A Dfeature-and-quirk-policy.rst16 The Linux NVMe host driver in drivers/nvme/host/ supports devices
/linux/Documentation/
H A Dsubsystem-apis.rst62 nvme/index
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dindex.rst187 * nvme-multipath
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3568-easepi-r1.dts126 vcc3v3_nvme: regulator-vcc3v3-nvme {
525 nvme {
526 vcc3v3_nvme_en: vcc3v3-nvme-en {
/linux/drivers/
H A DMakefile84 obj-y += nvme/
H A DKconfig44 source "drivers/nvme/Kconfig"
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc-core.c82 module_param_named(nvme, nvme_enabled, uint, S_IRUGO);
83 MODULE_PARM_DESC(nvme, "Enable NVMe over FC support. "
5358 struct ibmvfc_channels *nvme = &vhost->nvme_scrqs; in ibmvfc_channel_setup_done() local
5371 nvme->active_queues = be32_to_cpu(setup->num_nvme_subq_channels); in ibmvfc_channel_setup_done()
5379 if (scsi->active_queues || nvme->active_queues) in ibmvfc_channel_setup_done()
5384 for (i = 0; i < nvme->active_queues; i++) in ibmvfc_channel_setup_done()
5385 nvme->scrqs[i].vios_cookie = in ibmvfc_channel_setup_done()
5391 nvme->active_queues); in ibmvfc_channel_setup_done()
5420 struct ibmvfc_channels *nvme = &vhost->nvme_scrqs; in ibmvfc_channel_setup() local
5424 min(nvme->desired_queues, vhost->max_vios_nvme_channels); in ibmvfc_channel_setup()
[all …]
/linux/
H A DMAINTAINERS2648 F: Documentation/devicetree/bindings/nvme/apple,nvme-ans.yaml
2679 F: drivers/nvme/host/apple.c
19575 L: linux-nvme@lists.infradead.org
19577 W: http://git.infradead.org/nvme.git
19578 T: git git://git.infradead.org/nvme.git
19579 F: Documentation/ABI/stable/sysfs-nvme
19580 F: Documentation/admin-guide/nvme-multipath.rst
19581 F: Documentation/fault-injection/nvme-fault-injection.rst
19582 F: Documentation/nvme/
19583 F: drivers/nvme/common/
[all …]
/linux/drivers/scsi/lpfc/
H A Dlpfc_ct.c2784 phba->sli4_hba.pc_sli4_params.nvme) in lpfc_fdmi_port_attr_fc4type()

12