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

/freebsd-10.3-release/sys/dev/ae/
H A Dif_aereg.h242 #define AE_MAC_BCAST_EN 0x04000000 /* Pass all broadcast frames. */ macro
H A Dif_ae.c1359 AE_MAC_BCAST_EN | AE_MAC_MCAST_EN;
2049 rxcfg &= ~(AE_MAC_MCAST_EN | AE_MAC_BCAST_EN | AE_MAC_PROMISC_EN);
2052 rxcfg |= AE_MAC_BCAST_EN;

Completed in 51 milliseconds