Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dnvme.h152 NVME_QUIRK_SKIP_CID_GEN = (1 << 17), enumerator
H A Dpci.c3281 NVME_QUIRK_SKIP_CID_GEN },
H A Dcore.c900 if (!(ctrl->quirks & NVME_QUIRK_SKIP_CID_GEN)) in nvme_setup_cmd()