Searched refs:cntrltype (Results 1 – 5 of 5) sorted by relevance
276 id->cntrltype = NVME_CTRL_DISC; in nvmet_execute_disc_identify()
381 id->cntrltype = NVME_CTRL_DISC; in nvmet_execute_identify_ctrl()383 id->cntrltype = NVME_CTRL_IO; in nvmet_execute_identify_ctrl()
2921 if (id->cntrltype == NVME_CTRL_DISC || in nvme_init_subsystem()3169 ctrl->cntrltype = id->cntrltype; in nvme_init_identify()3712 if (ctrl->cntrltype > NVME_CTRL_ADMIN || !type[ctrl->cntrltype]) in cntrltype_show()3715 return sysfs_emit(buf, type[ctrl->cntrltype]); in cntrltype_show()3717 static DEVICE_ATTR_RO(cntrltype);
370 enum nvme_ctrl_type cntrltype; member
288 __u8 cntrltype; member