Home
last modified time | relevance | path

Searched refs:cntrltype (Results 1 – 5 of 5) sorted by relevance

/drivers/nvme/host/
A Dsysfs.c580 if (ctrl->cntrltype > NVME_CTRL_ADMIN || !type[ctrl->cntrltype]) in cntrltype_show()
583 return sysfs_emit(buf, type[ctrl->cntrltype]); in cntrltype_show()
585 static DEVICE_ATTR_RO(cntrltype);
A Dnvme.h411 enum nvme_ctrl_type cntrltype; member
A Dcore.c3163 return ctrl->cntrltype == NVME_CTRL_ADMIN; in nvme_admin_ctrl()
3219 if (id->cntrltype == NVME_CTRL_DISC || in nvme_init_subsystem()
3593 ctrl->cntrltype = id->cntrltype; in nvme_init_identify()
/drivers/nvme/target/
A Ddiscovery.c279 id->cntrltype = NVME_CTRL_DISC; in nvmet_execute_disc_identify()
A Dadmin-cmd.c683 id->cntrltype = NVME_CTRL_DISC; in nvmet_execute_identify_ctrl()
685 id->cntrltype = NVME_CTRL_IO; in nvmet_execute_identify_ctrl()

Completed in 31 milliseconds