Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/apple/
Dbmac.h134 # define RxPromiscEnable 0x0040 /* turn on promiscuous mode */ macro
Dbmac.c924 if (promisc_enable) rx_cfg |= RxPromiscEnable; in bmac_rx_on()
925 else rx_cfg &= ~RxPromiscEnable; in bmac_rx_on()
992 rx_cfg |= RxPromiscEnable; in bmac_set_multicast()
1029 rx_cfg |= RxPromiscEnable; in bmac_set_multicast()
1035 rx_cfg &= ~RxPromiscEnable; in bmac_set_multicast()