Home
last modified time | relevance | path

Searched refs:cxl_cmd_set (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/cxl/
H A Dcxl_device.h167 struct cxl_cmd cxl_cmd_set[256][256]; member
256 const struct cxl_cmd (*cxl_cmd_set)[256]; member
319 void cxl_add_cci_commands(CXLCCI *cci, const struct cxl_cmd (*cxl_cmd_set)[256],
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c2717 static const struct cxl_cmd cxl_cmd_set[256][256] = { variable
2830 cxl_cmd = &cci->cxl_cmd_set[set][cmd]; in cxl_process_cci_message()
2960 if (cci->cxl_cmd_set[set][cmd].handler) { in cxl_rebuild_cel()
2961 const struct cxl_cmd *c = &cci->cxl_cmd_set[set][cmd]; in cxl_rebuild_cel()
2994 cci->cxl_cmd_set[set][cmd] = cxl_cmds[set][cmd]; in cxl_copy_cci_commands()
3000 void cxl_add_cci_commands(CXLCCI *cci, const struct cxl_cmd (*cxl_cmd_set)[256], in cxl_add_cci_commands()
3004 cxl_copy_cci_commands(cci, cxl_cmd_set); in cxl_add_cci_commands()
3021 cxl_copy_cci_commands(cci, cxl_cmd_set); in cxl_initialize_mailbox_t3()