RXSTAT_SHORTPACKET
if (!(status & (RXSTAT_OVERSIZE|RXSTAT_CRCERROR|RXSTAT_DRIBBLEERROR|RXSTAT_SHORTPACKET))) {
if (status & RXSTAT_SHORTPACKET) stats->rx_length_errors ++;