Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dsysfs.c576 [NVME_CTRL_ADMIN] = "admin\n", in cntrltype_show()
580 if (ctrl->cntrltype > NVME_CTRL_ADMIN || !type[ctrl->cntrltype]) in cntrltype_show()
H A Dcore.c3163 return ctrl->cntrltype == NVME_CTRL_ADMIN; in nvme_admin_ctrl()
/linux/include/linux/
H A Dnvme.h45 NVME_CTRL_ADMIN = 3, /* Administrative controller */ enumerator