RxUnderrun
if ((status & RxUnderrun) && link_changed &&
status &= ~RxUnderrun;
if (status & (RxUnderrun | RxErr))
if (status & RxUnderrun)
if (unlikely(status & RxUnderrun))
if (unlikely(status & (PCIErr | PCSTimeout | RxUnderrun | RxErr)))
PCIErr | PCSTimeout | RxUnderrun | RxOverflow | RxFIFOOver |
PCIErr | PCSTimeout | RxUnderrun |