Home
last modified time | relevance | path

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

12345678910>>...31

/OK3568_Linux_fs/kernel/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
12 nvme-core-y := core.o
13 nvme-core-$(CONFIG_TRACING) += trace.o
14 nvme-core-$(CONFIG_NVME_MULTIPATH) += multipath.o
15 nvme-core-$(CONFIG_NVM) += lightnvm.o
[all …]
H A DKconfig16 module will be called nvme.
49 To configure a NVMe over Fabrics controller use the nvme-cli tool
50 from https://github.com/linux-nvme/nvme-cli.
66 To configure a NVMe over Fabrics controller use the nvme-cli tool
67 from https://github.com/linux-nvme/nvme-cli.
84 To configure a NVMe over Fabrics controller use the nvme-cli tool
85 from https://github.com/linux-nvme/nvme-cli.
/OK3568_Linux_fs/buildroot/package/dillo/
H A D0004-fix-build-with-gcc-10.patch6 /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/bin/arm-buildroot-linux-gnueabihf-gcc -D_…
7nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2…
8nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2…
9nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2…
10nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2…
11nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2…
12nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2…
13nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2…
14nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2…
15nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2…
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_nvme.c141 struct srb_iocb *nvme; in qla_nvme_release_fcp_cmd_kref() local
147 nvme = &sp->u.iocb_cmd; in qla_nvme_release_fcp_cmd_kref()
148 fd = nvme->u.nvme.desc; in qla_nvme_release_fcp_cmd_kref()
154 fd->rcv_rsplen = le16_to_cpu(nvme->u.nvme.rsp_pyld_len); in qla_nvme_release_fcp_cmd_kref()
171 struct srb_iocb *nvme = &sp->u.iocb_cmd; in qla_nvme_ls_unmap() local
174 dma_unmap_single(&ha->pdev->dev, nvme->u.nvme.cmd_dma, in qla_nvme_ls_unmap()
300 struct srb_iocb *nvme; in qla_nvme_ls_req() local
330 nvme = &sp->u.iocb_cmd; in qla_nvme_ls_req()
332 nvme->u.nvme.desc = fd; in qla_nvme_ls_req()
333 nvme->u.nvme.dir = 0; in qla_nvme_ls_req()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/nvme-cli/
H A Dnvme-cli_1.13.bb3 HOMEPAGE = "https://github.com/linux-nvme/nvme-cli"
10 SRC_URI = "git://github.com/linux-nvme/nvme-cli.git;branch=master;protocol=https"
23 ${sbindir}/nvme gen-hostnqn > ${sysconfdir}/nvme/hostnqn
24 ${bindir}/uuidgen > ${sysconfdir}/nvme/hostid
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.nvme28 There is an NVMe uclass driver (driver name "nvme"), an NVMe host controller
29 driver (driver name "nvme") and an NVMe namespace block driver (driver name
30 "nvme-blk"). The host controller driver is supposed to probe the hardware and
47 To use an NVMe hard disk from U-Boot shell, a 'nvme scan' command needs to
53 => nvme info
60 => nvme detail
62 Raw block read/write to can be done via the 'nvme read/write' commands:
64 => nvme read a0000000 0 11000
67 => nvme write 80000000 0 11000
71 => fatls nvme 0:1
[all …]
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A DMakefile6 obj-$(CONFIG_NVME_TARGET_LOOP) += nvme-loop.o
9 obj-$(CONFIG_NVME_TARGET_FCLOOP) += nvme-fcloop.o
15 nvme-loop-y += loop.o
18 nvme-fcloop-y += fcloop.o
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A DCVE-2021-3929.patch4 Subject: [PATCH] hw/nvme: fix CVE-2021-3929
25 hw/nvme/ctrl.c | 22 ++++++++++++++++++++++
28 diff --git a/hw/nvme/ctrl.c b/hw/nvme/ctrl.c
30 --- a/hw/nvme/ctrl.c
31 +++ b/hw/nvme/ctrl.c
H A D0012_let_dma_buf_write_function_take_MemTxAttrs_argument.patch23 hw/nvme/ctrl.c | 3 ++-
55 diff --git a/hw/nvme/ctrl.c b/hw/nvme/ctrl.c
57 --- a/hw/nvme/ctrl.c
58 +++ b/hw/nvme/ctrl.c
H A D0013_let_dma_buf_read_function_take_MemTxAttrs_argument.patch23 hw/nvme/ctrl.c | 2 +-
52 diff --git a/hw/nvme/ctrl.c b/hw/nvme/ctrl.c
54 --- a/hw/nvme/ctrl.c
55 +++ b/hw/nvme/ctrl.c
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/buildroot/package/nvme/
H A DConfig.in2 bool "nvme"
7 https://github.com/linux-nvme/nvme-cli
H A Dnvme.mk8 NVME_SITE = $(call github,linux-nvme,nvme-cli,v$(NVME_VERSION))
H A Dnvme.hash2 sha256 a75270e65a4a7a6add48f748ba216d8f68d78f90f8cb77e88e9753b74d527991 nvme-1.12.tar.gz
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dipl.c278 if (ipl_block.nvme.opt == IPL_PB0_NVME_OPT_DUMP) in get_ipl_type()
340 return sprintf(page, "%08ux\n", ipl_block.nvme.fid); in sys_ipl_device_show()
374 unsigned int size = ipl_block.nvme.scp_data_len; in ipl_nvme_scp_data_read()
375 void *scp_data = &ipl_block.nvme.scp_data; in ipl_nvme_scp_data_read()
411 (unsigned long long)ipl_block.nvme.fid);
413 (unsigned long long)ipl_block.nvme.nsid);
415 (unsigned long long)ipl_block.nvme.bootprog);
417 (unsigned long long)ipl_block.nvme.br_lba);
809 size_t size = reipl_block_nvme->nvme.scp_data_len; in reipl_nvme_scpdata_read()
810 void *scp_data = reipl_block_nvme->nvme.scp_data; in reipl_nvme_scpdata_read()
[all …]
/OK3568_Linux_fs/u-boot/drivers/nvme/
H A DMakefile7 obj-y += nvme-uclass.o nvme.o nvme_show.o
H A Dnvme-uclass.c11 UCLASS_DRIVER(nvme) = {
/OK3568_Linux_fs/debian/overlay-debug/usr/lib/udev/rules.d/
H A D61-partition-init.rules6 KERNEL!="mmcblk*[0-9]|rkflash*|rknand*|mtd*|nvme*", GOTO="rk_internal_storage_end"
26 # for nvme partition name /dev/block/by-name link
27 ENV{DEVNAME}=="/dev/nvme*", ENV{DEVTYPE}=="disk", ATTRS{name}=="?*", SYMLINK+="block/by-name/$attr{…
/OK3568_Linux_fs/kernel/drivers/nvme/
H A DKconfig4 source "drivers/nvme/host/Kconfig"
5 source "drivers/nvme/target/Kconfig"
/OK3568_Linux_fs/buildroot/package/musepack/
H A D0005-fix-build-with-gcc-10.patch6 /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2…
7 /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2…
8 /nvme/rc-buildroot-test/scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2…
/OK3568_Linux_fs/buildroot/package/efivar/
H A DConfig.in11 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 # linux/nvme.h
12 # linux/nvme.h has been renamed to linux/nvme_ioctl.h since 4.4,
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dipl_parm.c88 scp_data_len = ipb->nvme.scp_data_len; in ipl_block_get_ascii_scpdata()
89 scp_data = ipb->nvme.scp_data; in ipl_block_get_ascii_scpdata()
292 ipl_block.nvme.opt == IPL_PB0_NVME_OPT_DUMP) in is_ipl_block_dump()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dipl.h24 struct ipl_pb0_nvme nvme; member
87 } nvme; member
/OK3568_Linux_fs/u-boot/cmd/
H A Dnvme.c45 nvme, 8, 1, do_nvme,

12345678910>>...31