Searched refs:NVME_VS (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/nvme/host/ |
| D | core.c | 1718 if (ctrl->vs >= NVME_VS(1, 1, 0)) in nvme_report_ns_ids() 1720 if (ctrl->vs >= NVME_VS(1, 2, 0)) in nvme_report_ns_ids() 1722 if (ctrl->vs >= NVME_VS(1, 3, 0)) { in nvme_report_ns_ids() 2462 if (ctrl->vs >= NVME_VS(1, 2, 1)) in nvme_init_subnqn() 2747 if (ctrl->vs >= NVME_VS(1, 1, 0)) in nvme_init_identify() 3732 if (ctrl->vs >= NVME_VS(1, 1, 0) && in nvme_scan_work()
|
| D | pci.c | 1680 dev->subsystem = readl(dev->bar + NVME_REG_VS) >= NVME_VS(1, 1, 0) ? in nvme_pci_configure_admin_queue()
|
| /Linux-v5.4/include/linux/ |
| D | nvme.h | 1391 #define NVME_VS(major, minor, tertiary) \ macro
|
| /Linux-v5.4/drivers/nvme/target/ |
| D | configfs.c | 837 subsys->ver = NVME_VS(major, minor, tertiary); in nvmet_subsys_attr_version_store()
|
| D | core.c | 1398 subsys->ver = NVME_VS(1, 3, 0); /* NVMe 1.3.0 */ in nvmet_subsys_alloc()
|