Searched refs:RS_ODDFRAME (Results 1 – 6 of 6) sorted by relevance
189 #define RS_ODDFRAME 0x1000 macro
1164 if ( status & RS_ODDFRAME ) in smc_rcv()
256 #define RS_ODDFRAME 0x1000 macro1507 packet_length -= (rx_status & RS_ODDFRAME ? 5 : 6); in smc_rx()
473 status |= RS_ODDFRAME; in smc_rcv()480 data_len = packet_len - ((status & RS_ODDFRAME) ? 5 : 6); in smc_rcv()
752 #define RS_ODDFRAME 0x1000 macro
646 #define RS_ODDFRAME 0x1000 /* bug: the LAN91C111 never sets this on receive */ macro