Searched refs:RS_ODDFRAME (Results 1 – 5 of 5) sorted by relevance
189 #define RS_ODDFRAME 0x1000 macro
1223 if ( status & RS_ODDFRAME ) in smc_rcv()
481 status |= RS_ODDFRAME; in smc_rcv()488 data_len = packet_len - ((status & RS_ODDFRAME) ? 5 : 6); in smc_rcv()
812 #define RS_ODDFRAME 0x1000 macro
257 #define RS_ODDFRAME 0x1000 macro1512 packet_length -= (rx_status & RS_ODDFRAME ? 5 : 6); in smc_rx()