Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/adaptec/
Dstarfire.c352 IntrRxEmpty=IntrRxDescQ1Low | IntrRxDescQ2Low, enumerator
1005 writel(IntrRxDone | IntrRxEmpty | IntrDMAErr | in netdev_open()
1299 if (intr_status & (IntrRxDone | IntrRxEmpty)) { in intr_handler()
1305 enable &= ~(IntrRxDone | IntrRxEmpty); in intr_handler()
1312 if (enable & (IntrRxDone | IntrRxEmpty)) { in intr_handler()
1316 enable &= ~(IntrRxDone | IntrRxEmpty); in intr_handler()
1535 writel(IntrRxDone | IntrRxEmpty, ioaddr + IntrClear); in netdev_poll()
1541 } while (intr_status & (IntrRxDone | IntrRxEmpty)); in netdev_poll()
1545 intr_status |= IntrRxDone | IntrRxEmpty; in netdev_poll()
/linux-4.1.27/drivers/net/ethernet/via/
Dvia-rhine.c367 IntrRxEmpty = 0x0020, enumerator
807 IntrRxEmpty | \