Searched refs:dctype (Results 1 – 3 of 3) sorted by relevance
597 if (ctrl->dctype > NVME_DCTYPE_CDC || !type[ctrl->dctype]) in dctype_show()600 return sysfs_emit(buf, type[ctrl->dctype]); in dctype_show()602 static DEVICE_ATTR_RO(dctype);
412 enum nvme_dctype dctype; member
3594 ctrl->dctype = id->dctype; in nvme_init_identify()
Completed in 18 milliseconds