Searched refs:NVME_VS (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/nvme/host/ |
D | core.c | 1438 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()
|
D | pci.c | 1554 dev->subsystem = readl(dev->bar + NVME_REG_VS) >= NVME_VS(1, 1, 0) ? in nvme_pci_configure_admin_queue()
|
/Linux-v4.19/include/linux/ |
D | nvme.h | 1263 #define NVME_VS(major, minor, tertiary) \ macro
|
/Linux-v4.19/drivers/nvme/target/ |
D | configfs.c | 780 subsys->ver = NVME_VS(major, minor, tertiary); in nvmet_subsys_attr_version_store()
|
D | core.c | 1138 subsys->ver = NVME_VS(1, 3, 0); /* NVMe 1.3.0 */ in nvmet_subsys_alloc()
|