Searched refs:mta_idx (Results 1 – 3 of 3) sorted by relevance
387 uint32_t mta_idx; in ngbe_vf_set_multicast() local414 mta_idx = (vfinfo->vf_mc_hashes[i] >> NGBE_MTA_BIT_SHIFT) in ngbe_vf_set_multicast()417 reg_val = rd32(hw, NGBE_MCADDRTBL(mta_idx)); in ngbe_vf_set_multicast()419 wr32(hw, NGBE_MCADDRTBL(mta_idx), reg_val); in ngbe_vf_set_multicast()
475 uint32_t mta_idx; in txgbe_vf_set_multicast() local502 mta_idx = (vfinfo->vf_mc_hashes[i] >> TXGBE_MTA_BIT_SHIFT) in txgbe_vf_set_multicast()505 reg_val = rd32(hw, TXGBE_MCADDRTBL(mta_idx)); in txgbe_vf_set_multicast()507 wr32(hw, TXGBE_MCADDRTBL(mta_idx), reg_val); in txgbe_vf_set_multicast()
490 uint32_t mta_idx; in ixgbe_vf_set_multicast() local518 mta_idx = (vfinfo->vf_mc_hashes[i] >> IXGBE_MTA_BIT_SHIFT) in ixgbe_vf_set_multicast()521 reg_val = IXGBE_READ_REG(hw, IXGBE_MTA(mta_idx)); in ixgbe_vf_set_multicast()523 IXGBE_WRITE_REG(hw, IXGBE_MTA(mta_idx), reg_val); in ixgbe_vf_set_multicast()