Home
last modified time | relevance | path

Searched refs:RS_ODDFRAME (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc9194.h189 #define RS_ODDFRAME 0x1000 macro
H A Dsmc9194.c1164 if ( status & RS_ODDFRAME ) in smc_rcv()
H A Dsmc91c92_cs.c256 #define RS_ODDFRAME 0x1000 macro
1507 packet_length -= (rx_status & RS_ODDFRAME ? 5 : 6); in smc_rx()
H A Dsmc91x.c473 status |= RS_ODDFRAME; in smc_rcv()
480 data_len = packet_len - ((status & RS_ODDFRAME) ? 5 : 6); in smc_rcv()
H A Dsmc91x.h752 #define RS_ODDFRAME 0x1000 macro
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsmc91111.h646 #define RS_ODDFRAME 0x1000 /* bug: the LAN91C111 never sets this on receive */ macro