Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/apple/
A Dbmac.h130 # define RxPromiscEnable 0x0040 /* turn on promiscuous mode */ macro
A Dbmac.c916 if (promisc_enable) rx_cfg |= RxPromiscEnable; in bmac_rx_on()
917 else rx_cfg &= ~RxPromiscEnable; in bmac_rx_on()
984 rx_cfg |= RxPromiscEnable; in bmac_set_multicast()
1021 rx_cfg |= RxPromiscEnable; in bmac_set_multicast()
1027 rx_cfg &= ~RxPromiscEnable; in bmac_set_multicast()

Completed in 9 milliseconds