Home
last modified time | relevance | path

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

/qemu/hw/cxl/
H A Dcxl-device-utils.c204 memset(pl, 0, CXL_MAILBOX_MAX_PAYLOAD_SIZE); in mailbox_reg_write()
362 cxl_dstate->payload_size = CXL_MAILBOX_MAX_PAYLOAD_SIZE; in mailbox_reg_init_common()
408 CXL_MAILBOX_MAX_PAYLOAD_SIZE); in cxl_device_register_init_t3()
H A Dswitch-mailbox-cci.c60 CXL_MAILBOX_MAX_PAYLOAD_SIZE); in cswbcci_realize()
H A Dcxl-mailbox-utils.c1663 assert(out_pl_len <= CXL_MAILBOX_MAX_PAYLOAD_SIZE); in cmd_media_get_poison_list()
2060 if (sizeof(*out) + rec_size < CXL_MAILBOX_MAX_PAYLOAD_SIZE) { in cmd_media_get_scan_media_results()
2067 assert(out_pl_len <= CXL_MAILBOX_MAX_PAYLOAD_SIZE); in cmd_media_get_scan_media_results()
2148 assert(out_pl_len <= CXL_MAILBOX_MAX_PAYLOAD_SIZE); in cmd_dcd_get_dyn_cap_config()
2215 size = CXL_MAILBOX_MAX_PAYLOAD_SIZE - sizeof(*out); in cmd_dcd_get_dyn_cap_ext_list()
/qemu/include/hw/cxl/
H A Dcxl_device.h86 #define CXL_MAILBOX_MAX_PAYLOAD_SIZE (1 << CXL_MAILBOX_PAYLOAD_SHIFT) macro
88 (CXL_MAILBOX_REGISTERS_SIZE + CXL_MAILBOX_MAX_PAYLOAD_SIZE)