Searched refs:IntrRxEmpty (Results 1 – 1 of 1) sorted by relevance
344 IntrRxEmpty=IntrRxDescQ1Low | IntrRxDescQ2Low, enumerator985 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()