Searched refs:RS_TOOSHORT (Results 1 – 5 of 5) sorted by relevance
191 #define RS_TOOSHORT 0x0400 macro193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
743 #define RS_TOOSHORT 0x0400 macro745 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
258 #define RS_TOOSHORT 0x0400 macro260 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)1527 if (rx_status & (RS_TOOSHORT | RS_TOOLONG)) in smc_rx()
1221 if ( status & (RS_TOOSHORT | RS_TOOLONG ) ) in smc_rcv()
432 status |= RS_TOOSHORT; in smc_rcv()439 if (status & (RS_TOOSHORT | RS_TOOLONG)) in smc_rcv()