Searched refs:RxOverflow (Results 1 – 3 of 3) sorted by relevance
136 RxFIFOOver=0x40, RxUnderrun=0x20, RxOverflow=0x10, enumerator473 outw(status & ~(RxFIFOOver | RxOverflow | RxOK), ioaddr + IntrStatus); in rtl_poll()513 outw(status & (RxFIFOOver | RxOverflow | RxOK), ioaddr + IntrStatus); in rtl_poll()
158 RxOverflow = 0x10, enumerator
173 RxOverflow = 0x10, enumerator179 RxAckBits = RxFIFOOver | RxOverflow | RxOK,815 return avail == 0 || avail >= 1514 || (s->IntrMask & RxOverflow); in rtl8139_can_receive()991 s->IntrStatus |= RxOverflow; in rtl8139_do_receive()1032 s->IntrStatus |= RxOverflow; in rtl8139_do_receive()1145 s->IntrStatus |= RxOverflow; in rtl8139_do_receive()