Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/cxl/
H A Dcxl_events.h69 #define CXL_EVENT_PAYLOAD_HDR_SIZE (sizeof(CXLGetEventPayload)) macro
/openbmc/qemu/hw/cxl/
H A Dcxl-events.c180 *len = CXL_EVENT_PAYLOAD_HDR_SIZE + (CXL_EVENT_RECORD_SIZE * nr); in cxl_event_get_records()
H A Dcxl-mailbox-utils.c231 max_recs = (cxlds->payload_size - CXL_EVENT_PAYLOAD_HDR_SIZE) / in cmd_events_get_records()