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.c1207 if (NVME_TERTIARY(subsys->ver)) in nvmet_subsys_attr_version_show()
1211 NVME_TERTIARY(subsys->ver)); in nvmet_subsys_attr_version_show()
1226 if (NVME_TERTIARY(subsys->ver)) in nvmet_subsys_attr_version_store_locked()
1230 NVME_TERTIARY(subsys->ver)); in nvmet_subsys_attr_version_store_locked()
H A Dpassthru.c621 NVME_TERTIARY(subsys->ver)); in nvmet_passthru_ctrl_enable()
/linux/include/linux/
H A Dnvme.h2038 #define NVME_TERTIARY(ver) ((ver) & 0xff) macro