Home
last modified time | relevance | path

Searched refs:dctype (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/nvme/host/
H A Dsysfs.c597 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);
/linux/include/linux/
H A Dnvme.h391 __u8 dctype; member