Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c227 RxEnable = 0x0100, RxStripCRC = 0x0200}; enumerator
1558 rx_cfg_setting = RxStripCRC | RxEnable | RxPromisc | RxAllMulti; in set_rx_mode()
1560 rx_cfg_setting = RxStripCRC | RxEnable | RxAllMulti; in set_rx_mode()
1570 rx_cfg_setting = RxStripCRC | RxEnable; in set_rx_mode()
/openbmc/u-boot/drivers/net/
H A Dns8382x.c147 RxStripCRC = 0x20000000, enumerator