Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c476 uint32_t mta_idx; in txgbe_vf_set_multicast() local
503 mta_idx = (vfinfo->vf_mc_hashes[i] >> TXGBE_MTA_BIT_SHIFT) in txgbe_vf_set_multicast()
506 reg_val = rd32(hw, TXGBE_MCADDRTBL(mta_idx)); in txgbe_vf_set_multicast()
508 wr32(hw, TXGBE_MCADDRTBL(mta_idx), reg_val); in txgbe_vf_set_multicast()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c493 uint32_t mta_idx; in ixgbe_vf_set_multicast() local
521 mta_idx = (vfinfo->vf_mc_hashes[i] >> IXGBE_MTA_BIT_SHIFT) in ixgbe_vf_set_multicast()
524 reg_val = IXGBE_READ_REG(hw, IXGBE_MTA(mta_idx)); in ixgbe_vf_set_multicast()
526 IXGBE_WRITE_REG(hw, IXGBE_MTA(mta_idx), reg_val); in ixgbe_vf_set_multicast()