Home
last modified time | relevance | path

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

/drivers/nvme/host/
Dnvme.h152 NVME_QUIRK_SKIP_CID_GEN = (1 << 17), enumerator
Dpci.c3256 NVME_QUIRK_SKIP_CID_GEN },
Dcore.c910 if (!(ctrl->quirks & NVME_QUIRK_SKIP_CID_GEN)) in nvme_setup_cmd()