Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dsysfs.c679 if (ctrl->cntrltype > NVME_CTRL_ADMIN || !type[ctrl->cntrltype]) in cntrltype_show()
682 return sysfs_emit(buf, type[ctrl->cntrltype]); in cntrltype_show()
684 static DEVICE_ATTR_RO(cntrltype);
H A Dnvme.h479 enum nvme_ctrl_type cntrltype; member
H A Dcore.c3261 return ctrl->cntrltype == NVME_CTRL_ADMIN; in nvme_admin_ctrl()
3323 if (id->cntrltype == NVME_CTRL_DISC || in nvme_init_subsystem()
3697 ctrl->cntrltype = id->cntrltype; in nvme_init_identify()
/linux/Documentation/ABI/stable/
H A Dsysfs-nvme20 What: /sys/class/nvme/nvmeX/cntrltype
26 cntrltype: Shows the controller type. Possible values: "io",
/linux/drivers/nvme/target/
H A Dadmin-cmd.c684 id->cntrltype = NVME_CTRL_DISC; in nvmet_execute_identify_ctrl()
686 id->cntrltype = NVME_CTRL_IO; in nvmet_execute_identify_ctrl()
/linux/include/linux/
H A Dnvme.h326 __u8 cntrltype; member