Searched refs:QUIRK_INTEL_ALIGNMENT (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/nvme/ |
H A D | nvme_pci.c | 85 { 0x09538086, 0, 0, "Intel DC PC3500", QUIRK_INTEL_ALIGNMENT }, 86 { 0x0a538086, 0, 0, "Intel DC PC3520", QUIRK_INTEL_ALIGNMENT }, 87 { 0x0a548086, 0, 0, "Intel DC PC4500", QUIRK_INTEL_ALIGNMENT }, 88 { 0x0a558086, 0, 0, "Dell Intel P4600", QUIRK_INTEL_ALIGNMENT },
|
H A D | nvme_private.h | 223 #define QUIRK_INTEL_ALIGNMENT 4 /* Pre NVMe 1.3 performance alignment */ macro
|
H A D | nvme_ns.c | 584 if ((ctrlr->quirks & QUIRK_INTEL_ALIGNMENT) != 0) { in nvme_ns_construct()
|