Home
last modified time | relevance | path

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

/dpdk/drivers/net/ngbe/
H A Dngbe_pf.c387 uint32_t mta_idx; in ngbe_vf_set_multicast() local
414 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()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c475 uint32_t mta_idx; in txgbe_vf_set_multicast() local
502 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()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c490 uint32_t mta_idx; in ixgbe_vf_set_multicast() local
518 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()