| /linux/drivers/nvme/host/ |
| H A D | Kconfig | 15 module will be called nvme. 18 bool "NVMe multipath support" 21 This option controls support for multipath access to NVMe 22 subsystems. If this option is enabled support for NVMe multipath 24 for NVMe multipath access is excluded from the kernel. When this 26 own /dev/nvmeXnY device entry and NVMe multipath access is 32 bool "NVMe verbose error reporting" 35 This option enables verbose reporting for NVMe errors. The 40 bool "NVMe hardware monitoring" 43 This provides support for NVMe hardware monitoring. If enabled, [all …]
|
| H A D | Makefile | 5 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 D | fabrics.c | 3 * NVMe over Fabrics common host code. 13 #include "nvme.h" 15 #include <linux/nvme-keyring.h> 126 * @ctrl: Host NVMe controller instance which we got the address 152 * nvmf_reg_read32() - NVMe Fabrics "Property Get" API function. 153 * @ctrl: Host NVMe controller instance maintaining the admin 155 * the allocated NVMe controller resource on the target system. 157 * register (see the fabrics section of the NVMe standard). 162 * from an NVMe controller on the target system. 165 * NVMe fabrics space.) [all …]
|
| H A D | fc.c | 13 #include "nvme.h" 15 #include <linux/nvme-fc-driver.h> 16 #include <linux/nvme-fc.h> 90 * nvme/host/core.c 231 /* *********************** FC-NVME Port Management ************************ */ 331 * LLDD to register the existence of a NVME 447 * registered a NVME host FC port. 483 * TRADDR strings, per FC-NVME are fixed format: 562 "NVME-FC{%d}: connectivity re-established. " in nvme_fc_resume_controller() 651 * LLDD to register the existence of a NVME [all …]
|
| H A D | trace.h | 8 #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/nvme/target/ |
| H A D | Kconfig | 4 tristate "NVMe Target support" 11 This enabled target side support for the NVMe protocol, that is 12 it allows the Linux kernel to implement NVMe subsystems and 13 controllers and export Linux block devices as NVMe namespaces. 17 To configure the NVMe target you probably want to use the nvmetcli 21 bool "NVMe Target debugfs support" 30 bool "NVMe Target Passthrough support" 34 This enables target side NVMe passthru controller support for the 35 NVMe Over Fabrics protocol. It allows for hosts to manage and 36 directly access an actual NVMe controller residing on the target [all …]
|
| H A D | passthru.c | 3 * NVMe Over Fabrics Target Passthrough command implementation. 13 #include "../host/nvme.h" 19 * xarray to maintain one passthru subsystem per nvme controller. 101 * The passthru NVMe driver may have a limit on the number of segments in nvmet_passthru_override_id_ctrl() 147 * When passthru controller is setup using nvme-loop transport it will in nvmet_passthru_override_id_ctrl() 148 * export the passthru ctrl subsysnqn (PCIe NVMe ctrl) and will fail in in nvmet_passthru_override_id_ctrl() 149 * the nvme/host/core.c in the nvme_init_subsystem()->nvme_active_ctrl() in nvmet_passthru_override_id_ctrl() 604 pr_err("failed to open nvme controller %s\n", in nvmet_passthru_ctrl_enable() 624 pr_warn("nvme controller version is too old: %llu.%llu.%llu, advertising 1.2.1\n", in nvmet_passthru_ctrl_enable()
|
| /linux/Documentation/nvme/ |
| H A D | nvme-pci-endpoint-target.rst | 4 NVMe PCI Endpoint Function Target 9 The NVMe PCI endpoint function target driver implements an NVMe PCIe controller 10 using an NVMe fabrics target controller configured with the PCI transport type. 15 The NVMe PCI endpoint function target driver allows exposing an NVMe target 16 controller over a PCIe link, thus implementing an NVMe PCIe device similar to a 18 using NVMe over fabrics: the controller represents the interface to an NVMe 21 files or block devices, or can use NVMe passthrough to expose to the PCI host an 22 existing physical NVMe device or an NVMe fabrics host controller (e.g. a NVMe 25 The NVMe PCI endpoint function target driver relies as much as possible on the 26 NVMe target core code to parse and execute NVMe commands submitted by the PCIe [all …]
|
| H A D | feature-and-quirk-policy.rst | 4 Linux NVMe feature and quirk policy 8 Linux NVMe driver and what is not. 16 The Linux NVMe host driver in drivers/nvme/host/ supports devices 17 implementing the NVM Express (NVMe) family of specifications, which 20 - the NVMe Base specification 23 - the NVMe Management Interface specification 25 See https://nvmexpress.org/developers/ for the NVMe specifications. 31 NVMe is a large suite of specifications, and contains features that are only 36 maintainability of the NVMe host driver. 38 Any feature implemented in the Linux NVMe host driver must support the [all …]
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_nvme.c | 9 #include <linux/nvme.h> 10 #include <linux/nvme-fc.h> 46 "%s: Not registering target since Host NVME is not enabled\n", in qla_nvme_register_remote() 113 /* Allocate a queue for NVMe traffic */ 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 [all …]
|
| H A D | qla_nvme.h | 11 #include <linux/nvme-fc-driver.h> 44 #define COMMAND_NVME 0x88 /* Command Type FC-NVMe IOCB */ 56 __le16 nvme_rsp_dsd_len; /* NVMe RSP DSD length */ 111 #define PT_LS4_UNSOL 0x56 /* pass-up unsolicited rec FC-NVMe request */
|
| /linux/include/linux/ |
| H A D | nvme-fc-driver.h | 14 * ********************** FC-NVME LS API ******************** 16 * Data structures used by both FC-NVME hosts and FC-NVME 17 * targets to perform FC-NVME LS requests or transmit 25 * to the LLDD to perform a NVME-FC LS request and obtain 27 * Used by nvme-fc transport (host) to send LS's such as 71 * to request the transmit the NVME-FC LS response to a 72 * NVME-FC LS request. The structure originates in the LLDD 75 * FC exchange context for the NVME-FC LS request that was 80 * Used by the LLDD to pass the nvme-fc transport (host) 86 * or nvme-fc layer via the xxx_rcv_ls_req() transport routines. [all …]
|
| H A D | nvme-tcp.h | 3 * NVMe over Fabrics TCP protocol header. 10 #include <linux/nvme.h> 64 * struct nvme_tcp_hdr - nvme tcp pdu common header 81 * struct nvme_tcp_icreq_pdu - nvme tcp initialize connection request pdu 99 * struct nvme_tcp_icresp_pdu - nvme tcp initialize connection response pdu 117 * struct nvme_tcp_term_pdu - nvme tcp terminate connection pdu 132 * struct nvme_tcp_cmd_pdu - nvme tcp command capsule pdu 135 * @cmd: nvme command 143 * struct nvme_tcp_rsp_pdu - nvme tcp response capsule pdu 146 * @hdr: nvme-tcp generic header [all …]
|
| H A D | nvme-fc.h | 7 * This file contains definitions relative to FC-NVME-2 r1.08 19 /* FC-NVME Cmd IU Flags */ 114 /* FC-NVME Link Services - LS cmd values (w0 bits 31:24) */ 125 /* FC-NVME Link Service Descriptors */ 162 /* FC-NVME LS RJT reason_code values */ 195 /* FC-NVME LS RJT reason_explanation values */ 423 * Note: FC-NVME-2 standard requires a "0x" prefix.
|
| /linux/Documentation/PCI/endpoint/ |
| H A D | pci-nvme-function.rst | 4 PCI NVMe Function 9 The PCI NVMe endpoint function implements a PCI NVMe controller using the NVMe 10 subsystem target core code. The driver for this function resides with the NVMe 11 subsystem as drivers/nvme/target/pci-epf.c. 13 See Documentation/nvme/nvme-pci-endpoint-target.rst for more details.
|
| /linux/arch/arm64/boot/dts/apple/ |
| H A D | t600x-nvme.dtsi | 3 * NVMe related devices for Apple T600x SoCs. 28 DIE_NODE(nvme): nvme@393cc0000 { 29 compatible = "apple,t6000-nvme-ans2", "apple,nvme-ans2"; 31 reg-names = "nvme", "ans"; 33 /* The NVME interrupt is always routed to die */
|
| /linux/Documentation/fault-injection/ |
| H A D | nvme-fault-injection.rst | 1 NVMe Fault Injection 8 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 134 After NVMe controller reset, the reinitialization may or may not succeed. 139 nvme nvme0: resetting controller 149 nvme_irq+0x129/0x280 [nvme] 177 nvme nvme0: Could not set queue count (16385) [all …]
|
| /linux/drivers/nvme/ |
| H A D | Kconfig | 2 menu "NVME Support" 4 source "drivers/nvme/common/Kconfig" 5 source "drivers/nvme/host/Kconfig" 6 source "drivers/nvme/target/Kconfig"
|
| /linux/drivers/nvme/common/ |
| H A D | keyring.c | 10 #include <linux/nvme.h> 11 #include <linux/nvme-tcp.h> 12 #include <linux/nvme-keyring.h> 104 snprintf(identity, identity_len, "NVMe%u%c%02u %s %s", in nvme_tls_psk_lookup() 191 * NVMe PSK priority list 259 nvme_keyring = keyring_alloc(".nvme", in nvme_keyring_init() 285 MODULE_DESCRIPTION("NVMe Keyring implementation");
|
| H A D | auth.c | 14 #include <linux/nvme.h> 15 #include <linux/nvme-auth.h> 348 nvme_auth_hmac_update(&hmac, "NVMe-over-Fabrics", 17); in nvme_auth_transform_key() 363 * NVMe base specification 8.3.5.5.4: The augmented challenge is computed 426 * NVMe base specification 8.3.5.5.9: The session key Ks shall be computed from 524 * Generate a PSK for TLS as specified in NVMe base specification, section 587 * - the seventeen ASCII characters "NVMe-over-Fabrics" 589 * "NVMe-over-Fabrics"))). 645 nvme_auth_hmac_update(&hmac, " NVMe-over-Fabrics", 18); in nvme_auth_generate_digest() 681 * 2. TLS PSK = HKDF-Expand-Label(PRK, "nvme-tls-psk", PskIdentityContext, L), [all …]
|
| /linux/drivers/scsi/mpt3sas/mpi/ |
| H A D | mpi2_pci.h | 25 * NVME Encapsulated Request. 26 * 07-22-18 02.00.03 Updted flags field for NVME Encapsulated req 49 * NVMe Encapsulated message 52 /*NVME Encapsulated Request Message */ 91 /*NVMe Encapuslated Reply Message */
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_nvme.h | 24 #include <linux/nvme.h> 25 #include <linux/nvme-fc-driver.h> 26 #include <linux/nvme-fc.h> 47 /* Declare nvme-based local and remote port definitions. */ 80 * set NVME LS request timeouts to 30s. It is larger than the 2*R_A_TOV 97 /* Used for NVME Target */
|
| /linux/arch/s390/kernel/ |
| H A D | ipl.c | 50 #define IPL_NVME_STR "nvme" 57 #define DUMP_NVME_STR "nvme" 376 if (ipl_block.nvme.opt == IPL_PB0_NVME_OPT_DUMP) in get_ipl_type() 447 return sysfs_emit(page, "%08ux\n", ipl_block.nvme.fid); in sys_ipl_device_show() 475 DEFINE_IPL_ATTR_SCP_DATA_RO(ipl_nvme, ipl_block.nvme, PAGE_SIZE); 502 /* NVMe ipl device attributes */ 504 (unsigned long long)ipl_block.nvme.fid); 506 (unsigned long long)ipl_block.nvme.nsid); 508 (unsigned long long)ipl_block.nvme.bootprog); 510 (unsigned long long)ipl_block.nvme.br_lba); [all …]
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sc7280-herobrine-zombie-nvme-lte.dts | 12 #include "sc7280-herobrine-nvme-sku.dtsi" 15 model = "Google Zombie with LTE and NVMe";
|
| H A D | sc7280-herobrine-zombie-nvme.dts | 12 #include "sc7280-herobrine-nvme-sku.dtsi" 15 model = "Google Zombie with NVMe";
|