HomeSort by: relevance | last modified time | path
    Searched refs:ETH_CFG_MTI (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/arm/at91/
at91emacreg.h 109 #define ETH_CFG_MTI 0x0040U /* 1 = enable multicast hash */
at91emac.c 765 cfg &= ~(ETH_CFG_MTI | ETH_CFG_UNI | ETH_CFG_CAF);
811 cfg |= ETH_CFG_MTI;
  /src/sys/dev/cadence/
cemacreg.h 149 #define ETH_CFG_MTI __BIT(6) /* 1 = enable multicast hash */
if_cemac.c 1098 cfg &= ~(ETH_CFG_MTI | ETH_CFG_UNI | ETH_CFG_CAF | ETH_CFG_UNI);
1122 cfg |= ETH_CFG_MTI;
1148 cfg |= ETH_CFG_MTI;

Completed in 16 milliseconds