Searched refs:RX_TOOSHORT (Results 1 – 2 of 2) sorted by relevance
149 #define RX_TOOSHORT 0x0400 /* Frame was too short */ macro
419 if (status & (RX_TOOSHORT | RX_TOOLNG | RX_BADCRC | RX_ALIGNERR)) { in smsc_recv_pkt()