Searched refs:vfta_offset (Results 1 – 3 of 3) sorted by relevance
1277 u32 vfta_offset = 0; in e1000_clear_vfta_82571() local1291 vfta_offset = (hw->mng_cookie.vlan_id >> in e1000_clear_vfta_82571()1307 vfta_value = (offset == vfta_offset) ? vfta_bit_in_reg : 0; in e1000_clear_vfta_82571()
5112 static void igb_scrub_vfta(struct igb_adapter *adapter, u32 vfta_offset) in igb_scrub_vfta() argument5116 u32 vid_start = vfta_offset * 32; in igb_scrub_vfta()5158 vid = (vfta_offset + i) * 32; in igb_scrub_vfta()5164 hw->mac.ops.write_vfta(hw, vfta_offset + i, vfta[i]); in igb_scrub_vfta()
4607 static void ixgbe_scrub_vfta(struct ixgbe_adapter *adapter, u32 vfta_offset) in ixgbe_scrub_vfta() argument4611 u32 vid_start = vfta_offset * 32; in ixgbe_scrub_vfta()4643 vid = (vfta_offset + i) * 32; in ixgbe_scrub_vfta()4649 IXGBE_WRITE_REG(hw, IXGBE_VFTA(vfta_offset + i), vfta[i]); in ixgbe_scrub_vfta()