Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dconfigfs.c1048 if (NVME_TERTIARY(subsys->ver)) in nvmet_subsys_attr_version_show()
1052 NVME_TERTIARY(subsys->ver)); in nvmet_subsys_attr_version_show()
1067 if (NVME_TERTIARY(subsys->ver)) in nvmet_subsys_attr_version_store_locked()
1071 NVME_TERTIARY(subsys->ver)); in nvmet_subsys_attr_version_store_locked()
H A Dpassthru.c621 NVME_TERTIARY(subsys->ver)); in nvmet_passthru_ctrl_enable()
/openbmc/linux/include/linux/
H A Dnvme.h2012 #define NVME_TERTIARY(ver) ((ver) & 0xff) macro