Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dstarfire.c364 IntrRxEmpty=IntrRxDescQ1Low | IntrRxDescQ2Low, enumerator
1044 writel(IntrRxDone | IntrRxEmpty | IntrDMAErr | in netdev_open()
1336 if (intr_status & (IntrRxDone | IntrRxEmpty)) { in intr_handler()
1342 enable &= ~(IntrRxDone | IntrRxEmpty); in intr_handler()
1349 if (enable & (IntrRxDone | IntrRxEmpty)) { in intr_handler()
1353 enable &= ~(IntrRxDone | IntrRxEmpty); in intr_handler()
1576 writel(IntrRxDone | IntrRxEmpty, ioaddr + IntrClear); in netdev_poll()
1582 } while (intr_status & (IntrRxDone | IntrRxEmpty)); in netdev_poll()
1586 intr_status |= IntrRxDone | IntrRxEmpty; in netdev_poll()
Dvia-rhine.c351 IntrRxDone=0x0001, IntrRxErr=0x0004, IntrRxEmpty=0x0020, enumerator
669 iowrite16(IntrRxDone | IntrRxErr | IntrRxEmpty| IntrRxOverflow | in rhine_napipoll()
1309 iowrite16(IntrRxDone | IntrRxErr | IntrRxEmpty| IntrRxOverflow | in init_registers()
1585 IntrRxWakeUp | IntrRxEmpty | IntrRxNoBuf)) { in rhine_interrupt()