Searched refs:IntrRxEmpty (Results 1 – 2 of 2) sorted by relevance
364 IntrRxEmpty=IntrRxDescQ1Low | IntrRxDescQ2Low, enumerator1044 writel(IntrRxDone | IntrRxEmpty | IntrDMAErr | in netdev_open()1336 if (intr_status & (IntrRxDone | IntrRxEmpty)) { in intr_handler()1342 enable &= ~(IntrRxDone | IntrRxEmpty); in intr_handler()1349 if (enable & (IntrRxDone | IntrRxEmpty)) { in intr_handler()1353 enable &= ~(IntrRxDone | IntrRxEmpty); in intr_handler()1576 writel(IntrRxDone | IntrRxEmpty, ioaddr + IntrClear); in netdev_poll()1582 } while (intr_status & (IntrRxDone | IntrRxEmpty)); in netdev_poll()1586 intr_status |= IntrRxDone | IntrRxEmpty; in netdev_poll()
351 IntrRxDone=0x0001, IntrRxErr=0x0004, IntrRxEmpty=0x0020, enumerator669 iowrite16(IntrRxDone | IntrRxErr | IntrRxEmpty| IntrRxOverflow | in rhine_napipoll()1309 iowrite16(IntrRxDone | IntrRxErr | IntrRxEmpty| IntrRxOverflow | in init_registers()1585 IntrRxWakeUp | IntrRxEmpty | IntrRxNoBuf)) { in rhine_interrupt()