Searched refs:cxl_cmd (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/cxl/ |
H A D | cxl-mailbox-utils.c | 124 static CXLRetCode cmd_tunnel_management_cmd(const struct cxl_cmd *cmd, in cmd_tunnel_management_cmd() 234 static CXLRetCode cmd_events_get_records(const struct cxl_cmd *cmd, in cmd_events_get_records() 261 static CXLRetCode cmd_events_clear_records(const struct cxl_cmd *cmd, in cmd_events_clear_records() 282 static CXLRetCode cmd_events_get_interrupt_policy(const struct cxl_cmd *cmd, in cmd_events_get_interrupt_policy() 325 static CXLRetCode cmd_events_set_interrupt_policy(const struct cxl_cmd *cmd, in cmd_events_set_interrupt_policy() 372 static CXLRetCode cmd_infostat_identify(const struct cxl_cmd *cmd, in cmd_infostat_identify() 432 static CXLRetCode cmd_identify_switch_device(const struct cxl_cmd *cmd, in cmd_identify_switch_device() 484 static CXLRetCode cmd_get_physical_port_state(const struct cxl_cmd *cmd, in cmd_get_physical_port_state() 611 static CXLRetCode cmd_infostat_bg_op_sts(const struct cxl_cmd *cmd, in cmd_infostat_bg_op_sts() 643 static CXLRetCode cmd_firmware_update_get_info(const struct cxl_cmd *cmd, in cmd_firmware_update_get_info() [all …]
|
/openbmc/qemu/include/hw/cxl/ |
H A D | cxl_device.h | 138 struct cxl_cmd; 139 typedef CXLRetCode (*opcode_handler)(const struct cxl_cmd *cmd, 143 struct cxl_cmd { struct 167 struct cxl_cmd cxl_cmd_set[256][256]; argument 256 const struct cxl_cmd (*cxl_cmd_set)[256]; 319 void cxl_add_cci_commands(CXLCCI *cci, const struct cxl_cmd (*cxl_cmd_set)[256],
|