Searched refs:RS_TOOLONG (Results 1 – 5 of 5) sorted by relevance
190 #define RS_TOOLONG 0x0800 macro193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
745 #define RS_TOOLONG 0x0800 macro748 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
256 #define RS_TOOLONG 0x0800 macro259 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)1523 if (rx_status & (RS_TOOSHORT | RS_TOOLONG)) in smc_rx()
436 if (status & RS_TOOLONG && packet_len <= (1514 + 4 + 6)) { in smc_rcv()438 status &= ~RS_TOOLONG; in smc_rcv()452 if (status & (RS_TOOSHORT | RS_TOOLONG)) in smc_rcv()
1220 if ( status & (RS_TOOSHORT | RS_TOOLONG ) ) in smc_rcv()