Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/target/
Dpassthru.c545 NVME_MAJOR(subsys->ver), NVME_MINOR(subsys->ver), in nvmet_passthru_ctrl_enable()
Dconfigfs.c963 NVME_MAJOR(subsys->ver), in nvmet_subsys_attr_version_show()
968 NVME_MAJOR(subsys->ver), in nvmet_subsys_attr_version_show()
/Linux-v5.10/include/linux/
Dnvme.h1594 #define NVME_MAJOR(ver) ((ver) >> 16) macro