Searched refs:clear_vfta (Results 1 – 10 of 10) sorted by relevance
70 s32 (*clear_vfta)(struct ixgbe_hw *); member
179 void (*clear_vfta)(struct e1000_hw *); member
763 mac->ops.clear_vfta(hw); in e1000_init_hw_80003es2lan()1364 .clear_vfta = e1000_clear_vfta_generic,
456 void (*clear_vfta)(struct e1000_hw *); member
1104 mac->ops.clear_vfta(hw); in e1000_init_hw_82571()1892 .clear_vfta = e1000_clear_vfta_82571,
843 .clear_vfta = &ixgbe_clear_vfta_generic,
1300 .clear_vfta = &ixgbe_clear_vfta_82598,
2275 .clear_vfta = &ixgbe_clear_vfta_generic,
2865 s32 (*clear_vfta)(struct ixgbe_hw *); member
267 hw->mac.ops.clear_vfta(hw); in ixgbe_start_hw_generic()