Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/host/
H A Dsysfs.c573 if (ctrl->cntrltype > NVME_CTRL_ADMIN || !type[ctrl->cntrltype]) in cntrltype_show()
576 return sysfs_emit(buf, type[ctrl->cntrltype]); in cntrltype_show()
578 static DEVICE_ATTR_RO(cntrltype);
H A Dnvme.h411 enum nvme_ctrl_type cntrltype; member
H A Dcore.c3046 if (id->cntrltype == NVME_CTRL_DISC || in nvme_init_subsystem()
3412 ctrl->cntrltype = id->cntrltype; in nvme_init_identify()
/linux-6.15/drivers/nvme/target/
H A Ddiscovery.c279 id->cntrltype = NVME_CTRL_DISC; in nvmet_execute_disc_identify()
H A Dadmin-cmd.c692 id->cntrltype = NVME_CTRL_DISC; in nvmet_execute_identify_ctrl()
694 id->cntrltype = NVME_CTRL_IO; in nvmet_execute_identify_ctrl()
/linux-6.15/include/linux/
H A Dnvme.h325 __u8 cntrltype; member