Searched refs:RS_ODDFRAME (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/smsc/
H A Dsmc9194.h189 #define RS_ODDFRAME 0x1000 macro
H A Dsmc91c92_cs.c256 #define RS_ODDFRAME 0x1000 macro
1510 packet_length -= (rx_status & RS_ODDFRAME ? 5 : 6);
H A Dsmc91x.c474 status |= RS_ODDFRAME;
481 data_len = packet_len - ((status & RS_ODDFRAME) ? 5 : 6);
H A Dsmc9194.c1166 if ( status & RS_ODDFRAME )
H A Dsmc91x.h722 #define RS_ODDFRAME 0x1000 macro

Completed in 176 milliseconds