Home
last modified time | relevance | path

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

/drivers/nvme/target/
Ddiscovery.c276 id->cntrltype = NVME_CTRL_DISC; in nvmet_execute_disc_identify()
Dadmin-cmd.c381 id->cntrltype = NVME_CTRL_DISC; in nvmet_execute_identify_ctrl()
383 id->cntrltype = NVME_CTRL_IO; in nvmet_execute_identify_ctrl()
/drivers/nvme/host/
Dcore.c3009 if (id->cntrltype == NVME_CTRL_DISC || in nvme_init_subsystem()
3258 ctrl->cntrltype = id->cntrltype; in nvme_init_identify()
3804 if (ctrl->cntrltype > NVME_CTRL_ADMIN || !type[ctrl->cntrltype]) in cntrltype_show()
3807 return sysfs_emit(buf, type[ctrl->cntrltype]); in cntrltype_show()
3809 static DEVICE_ATTR_RO(cntrltype);
Dnvme.h381 enum nvme_ctrl_type cntrltype; member