Searched refs:RX_ALIGNERR (Results 1 – 2 of 2) sorted by relevance
153 #define RX_ALIGNERR 0x8000 /* Frame has alignment error */ macro
419 if (status & (RX_TOOSHORT | RX_TOOLNG | RX_BADCRC | RX_ALIGNERR)) { in smsc_recv_pkt()