Home
last modified time | relevance | path

Searched refs:mcast_hash (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c917 hashp = rgep->mcast_hash; in rge_m_multicst()
1808 bzero(rgep->mcast_hash, sizeof (rgep->mcast_hash)); in rge_attach()
H A Drge.h424 uint8_t mcast_hash[RGE_MCAST_NUM]; member
H A Drge_chip.c1016 hashp = (uint32_t *)rgep->mcast_hash; in rge_chip_init()
1214 hashp = (uint32_t *)rgep->mcast_hash; in rge_set_multi_addr()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h866 uint32_t mcast_hash[BGE_HASH_TABLE_SIZE/32]; member
H A Dbge_main2.c1329 bgep->mcast_hash[word] |= bit;
1347 bgep->mcast_hash[word] &= ~bit;
4013 bzero(bgep->mcast_hash, sizeof (bgep->mcast_hash));
H A Dbge_chip2.c3674 bgep->mcast_hash[i] | fill); in bge_chip_sync()