Home
last modified time | relevance | path

Searched refs:CXL_EVENT_RECORD_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/cxl/
H A Dcxl-events.c173 memcpy(&pl->records[nr], &entry->data, CXL_EVENT_RECORD_SIZE); in cxl_event_get_records()
191 *len = CXL_EVENT_PAYLOAD_HDR_SIZE + (CXL_EVENT_RECORD_SIZE * nr); in cxl_event_get_records()
H A Dcxl-mailbox-utils.c253 CXL_EVENT_RECORD_SIZE; in cmd_events_get_records()
/openbmc/qemu/include/hw/cxl/
H A Dcxl_events.h51 #define CXL_EVENT_RECORD_SIZE (sizeof(CXLEventRecordRaw)) macro