Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dxgmac.c142 OBJECT_DECLARE_SIMPLE_TYPE(XgmacState, XGMAC)
144 struct XgmacState { struct
177 VMSTATE_STRUCT(stats, XgmacState, 0, vmstate_rxtx_stats, RxTxStats), argument
178 VMSTATE_UINT32_ARRAY(regs, XgmacState, R_MAX),
183 static void xgmac_read_desc(XgmacState *s, struct desc *d, int rx) in xgmac_read_desc()
190 static void xgmac_write_desc(XgmacState *s, struct desc *d, int rx) in xgmac_write_desc()
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()
[all …]