Searched refs:RCR_STRIP_CRC (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/smsc/
H A Dsmc9194.h82 #define RCR_STRIP_CRC 0x200 /* strips CRC */ macro
88 #define RCR_NORMAL (RCR_STRIP_CRC | RCR_ENABLE)
H A Dsmc91x.h502 #define RCR_STRIP_CRC 0x0200 // When set strips CRC from rx packets macro
508 #define RCR_DEFAULT (RCR_STRIP_CRC | RCR_RXEN)
H A Dsmc91c92_cs.c229 #define RCR_STRIP_CRC 0x200 /* strips CRC */ macro
235 #define RCR_NORMAL (RCR_STRIP_CRC | RCR_ENABLE)

Completed in 118 milliseconds