Searched refs:cntrltype (Results 1 – 3 of 3) sorted by relevance
580 if (ctrl->cntrltype > NVME_CTRL_ADMIN || !type[ctrl->cntrltype]) in cntrltype_show()583 return sysfs_emit(buf, type[ctrl->cntrltype]); in cntrltype_show()585 static DEVICE_ATTR_RO(cntrltype);
683 id->cntrltype = NVME_CTRL_DISC; in nvmet_execute_identify_ctrl()685 id->cntrltype = NVME_CTRL_IO; in nvmet_execute_identify_ctrl()
326 __u8 cntrltype; member