Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nvme/host/
Dnvme.h140 int nvme_nvm_ns_supported(struct nvme_ns *ns, struct nvme_id_ns *id);
151 static inline int nvme_nvm_ns_supported(struct nvme_ns *ns, struct nvme_id_ns *id) in nvme_nvm_ns_supported() function
Dlightnvm.c581 int nvme_nvm_ns_supported(struct nvme_ns *ns, struct nvme_id_ns *id) in nvme_nvm_ns_supported() function
Dpci.c2046 if (nvme_nvm_ns_supported(ns, id) && ns->type != NVME_NS_LIGHTNVM) { in nvme_revalidate_disk()