Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dxgmac.c142 OBJECT_DECLARE_SIMPLE_TYPE(XgmacState, XGMAC)
144 struct XgmacState { struct
205 static void xgmac_enet_send(XgmacState *s) in xgmac_enet_send()
266 static void enet_update_irq(XgmacState *s) in enet_update_irq()
274 XgmacState *s = opaque; in enet_read()
294 XgmacState *s = opaque; in enet_write()
328 static int eth_can_rx(XgmacState *s) in eth_can_rx()
336 XgmacState *s = qemu_get_nic_opaque(nc); in eth_rx()
394 XgmacState *s = XGMAC(dev); in xgmac_enet_realize()
418 DEFINE_NIC_PROPERTIES(XgmacState, conf),
[all …]