Home
last modified time | relevance | path

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

123

/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
[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
[all...]
H A Dtrace.h8 #define TRACE_SYSTEM nvme
13 #include <linux/nvme.h>
17 #include "nvme.h"
75 TP_printk("nvme%d: %sqid=%d, cmdid=%u, nsid=%u, flags=0x%x, meta=0x%x, cmd=(%s %s)",
108 TP_printk("nvme%d: %sqid=%d, cmdid=%u, res=%#llx, retries=%u, flags=0x%x, status=%#x",
128 TP_printk("nvme%d: NVME_AEN=%#08x [%s]",
158 TP_printk("nvme%d: %sqid=%d, head=%u, tail=%u",
/linux/drivers/scsi/qla2xxx/
H A Dqla_nvme.c9 #include <linux/nvme.h>
10 #include <linux/nvme-fc.h>
169 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
475 struct srb_iocb *nvme; qla_nvme_ls_req() local
568 struct srb_iocb *nvme = &sp->u.iocb_cmd; qla2x00_start_nvme_mq() local
767 struct srb_iocb *nvme; qla_nvme_post_cmd() local
[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 in qla_nvme_ls()
[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/target/
H A DMakefile6 obj-$(CONFIG_NVME_TARGET_LOOP) += nvme-loop.o
9 obj-$(CONFIG_NVME_TARGET_FCLOOP) += nvme-fcloop.o
19 nvme-loop-y += loop.o
22 nvme-fcloop-y += fcloop.o
/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.
H A Dindex.rst18 pci-nvme-function
/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/s390/boot/
H A Dipl_parm.c66 ipl_block.nvme.opt == IPL_PB0_NVME_OPT_DUMP) in is_ipl_block_dump()
99 scp_data_len = ipb->nvme.scp_data_len; in ipl_block_get_ascii_scpdata()
100 scp_data = ipb->nvme.scp_data; in ipl_block_get_ascii_scpdata()
/linux/Documentation/nvme/
H A Dindex.rst12 nvme-pci-endpoint-target
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
/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 */
/linux/drivers/s390/char/
H A Dzcore.c4 * dumps on SCSI/NVMe disks (zfcp/nvme dump).
318 TRACE("type: nvme\n"); in zcore_init()
319 TRACE("fid: %x\n", ipl_info.data.nvme.fid); in zcore_init()
320 TRACE("nsid: %x\n", ipl_info.data.nvme.nsid); in zcore_init()
/linux/Documentation/
H A Dsubsystem-apis.rst63 nvme/index
/linux/drivers/
H A DMakefile84 obj-y += nvme/

123