Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/host/
Dcore.c1718 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()
Dpci.c1680 dev->subsystem = readl(dev->bar + NVME_REG_VS) >= NVME_VS(1, 1, 0) ? in nvme_pci_configure_admin_queue()
/Linux-v5.4/include/linux/
Dnvme.h1391 #define NVME_VS(major, minor, tertiary) \ macro
/Linux-v5.4/drivers/nvme/target/
Dconfigfs.c837 subsys->ver = NVME_VS(major, minor, tertiary); in nvmet_subsys_attr_version_store()
Dcore.c1398 subsys->ver = NVME_VS(1, 3, 0); /* NVMe 1.3.0 */ in nvmet_subsys_alloc()