Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvme/target/
Ddiscovery.c276 id->cntrltype = NVME_CTRL_DISC; in nvmet_execute_disc_identify()
Dadmin-cmd.c378 id->cntrltype = NVME_CTRL_DISC; in nvmet_execute_identify_ctrl()
380 id->cntrltype = NVME_CTRL_IO; in nvmet_execute_identify_ctrl()
/Linux-v6.1/drivers/nvme/host/
Dcore.c2901 if (id->cntrltype == NVME_CTRL_DISC || in nvme_init_subsystem()
3149 ctrl->cntrltype = id->cntrltype; in nvme_init_identify()
3692 if (ctrl->cntrltype > NVME_CTRL_ADMIN || !type[ctrl->cntrltype]) in cntrltype_show()
3695 return sysfs_emit(buf, type[ctrl->cntrltype]); in cntrltype_show()
3697 static DEVICE_ATTR_RO(cntrltype);
Dnvme.h370 enum nvme_ctrl_type cntrltype; member
/Linux-v6.1/include/linux/
Dnvme.h287 __u8 cntrltype; member