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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82542.c136 mac->ops.clear_vfta = e1000_clear_vfta_generic;
255 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.c540 if (hw->mac.ops.clear_vfta)
541 hw->mac.ops.clear_vfta(hw);
H A De1000_80003es2lan.c249 mac->ops.clear_vfta = e1000_clear_vfta_generic;
904 mac->ops.clear_vfta(hw);
H A De1000_82541.c257 mac->ops.clear_vfta = e1000_clear_vfta_generic;
398 mac->ops.clear_vfta(hw);
H A De1000_82543.c246 mac->ops.clear_vfta = e1000_clear_vfta_generic;
968 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.c489 mac->ops.clear_vfta = e1000_clear_vfta_i350;
494 mac->ops.clear_vfta = e1000_clear_vfta_generic;
1508 mac->ops.clear_vfta(hw);
H A De1000_hw.h697 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;
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c81 hw->mac.ops.clear_vfta = NULL;
H A Dixgbe_x540.c114 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.c1052 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;
389 hw->mac.ops.clear_vfta(hw);
H A Dixgbe_type.h3717 s32 (*clear_vfta)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations

Completed in 180 milliseconds