Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsungem.h46 #define GREG_STAT_TXALL 0x00000002 /* All TX frames transferred */ macro
64 #define GREG_STAT_NAPI (GREG_STAT_TXALL | GREG_STAT_TXINTME | \
H A Dsunhme.h61 #define GREG_STAT_TXALL 0x02000000 /* Transmitted all packets in the tx-fifo */ macro
H A Dsunhme.c1880 if (happy_status & GREG_STAT_TXALL) in happy_meal_interrupt()
/openbmc/qemu/hw/net/
H A Dsungem.c39 #define GREG_STAT_TXALL 0x00000002 /* All TX frames transferred */ macro
54 #define GREG_STAT_LATCH (GREG_STAT_TXALL | GREG_STAT_TXINTME | \
440 sungem_update_status(s, GREG_STAT_TXALL, true); in sungem_tx_kick()