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)
746 #define RS_TOOSHORT 0x0400 macro748 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
257 #define RS_TOOSHORT 0x0400 macro259 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)1523 if (rx_status & (RS_TOOSHORT | RS_TOOLONG)) in smc_rx()
1220 if ( status & (RS_TOOSHORT | RS_TOOLONG ) ) in smc_rcv()
445 status |= RS_TOOSHORT; in smc_rcv()452 if (status & (RS_TOOSHORT | RS_TOOLONG)) in smc_rcv()