Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dopencores_eth.c275 OBJECT_DECLARE_SIMPLE_TYPE(OpenEthState, OPEN_ETH)
277 struct OpenEthState { struct
293 static desc *rx_desc(OpenEthState *s) in rx_desc() argument
298 static desc *tx_desc(OpenEthState *s) in tx_desc()
303 static void open_eth_update_irq(OpenEthState *s, in open_eth_update_irq()
312 static void open_eth_int_source_write(OpenEthState *s, in open_eth_int_source_write()
324 OpenEthState *s = qemu_get_nic_opaque(nc); in open_eth_set_link_status()
334 OpenEthState *s = opaque; in open_eth_reset()
355 OpenEthState *s = qemu_get_nic_opaque(nc); in open_eth_can_receive()
363 OpenEthState *s = qemu_get_nic_opaque(nc);
[all …]