Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dsunhme.h61 #define GREG_STAT_TXALL 0x02000000 /* Transmitted all packets in the tx-fifo */ macro
Dsungem.h42 #define GREG_STAT_TXALL 0x00000002 /* All TX frames transferred */ macro
Dsunhme.c2128 if (happy_status & GREG_STAT_TXALL) { in happy_meal_interrupt()
2158 GREG_STAT_TXALL | in quattro_sbus_interrupt()
2175 if (happy_status & GREG_STAT_TXALL) { in quattro_sbus_interrupt()
Dsungem.c807 if (gem_status & (GREG_STAT_TXALL | GREG_STAT_TXINTME)) in gem_interrupt()