Searched refs:RGE_MCAST_NUM (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c930 reg = (~(index / RGE_MCAST_NUM)) & 0x7;
932 reg = index / RGE_MCAST_NUM;
939 hashp[reg] |= 1 << (index % RGE_MCAST_NUM);
945 hashp[reg] &= ~ (1 << (index % RGE_MCAST_NUM));
H A Drge_hw.h82 #define RGE_MCAST_NUM 8 /* total 8 registers: MAR0 - MAR7 */ macro
H A Drge.h424 uint8_t mcast_hash[RGE_MCAST_NUM];

Completed in 52 milliseconds