Searched refs:IntrRxEmpty (Results 1 – 2 of 2) sorted by relevance
344 IntrRxEmpty=IntrRxDescQ1Low | IntrRxDescQ2Low, enumerator993 writel(IntrRxDone | IntrRxEmpty | IntrDMAErr | in netdev_open()1323 if (intr_status & (IntrRxDone | IntrRxEmpty)) { in intr_handler()1329 enable &= ~(IntrRxDone | IntrRxEmpty); in intr_handler()1336 if (enable & (IntrRxDone | IntrRxEmpty)) { in intr_handler()1340 enable &= ~(IntrRxDone | IntrRxEmpty); in intr_handler()1561 writel(IntrRxDone | IntrRxEmpty, ioaddr + IntrClear); in netdev_poll()1567 } while (intr_status & (IntrRxDone | IntrRxEmpty)); in netdev_poll()1571 intr_status |= IntrRxDone | IntrRxEmpty; in netdev_poll()
360 IntrRxEmpty = 0x0020, enumerator798 IntrRxEmpty | \