Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/host/
H A Dsysfs.c590 if (ctrl->dctype > NVME_DCTYPE_CDC || !type[ctrl->dctype]) in dctype_show()
593 return sysfs_emit(buf, type[ctrl->dctype]); in dctype_show()
595 static DEVICE_ATTR_RO(dctype);
H A Dnvme.h412 enum nvme_dctype dctype; member
H A Dcore.c3413 ctrl->dctype = id->dctype; in nvme_init_identify()
/linux-6.15/include/linux/
H A Dnvme.h390 __u8 dctype; member