Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Dsiena_mac.c96 efx_oword_t multicast_hash[2]; in siena_mac_reconfigure() local
142 EFX_SET_OWORD(multicast_hash[0]); in siena_mac_reconfigure()
143 EFX_SET_OWORD(multicast_hash[1]); in siena_mac_reconfigure()
146 multicast_hash[0] = epp->ep_multicst_hash[0]; in siena_mac_reconfigure()
147 multicast_hash[1] = epp->ep_multicst_hash[1]; in siena_mac_reconfigure()
150 EFX_ZERO_OWORD(multicast_hash[0]); in siena_mac_reconfigure()
151 EFX_ZERO_OWORD(multicast_hash[1]); in siena_mac_reconfigure()
169 EFX_SET_OWORD_BIT(multicast_hash[1], 0x7f); in siena_mac_reconfigure()
180 multicast_hash, sizeof (multicast_hash)); in siena_mac_reconfigure()