Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/net/
H A Dallwinner-sun8i-emac.h95 uint32_t tx_flowctl; /**< Transmit Flow Control */ member
/openbmc/qemu/hw/net/
H A Dallwinner-sun8i-emac.c580 s->tx_flowctl = 0; in allwinner_sun8i_emac_reset()
612 value = s->tx_flowctl; in allwinner_sun8i_emac_read()
722 s->tx_flowctl = value; in allwinner_sun8i_emac_write()
874 VMSTATE_UINT32(tx_flowctl, AwSun8iEmacState),