Searched refs:clear_vfta (Results 1 – 12 of 12) sorted by relevance
155 void (*clear_vfta)(struct e1000_hw *); member
45 s32 (*clear_vfta)(struct ixgbe_hw *); member
745 mac->ops.clear_vfta(hw); in e1000_init_hw_80003es2lan()1353 .clear_vfta = e1000_clear_vfta_generic,
504 void (*clear_vfta)(struct e1000_hw *); member
1082 mac->ops.clear_vfta(hw); in e1000_init_hw_82571()1869 .clear_vfta = e1000_clear_vfta_82571,
865 .clear_vfta = &ixgbe_clear_vfta_generic,
1146 .clear_vfta = &ixgbe_clear_vfta_82598,
2203 .clear_vfta = &ixgbe_clear_vfta_generic,
3936 .clear_vfta = ixgbe_clear_vfta_generic,
3545 int (*clear_vfta)(struct ixgbe_hw *); member
286 hw->mac.ops.clear_vfta(hw); in ixgbe_start_hw_generic()
3943 .clear_vfta = &ixgbe_clear_vfta_generic, \
Completed in 69 milliseconds