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

/netbsd-current/sys/arch/arm/at91/
H A Dat91emacreg.h109 #define ETH_CFG_MTI 0x0040U /* 1 = enable multicast hash */ macro
H A Dat91emac.c773 cfg &= ~(ETH_CFG_MTI | ETH_CFG_UNI | ETH_CFG_CAF);
819 cfg |= ETH_CFG_MTI;
/netbsd-current/sys/dev/cadence/
H A Dcemacreg.h151 #define ETH_CFG_MTI 0x0040U /* 1 = enable multicast hash */ macro
H A Dif_cemac.c983 cfg &= ~(ETH_CFG_MTI | ETH_CFG_UNI | ETH_CFG_CAF | ETH_CFG_UNI);
1007 cfg |= ETH_CFG_MTI;
1033 cfg |= ETH_CFG_MTI;

Completed in 128 milliseconds