Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/adaptec/
H A Dstarfire.c344 IntrRxEmpty=IntrRxDescQ1Low | IntrRxDescQ2Low, enumerator
985 writel(IntrRxDone | IntrRxEmpty | IntrDMAErr | in netdev_open()
1315 if (intr_status & (IntrRxDone | IntrRxEmpty)) { in intr_handler()
1321 enable &= ~(IntrRxDone | IntrRxEmpty); in intr_handler()
1328 if (enable & (IntrRxDone | IntrRxEmpty)) { in intr_handler()
1332 enable &= ~(IntrRxDone | IntrRxEmpty); in intr_handler()
1553 writel(IntrRxDone | IntrRxEmpty, ioaddr + IntrClear); in netdev_poll()
1559 } while (intr_status & (IntrRxDone | IntrRxEmpty)); in netdev_poll()
1563 intr_status |= IntrRxDone | IntrRxEmpty; in netdev_poll()
/linux/drivers/net/ethernet/via/
H A Dvia-rhine.c360 IntrRxEmpty = 0x0020, enumerator
798 IntrRxEmpty | \