Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/apple/
H A Dbmac.h130 # define RxPromiscEnable 0x0040 /* turn on promiscuous mode */ macro
H A Dbmac.c919 if (promisc_enable) rx_cfg |= RxPromiscEnable; in bmac_rx_on()
920 else rx_cfg &= ~RxPromiscEnable; in bmac_rx_on()
987 rx_cfg |= RxPromiscEnable; in bmac_set_multicast()
1024 rx_cfg |= RxPromiscEnable; in bmac_set_multicast()
1030 rx_cfg &= ~RxPromiscEnable; in bmac_set_multicast()
/kernel/linux/linux-6.6/drivers/net/ethernet/apple/
H A Dbmac.h130 # define RxPromiscEnable 0x0040 /* turn on promiscuous mode */ macro
H A Dbmac.c915 if (promisc_enable) rx_cfg |= RxPromiscEnable; in bmac_rx_on()
916 else rx_cfg &= ~RxPromiscEnable; in bmac_rx_on()
983 rx_cfg |= RxPromiscEnable; in bmac_set_multicast()
1020 rx_cfg |= RxPromiscEnable; in bmac_set_multicast()
1026 rx_cfg &= ~RxPromiscEnable; in bmac_set_multicast()

Completed in 5 milliseconds