RxErrFIFO
if (status & RxErrFIFO) de->dev->stats.rx_fifo_errors++;
if (status & RxErrFIFO)
if (status & (RxError | RxErrFIFO)) {