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.c1251 if (NVME_TERTIARY(subsys->ver)) in nvmet_subsys_attr_version_show()
1255 NVME_TERTIARY(subsys->ver)); in nvmet_subsys_attr_version_show()
1270 if (NVME_TERTIARY(subsys->ver)) in nvmet_subsys_attr_version_store_locked()
1274 NVME_TERTIARY(subsys->ver)); in nvmet_subsys_attr_version_store_locked()
H A Dpassthru.c635 NVME_TERTIARY(subsys->ver)); in nvmet_passthru_ctrl_enable()
/linux/include/linux/
H A Dnvme.h2272 #define NVME_TERTIARY(ver) ((ver) & 0xff) macro