Searched refs:RxPromiscEnable (Results 1 – 2 of 2) sorted by relevance
130 # define RxPromiscEnable 0x0040 /* turn on promiscuous mode */ macro
859 if (promisc_enable) rx_cfg |= RxPromiscEnable; in bmac_rx_on()860 else rx_cfg &= ~RxPromiscEnable; in bmac_rx_on()927 rx_cfg |= RxPromiscEnable; in bmac_set_multicast()964 rx_cfg |= RxPromiscEnable; in bmac_set_multicast()970 rx_cfg &= ~RxPromiscEnable; in bmac_set_multicast()
Completed in 7 milliseconds