Home
last modified time | relevance | path

Searched refs:NVME_VS (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/nvme/host/
Dcore.c1438 if (ctrl->vs >= NVME_VS(1, 1, 0)) in nvme_report_ns_ids()
1440 if (ctrl->vs >= NVME_VS(1, 2, 0)) in nvme_report_ns_ids()
1442 if (ctrl->vs >= NVME_VS(1, 3, 0)) { in nvme_report_ns_ids()
2083 if (ctrl->vs >= NVME_VS(1, 2, 1)) in nvme_init_subnqn()
2354 if (ctrl->vs >= NVME_VS(1, 1, 0)) in nvme_init_identify()
3286 if (ctrl->vs >= NVME_VS(1, 1, 0) && in nvme_scan_work()
Dpci.c1554 dev->subsystem = readl(dev->bar + NVME_REG_VS) >= NVME_VS(1, 1, 0) ? in nvme_pci_configure_admin_queue()
/Linux-v4.19/include/linux/
Dnvme.h1263 #define NVME_VS(major, minor, tertiary) \ macro
/Linux-v4.19/drivers/nvme/target/
Dconfigfs.c780 subsys->ver = NVME_VS(major, minor, tertiary); in nvmet_subsys_attr_version_store()
Dcore.c1138 subsys->ver = NVME_VS(1, 3, 0); /* NVMe 1.3.0 */ in nvmet_subsys_alloc()