Home
last modified time | relevance | path

Searched refs:NVME_TERTIARY (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/nvme/target/
H A Dconfigfs.c1224 if (NVME_TERTIARY(subsys->ver)) in nvmet_subsys_attr_version_show()
1228 NVME_TERTIARY(subsys->ver)); in nvmet_subsys_attr_version_show()
1243 if (NVME_TERTIARY(subsys->ver)) in nvmet_subsys_attr_version_store_locked()
1247 NVME_TERTIARY(subsys->ver)); in nvmet_subsys_attr_version_store_locked()
H A Dpassthru.c623 NVME_TERTIARY(subsys->ver)); in nvmet_passthru_ctrl_enable()
/linux/include/linux/
H A Dnvme.h2172 #define NVME_TERTIARY(ver) ((ver) & 0xff) macro