Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/misc/
H A Dcxl.h102 struct cxl_event_header { struct
147 struct cxl_event_header header;
/openbmc/linux/drivers/misc/cxl/
H A Dfile.c408 if (copy_to_user(buf, event, sizeof(struct cxl_event_header))) { in afu_driver_event_copy()
414 buf += sizeof(struct cxl_event_header); in afu_driver_event_copy()
473 event.header.size = sizeof(struct cxl_event_header); in afu_read()
669 BUILD_BUG_ON(sizeof(struct cxl_event_header) != 8); in cxl_file_init()
/openbmc/linux/Documentation/powerpc/
H A Dcxl.rst286 struct cxl_event_header header;
294 The struct cxl_event_header is defined as
298 struct cxl_event_header {
312 struct cxl_event_header. The start of the next event can
/openbmc/linux/drivers/scsi/cxlflash/
H A Docxl_hw.c1063 event.header.size = sizeof(struct cxl_event_header); in afu_read()