Searched refs:vfta_offset (Results 1 – 3 of 3) sorted by relevance
1276 u32 vfta_offset = 0; in e1000_clear_vfta_82571() local1290 vfta_offset = (hw->mng_cookie.vlan_id >> in e1000_clear_vfta_82571()1306 vfta_value = (offset == vfta_offset) ? vfta_bit_in_reg : 0; in e1000_clear_vfta_82571()
5200 static void igb_scrub_vfta(struct igb_adapter *adapter, u32 vfta_offset) in igb_scrub_vfta() argument5204 u32 vid_start = vfta_offset * 32; in igb_scrub_vfta()5246 vid = (vfta_offset + i) * 32; in igb_scrub_vfta()5252 hw->mac.ops.write_vfta(hw, vfta_offset + i, vfta[i]); in igb_scrub_vfta()
4597 static void ixgbe_scrub_vfta(struct ixgbe_adapter *adapter, u32 vfta_offset) in ixgbe_scrub_vfta() argument4601 u32 vid_start = vfta_offset * 32; in ixgbe_scrub_vfta()4633 vid = (vfta_offset + i) * 32; in ixgbe_scrub_vfta()4639 IXGBE_WRITE_REG(hw, IXGBE_VFTA(vfta_offset + i), vfta[i]); in ixgbe_scrub_vfta()