Searched refs:NVME_VS (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/target/ |
D | passthru.c | 542 if (subsys->ver < NVME_VS(1, 2, 1)) { in nvmet_passthru_ctrl_enable() 546 subsys->ver = NVME_VS(1, 2, 1); in nvmet_passthru_ctrl_enable()
|
D | nvmet.h | 24 #define NVMET_DEFAULT_VS NVME_VS(1, 3, 0)
|
D | configfs.c | 988 subsys->ver = NVME_VS(major, minor, tertiary); in nvmet_subsys_attr_version_store()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
D | core.c | 1245 return ctrl->vs < NVME_VS(1, 2, 0); in nvme_ctrl_limited_cns() 1246 return ctrl->vs < NVME_VS(1, 1, 0); in nvme_ctrl_limited_cns() 1334 if (ctrl->vs < NVME_VS(1, 3, 0) && !nvme_multi_css(ctrl)) in nvme_identify_ns_descs() 1409 if (ctrl->vs >= NVME_VS(1, 1, 0) && in nvme_identify_ns() 1412 if (ctrl->vs >= NVME_VS(1, 2, 0) && in nvme_identify_ns() 2768 if (ctrl->vs >= NVME_VS(1, 2, 1)) in nvme_init_subnqn() 3064 if (ctrl->vs >= NVME_VS(1, 1, 0)) in nvme_init_identify()
|
D | pci.c | 1723 dev->subsystem = readl(dev->bar + NVME_REG_VS) >= NVME_VS(1, 1, 0) ? in nvme_pci_configure_admin_queue()
|
/kernel/linux/linux-5.10/include/linux/ |
D | nvme.h | 1602 #define NVME_VS(major, minor, tertiary) \ macro
|