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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dsmc91c92_cs.c243 RxEnable = 0x0100, RxStripCRC = 0x0200}; enumerator in enum:RxCfg
1801 rx_cfg_setting = RxStripCRC | RxEnable | RxPromisc | RxAllMulti;
1803 rx_cfg_setting = RxStripCRC | RxEnable | RxAllMulti;
1809 rx_cfg_setting = RxStripCRC | RxEnable;

Completed in 98 milliseconds