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