Searched refs:IntrRxEmpty (Results 1 – 2 of 2) sorted by relevance
352 IntrRxEmpty=IntrRxDescQ1Low | IntrRxDescQ2Low, enumerator1005 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()
366 IntrRxEmpty = 0x0020, enumerator805 IntrRxEmpty | \