Home
last modified time | relevance | path

Searched refs:hash_bit_ref_cnt (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c360 hash_filter->hash_bit_ref_cnt[mchash]++; in hxge_add_mcast_addr()
361 if (hash_filter->hash_bit_ref_cnt[mchash] == 1) { in hxge_add_mcast_addr()
410 hash_filter->hash_bit_ref_cnt[mchash]--; in hxge_del_mcast_addr()
411 if (hash_filter->hash_bit_ref_cnt[mchash] == 0) { in hxge_del_mcast_addr()
H A Dhxge_pfc.h332 uint32_t hash_bit_ref_cnt[NMCFILTER_BITS]; member
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge_mac.h220 uint32_t hash_bit_ref_cnt[NMCFILTER_BITS]; member
/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c5890 hash_filter->hash_bit_ref_cnt[mchash]++; in nxge_add_mcast_addr()
5891 if (hash_filter->hash_bit_ref_cnt[mchash] == 1) { in nxge_add_mcast_addr()
5932 hash_filter->hash_bit_ref_cnt[mchash]--; in nxge_del_mcast_addr()
5933 if (hash_filter->hash_bit_ref_cnt[mchash] == 0) { in nxge_del_mcast_addr()