Home
last modified time | relevance | path

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

/openbmc/qemu/hw/cxl/
H A Dswitch-mailbox-cci.c24 CSWMBCCIDev *cswmb = CXL_SWITCH_MAILBOX_CCI(dev); in cswmbcci_reset()
30 CSWMBCCIDev *cswmb = CXL_SWITCH_MAILBOX_CCI(pci_dev); in cswbcci_realize()
71 DEFINE_PROP_LINK("target", CSWMBCCIDev,
101 .instance_size = sizeof(CSWMBCCIDev),
H A Dcxl-device-utils.c413 void cxl_device_register_init_swcci(CSWMBCCIDev *sw, int msi_n) in cxl_device_register_init_swcci()
/openbmc/qemu/include/hw/cxl/
H A Dcxl_device.h277 typedef struct CSWMBCCIDev CSWMBCCIDev; typedef
280 void cxl_device_register_init_swcci(CSWMBCCIDev *sw, int msi_n);
666 struct CSWMBCCIDev { struct
675 OBJECT_DECLARE_TYPE(CSWMBCCIDev, CSWMBCCIClass, CXL_SWITCH_MAILBOX_CCI) argument