Searched refs:clear_vfta (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.2-release/sys/dev/e1000/
H A De1000_82542.c135 mac->ops.clear_vfta = e1000_clear_vfta_generic;
253 mac->ops.clear_vfta(hw);
H A De1000_vf.h203 void (*clear_vfta)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_82540.c230 mac->ops.clear_vfta = e1000_clear_vfta_generic;
349 mac->ops.clear_vfta(hw);
H A De1000_api.c528 if (hw->mac.ops.clear_vfta)
529 hw->mac.ops.clear_vfta(hw);
H A De1000_80003es2lan.c249 mac->ops.clear_vfta = e1000_clear_vfta_generic;
898 mac->ops.clear_vfta(hw);
H A De1000_82541.c262 mac->ops.clear_vfta = e1000_clear_vfta_generic;
403 mac->ops.clear_vfta(hw);
H A De1000_82543.c247 mac->ops.clear_vfta = e1000_clear_vfta_generic;
969 mac->ops.clear_vfta(hw);
H A De1000_82571.c352 mac->ops.clear_vfta = e1000_clear_vfta_82571;
1209 mac->ops.clear_vfta(hw);
H A De1000_82575.c484 mac->ops.clear_vfta = e1000_clear_vfta_i350;
489 mac->ops.clear_vfta = e1000_clear_vfta_generic;
1496 mac->ops.clear_vfta(hw);
H A De1000_hw.h687 void (*clear_vfta)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_mac.c78 mac->ops.clear_vfta = e1000_null_mac_generic;
/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe_vf.c81 hw->mac.ops.clear_vfta = NULL;
H A Dixgbe_x540.c115 mac->ops.clear_vfta = ixgbe_clear_vfta_generic;
H A Dixgbe_82598.c150 mac->ops.clear_vfta = ixgbe_clear_vfta_82598;
H A Dixgbe_api.c1048 return ixgbe_call_func(hw, hw->mac.ops.clear_vfta, (hw),
H A Dixgbe_82599.c365 mac->ops.clear_vfta = ixgbe_clear_vfta_generic;
H A Dixgbe_common.c129 mac->ops.clear_vfta = NULL;
385 hw->mac.ops.clear_vfta(hw);
H A Dixgbe_type.h3686 s32 (*clear_vfta)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations

Completed in 262 milliseconds