Home
last modified time | relevance | path

Searched refs:QUIRK_INTEL_ALIGNMENT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/nvme/
H A Dnvme_pci.c85 { 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 Dnvme_private.h223 #define QUIRK_INTEL_ALIGNMENT 4 /* Pre NVMe 1.3 performance alignment */ macro
H A Dnvme_ns.c584 if ((ctrlr->quirks & QUIRK_INTEL_ALIGNMENT) != 0) { in nvme_ns_construct()