Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dpassthru.c620 if (subsys->ver < NVME_VS(1, 2, 1)) { in nvmet_passthru_ctrl_enable()
624 subsys->ver = NVME_VS(1, 2, 1); in nvmet_passthru_ctrl_enable()
H A Dnvmet.h25 #define NVMET_DEFAULT_VS NVME_VS(2, 1, 0)
H A Dconfigfs.c1263 subsys->ver = NVME_VS(major, minor, tertiary); in nvmet_subsys_attr_version_store_locked()
/linux-6.15/drivers/nvme/host/
H A Dcore.c1417 if (ctrl->vs >= NVME_VS(1, 2, 0)) in nvme_id_cns_ok()
1428 if (ctrl->vs >= NVME_VS(1, 1, 0) && in nvme_id_cns_ok()
1520 if (ctrl->vs < NVME_VS(1, 3, 0) && !nvme_multi_css(ctrl)) in nvme_identify_ns_descs()
1616 if (ctrl->vs >= NVME_VS(1, 1, 0) && in nvme_ns_info_from_identify()
1619 if (ctrl->vs >= NVME_VS(1, 2, 0) && in nvme_ns_info_from_identify()
2913 if (ctrl->vs >= NVME_VS(1, 2, 1)) in nvme_init_subnqn()
3491 if (ctrl->vs >= NVME_VS(1, 1, 0)) in nvme_init_ctrl_finish()
4114 ctrl->vs >= NVME_VS(2, 0, 0)) in nvme_scan_ns()
H A Dpci.c1876 dev->subsystem = readl(dev->bar + NVME_REG_VS) >= NVME_VS(1, 1, 0) ? in nvme_pci_configure_admin_queue()
/linux-6.15/include/linux/
H A Dnvme.h2174 #define NVME_VS(major, minor, tertiary) \ macro