Searched refs:vf_mc_hashes (Results 1 – 6 of 6) sorted by relevance
351 vfinfo->vf_mc_hashes[i] = hash_list[i]; in igb_vf_set_multicast()355 vector_reg = (vfinfo->vf_mc_hashes[i] >> 5) & 0x7F; in igb_vf_set_multicast()356 vector_bit = vfinfo->vf_mc_hashes[i] & 0x1F; in igb_vf_set_multicast()
163 uint16_t vf_mc_hashes[E1000_MAX_VF_MC_ENTRIES]; member
494 vfinfo->vf_mc_hashes[i] = hash_list[i]; in txgbe_vf_set_multicast()503 mta_idx = (vfinfo->vf_mc_hashes[i] >> TXGBE_MTA_BIT_SHIFT) in txgbe_vf_set_multicast()505 mta_shift = vfinfo->vf_mc_hashes[i] & TXGBE_MTA_BIT_MASK; in txgbe_vf_set_multicast()
102 uint16_t vf_mc_hashes[TXGBE_MAX_VF_MC_ENTRIES]; member
511 vfinfo->vf_mc_hashes[i] = hash_list[i]; in ixgbe_vf_set_multicast()521 mta_idx = (vfinfo->vf_mc_hashes[i] >> IXGBE_MTA_BIT_SHIFT) in ixgbe_vf_set_multicast()523 mta_shift = vfinfo->vf_mc_hashes[i] & IXGBE_MTA_BIT_MASK; in ixgbe_vf_set_multicast()
262 uint16_t vf_mc_hashes[IXGBE_MAX_VF_MC_ENTRIES]; member