Searched refs:IntrRxEmpty (Results 1 – 2 of 2) sorted by relevance
352 IntrRxEmpty=IntrRxDescQ1Low | IntrRxDescQ2Low, enumerator1004 writel(IntrRxDone | IntrRxEmpty | IntrDMAErr | in netdev_open()1333 if (intr_status & (IntrRxDone | IntrRxEmpty)) { in intr_handler()1339 enable &= ~(IntrRxDone | IntrRxEmpty); in intr_handler()1346 if (enable & (IntrRxDone | IntrRxEmpty)) { in intr_handler()1350 enable &= ~(IntrRxDone | IntrRxEmpty); in intr_handler()1569 writel(IntrRxDone | IntrRxEmpty, ioaddr + IntrClear); in netdev_poll()1575 } while (intr_status & (IntrRxDone | IntrRxEmpty)); in netdev_poll()1579 intr_status |= IntrRxDone | IntrRxEmpty; in netdev_poll()
366 IntrRxEmpty = 0x0020, enumerator805 IntrRxEmpty | \