Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/host/
Dsysfs.c525 if (ctrl->cntrltype > NVME_CTRL_ADMIN || !type[ctrl->cntrltype]) in cntrltype_show()
528 return sysfs_emit(buf, type[ctrl->cntrltype]); in cntrltype_show()
530 static DEVICE_ATTR_RO(cntrltype);
Dnvme.h406 enum nvme_ctrl_type cntrltype; member
Dcore.c2996 if (id->cntrltype == NVME_CTRL_DISC || in nvme_init_subsystem()
3340 ctrl->cntrltype = id->cntrltype; in nvme_init_identify()
/linux-6.12.1/drivers/nvme/target/
Ddiscovery.c276 id->cntrltype = NVME_CTRL_DISC; in nvmet_execute_disc_identify()
Dadmin-cmd.c385 id->cntrltype = NVME_CTRL_DISC; in nvmet_execute_identify_ctrl()
387 id->cntrltype = NVME_CTRL_IO; in nvmet_execute_identify_ctrl()
/linux-6.12.1/include/linux/
Dnvme.h297 __u8 cntrltype; member