Home
last modified time | relevance | path

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

12

/linux/drivers/nvme/host/
H A DMakefile5 obj-$(CONFIG_NVME_CORE) += nvme-core.o
6 obj-$(CONFIG_BLK_DEV_NVME) += nvme.o
7 obj-$(CONFIG_NVME_FABRICS) += nvme-fabrics.o
8 obj-$(CONFIG_NVME_RDMA) += nvme-rdma.o
9 obj-$(CONFIG_NVME_FC) += nvme-fc.o
10 obj-$(CONFIG_NVME_TCP) += nvme-tcp.o
11 obj-$(CONFIG_NVME_APPLE) += nvme-apple.o
13 nvme-core-y += core.o ioctl.o sysfs.o pr.o
14 nvme-core-$(CONFIG_NVME_VERBOSE_ERRORS) += constants.o
15 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/drivers/scsi/qla2xxx/
H A Dqla_nvme.c169 struct srb_iocb *nvme; in qla_nvme_release_fcp_cmd_kref() local
175 nvme = &sp->u.iocb_cmd; in qla_nvme_release_fcp_cmd_kref()
176 fd = nvme->u.nvme.desc; in qla_nvme_release_fcp_cmd_kref()
182 fd->rcv_rsplen = le16_to_cpu(nvme->u.nvme.rsp_pyld_len); in qla_nvme_release_fcp_cmd_kref()
314 __func__, sp, sp->handle, fcport, sp->u.iocb_cmd.u.nvme.desc, fcport->deleted); in qla_nvme_abort_work()
373 struct srb_iocb *nvme; in qla_nvme_xmt_ls_rsp() local
397 nvme = &sp->u.iocb_cmd; in qla_nvme_xmt_ls_rsp()
399 nvme->u.nvme.desc = fd_resp; in qla_nvme_xmt_ls_rsp()
400 nvme->u.nvme.dir = 0; in qla_nvme_xmt_ls_rsp()
401 nvme->u.nvme.dl = 0; in qla_nvme_xmt_ls_rsp()
[all …]
H A Dqla_iocb.c3785 struct srb_iocb *nvme; in qla_nvme_ls() local
3787 nvme = &sp->u.iocb_cmd; in qla_nvme_ls()
3790 cmd_pkt->timeout = cpu_to_le16(nvme->u.nvme.timeout_sec); in qla_nvme_ls()
3796 cmd_pkt->nport_handle = nvme->u.nvme.nport_handle; in qla_nvme_ls()
3797 cmd_pkt->exchange_address = nvme->u.nvme.exchange_address; in qla_nvme_ls()
3803 cmd_pkt->rx_byte_count = nvme->u.nvme.rsp_len; in qla_nvme_ls()
3804 cmd_pkt->dsd[1].length = nvme->u.nvme.rsp_len; in qla_nvme_ls()
3805 put_unaligned_le64(nvme->u.nvme.rsp_dma, &cmd_pkt->dsd[1].address); in qla_nvme_ls()
3809 cmd_pkt->tx_byte_count = nvme->u.nvme.cmd_len; in qla_nvme_ls()
3810 cmd_pkt->dsd[0].length = nvme->u.nvme.cmd_len; in qla_nvme_ls()
[all …]
H A Dqla_isr.c2731 iocb->u.nvme.comp_status = comp_status; in qla24xx_nvme_iocb_entry()
2733 fd = iocb->u.nvme.desc; in qla24xx_nvme_iocb_entry()
2735 if (unlikely(iocb->u.nvme.aen_op)) in qla24xx_nvme_iocb_entry()
2755 iocb->u.nvme.rsp_pyld_len = 0; in qla24xx_nvme_iocb_entry()
2759 iocb->u.nvme.rsp_pyld_len = sts->nvme_rsp_pyld_len; in qla24xx_nvme_iocb_entry()
2765 iocb->u.nvme.rsp_pyld_len = 0; in qla24xx_nvme_iocb_entry()
2776 iocb->u.nvme.rsp_pyld_len = sts->nvme_rsp_pyld_len; in qla24xx_nvme_iocb_entry()
2777 if (unlikely(le16_to_cpu(iocb->u.nvme.rsp_pyld_len) > in qla24xx_nvme_iocb_entry()
2781 iocb->u.nvme.rsp_pyld_len); in qla24xx_nvme_iocb_entry()
2784 iocb->u.nvme.rsp_pyld_len); in qla24xx_nvme_iocb_entry()
[all …]
/linux/drivers/nvme/common/
H A DMakefile5 obj-$(CONFIG_NVME_AUTH) += nvme-auth.o
6 obj-$(CONFIG_NVME_KEYRING) += nvme-keyring.o
8 nvme-auth-y += auth.o
9 nvme-keyring-y += keyring.o
/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";
H A Dt6001.dtsi41 #include "t600x-nvme.dtsi"
/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/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
H A Dindex.rst12 nvme-fault-injection
/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/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 Dsc7280-idp.dtsi79 nvme_3v3_regulator: nvme-3v3-regulator {
762 nvme_pwren: nvme-pwren-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/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"

12