Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_sriov.c593 bzero(vf->mc_hash, sizeof(vf->mc_hash)); in ixgbe_process_vf_reset()
1085 bzero(vf->mc_hash, sizeof(vf->mc_hash)); in ixgbe_vf_set_mc_addr()
1086 bcopy(list, vf->mc_hash, entries * sizeof(*list)); in ixgbe_vf_set_mc_addr()
2078 bzero(vf->mc_hash, sizeof(vf->mc_hash)); in ixgbe_init_vf()
H A Dixgbe.h371 uint16_t mc_hash[IXGBE_MAX_VF_MC]; member
H A Dif_ix.c4679 hash = vf->mc_hash[i] & 0xfff; in ixgbe_iov_rebuild_mta()