Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ae/
Dif_aereg.h244 #define AE_MAC_BCAST_EN 0x04000000 /* Pass all broadcast frames. */ macro
Dif_ae.c1360 AE_MAC_BCAST_EN | AE_MAC_MCAST_EN; in ae_pm_init()
2050 rxcfg &= ~(AE_MAC_MCAST_EN | AE_MAC_BCAST_EN | AE_MAC_PROMISC_EN); in ae_rxfilter()
2053 rxcfg |= AE_MAC_BCAST_EN; in ae_rxfilter()