Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/misc/
Dcxl.h102 struct cxl_event_header { struct
147 struct cxl_event_header header;
/Linux-v5.4/drivers/misc/cxl/
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()
668 BUILD_BUG_ON(sizeof(struct cxl_event_header) != 8); in cxl_file_init()
/Linux-v5.4/Documentation/powerpc/
Dcxl.rst285 struct cxl_event_header header;
293 The struct cxl_event_header is defined as
297 struct cxl_event_header {
311 struct cxl_event_header. The start of the next event can
/Linux-v5.4/drivers/scsi/cxlflash/
Docxl_hw.c1063 event.header.size = sizeof(struct cxl_event_header); in afu_read()