OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Oct 17 09:09:57 GMT 2025