Searched refs:cxl_event_header (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/misc/
H A Dcxl.h102 struct cxl_event_header { struct
136 * existing events is set in the read call to sizeof(cxl_event_header)
147 struct cxl_event_header header;
/linux-master/drivers/misc/cxl/
H A Dfile.c406 if (copy_to_user(buf, event, sizeof(struct cxl_event_header))) {
412 buf += sizeof(struct cxl_event_header);
471 event.header.size = sizeof(struct cxl_event_header);
670 BUILD_BUG_ON(sizeof(struct cxl_event_header) != 8);
/linux-master/drivers/scsi/cxlflash/
H A Docxl_hw.c1063 event.header.size = sizeof(struct cxl_event_header);

Completed in 112 milliseconds