Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/target/
Dconfigfs.c1025 if (NVME_TERTIARY(subsys->ver)) in nvmet_subsys_attr_version_show()
1029 NVME_TERTIARY(subsys->ver)); in nvmet_subsys_attr_version_show()
1044 if (NVME_TERTIARY(subsys->ver)) in nvmet_subsys_attr_version_store_locked()
1048 NVME_TERTIARY(subsys->ver)); in nvmet_subsys_attr_version_store_locked()
Dpassthru.c620 NVME_TERTIARY(subsys->ver)); in nvmet_passthru_ctrl_enable()
/linux-6.1.9/include/linux/
Dnvme.h1969 #define NVME_TERTIARY(ver) ((ver) & 0xff) macro