Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/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.c1365 bgep->mcast_hash[word] |= bit;
1383 bgep->mcast_hash[word] &= ~bit;
4026 bzero(bgep->mcast_hash, sizeof (bgep->mcast_hash));
H A Dbge_chip2.c3601 bgep->mcast_hash[i] | fill); in bge_chip_sync()