Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dsysfs.c405 if (ctrl->dctype > NVME_DCTYPE_CDC || !type[ctrl->dctype]) in dctype_show()
408 return sysfs_emit(buf, type[ctrl->dctype]); in dctype_show()
410 static DEVICE_ATTR_RO(dctype);
H A Dnvme.h411 enum nvme_dctype dctype; member
H A Dcore.c3075 ctrl->dctype = id->dctype; in nvme_init_identify()
/openbmc/linux/include/linux/
H A Dnvme.h352 __u8 dctype; member