Home
last modified time | relevance | path

Searched refs:NVME_NS_LIGHTNVM (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/nvme/host/
Dnvme.h27 NVME_NS_LIGHTNVM = 1, enumerator
Dpci.c1974 if (ns->type == NVME_NS_LIGHTNVM) in nvme_free_ns()
2046 if (nvme_nvm_ns_supported(ns, id) && ns->type != NVME_NS_LIGHTNVM) { in nvme_revalidate_disk()
2053 ns->type = NVME_NS_LIGHTNVM; in nvme_revalidate_disk()
2089 ns->type == NVME_NS_LIGHTNVM) in nvme_revalidate_disk()
2306 if (ns->type != NVME_NS_LIGHTNVM) { in nvme_alloc_ns()