Searched refs:IntrRxEmpty (Results 1 – 2 of 2) sorted by relevance
344 IntrRxEmpty=IntrRxDescQ1Low | IntrRxDescQ2Low, enumerator991 writel(IntrRxDone | IntrRxEmpty | IntrDMAErr | in netdev_open()1321 if (intr_status & (IntrRxDone | IntrRxEmpty)) { in intr_handler()1327 enable &= ~(IntrRxDone | IntrRxEmpty); in intr_handler()1334 if (enable & (IntrRxDone | IntrRxEmpty)) { in intr_handler()1338 enable &= ~(IntrRxDone | IntrRxEmpty); in intr_handler()1559 writel(IntrRxDone | IntrRxEmpty, ioaddr + IntrClear); in netdev_poll()1565 } while (intr_status & (IntrRxDone | IntrRxEmpty)); in netdev_poll()1569 intr_status |= IntrRxDone | IntrRxEmpty; in netdev_poll()
360 IntrRxEmpty = 0x0020, enumerator798 IntrRxEmpty | \