Searched refs:mta_reg (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/net/ixgbe/ |
D | ixgbe_sriov.c | 54 u32 mta_reg; in ixgbe_set_vf_multicasts() local 77 mta_reg = IXGBE_READ_REG(hw, IXGBE_MTA(vector_reg)); in ixgbe_set_vf_multicasts() 78 mta_reg |= (1 << vector_bit); in ixgbe_set_vf_multicasts() 79 IXGBE_WRITE_REG(hw, IXGBE_MTA(vector_reg), mta_reg); in ixgbe_set_vf_multicasts() 92 u32 mta_reg; in ixgbe_restore_vf_multicasts() local 100 mta_reg = IXGBE_READ_REG(hw, IXGBE_MTA(vector_reg)); in ixgbe_restore_vf_multicasts() 101 mta_reg |= (1 << vector_bit); in ixgbe_restore_vf_multicasts() 102 IXGBE_WRITE_REG(hw, IXGBE_MTA(vector_reg), mta_reg); in ixgbe_restore_vf_multicasts()
|
/linux-2.6.39/drivers/net/ixgb/ |
D | ixgb_hw.c | 548 u32 mta_reg; in ixgb_mta_set() local 561 mta_reg = IXGB_READ_REG_ARRAY(hw, MTA, hash_reg); in ixgb_mta_set() 563 mta_reg |= (1 << hash_bit); in ixgb_mta_set() 565 IXGB_WRITE_REG_ARRAY(hw, MTA, hash_reg, mta_reg); in ixgb_mta_set()
|