Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dconfigfs.c1050 NVME_MAJOR(subsys->ver), in nvmet_subsys_attr_version_show()
1055 NVME_MAJOR(subsys->ver), in nvmet_subsys_attr_version_show()
1069 NVME_MAJOR(subsys->ver), in nvmet_subsys_attr_version_store_locked()
1074 NVME_MAJOR(subsys->ver), in nvmet_subsys_attr_version_store_locked()
H A Dpassthru.c620 NVME_MAJOR(subsys->ver), NVME_MINOR(subsys->ver), in nvmet_passthru_ctrl_enable()
/openbmc/linux/include/linux/
H A Dnvme.h2010 #define NVME_MAJOR(ver) ((ver) >> 16) macro