Searched refs:NVME_VS (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | passthru.c | 543 if (subsys->ver < NVME_VS(1, 2, 1)) { in nvmet_passthru_ctrl_enable() 547 subsys->ver = NVME_VS(1, 2, 1); in nvmet_passthru_ctrl_enable()
|
| H A D | nvmet.h | 24 #define NVMET_DEFAULT_VS NVME_VS(1, 3, 0)
|
| H A D | configfs.c | 988 subsys->ver = NVME_VS(major, minor, tertiary); in nvmet_subsys_attr_version_store()
|
| /OK3568_Linux_fs/u-boot/drivers/nvme/ |
| H A D | nvme.h | 583 #define NVME_VS(major, minor) (((major) << 16) | ((minor) << 8)) macro
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | core.c | 1255 return ctrl->vs < NVME_VS(1, 2, 0); in nvme_ctrl_limited_cns() 1256 return ctrl->vs < NVME_VS(1, 1, 0); in nvme_ctrl_limited_cns() 1344 if (ctrl->vs < NVME_VS(1, 3, 0) && !nvme_multi_css(ctrl)) in nvme_identify_ns_descs() 1419 if (ctrl->vs >= NVME_VS(1, 1, 0) && in nvme_identify_ns() 1422 if (ctrl->vs >= NVME_VS(1, 2, 0) && in nvme_identify_ns() 2778 if (ctrl->vs >= NVME_VS(1, 2, 1)) in nvme_init_subnqn() 3074 if (ctrl->vs >= NVME_VS(1, 1, 0)) in nvme_init_identify()
|
| H A D | pci.c | 1721 dev->subsystem = readl(dev->bar + NVME_REG_VS) >= NVME_VS(1, 1, 0) ? in nvme_pci_configure_admin_queue()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | nvme.h | 1597 #define NVME_VS(major, minor, tertiary) \ macro
|