Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c374 u32 mta_reg; in ixgbe_set_vf_multicasts() local
398 mta_reg = IXGBE_READ_REG(hw, IXGBE_MTA(vector_reg)); in ixgbe_set_vf_multicasts()
399 mta_reg |= BIT(vector_bit); in ixgbe_set_vf_multicasts()
400 IXGBE_WRITE_REG(hw, IXGBE_MTA(vector_reg), mta_reg); in ixgbe_set_vf_multicasts()
416 u32 mta_reg; in ixgbe_restore_vf_multicasts() local
425 mta_reg = IXGBE_READ_REG(hw, IXGBE_MTA(vector_reg)); in ixgbe_restore_vf_multicasts()
426 mta_reg |= BIT(vector_bit); in ixgbe_restore_vf_multicasts()
427 IXGBE_WRITE_REG(hw, IXGBE_MTA(vector_reg), mta_reg); in ixgbe_restore_vf_multicasts()