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

/freebsd-12-stable/sys/dev/e1000/
H A De1000_82542.c137 mac->ops.clear_vfta = e1000_clear_vfta_generic;
256 mac->ops.clear_vfta(hw);
H A De1000_vf.h204 void (*clear_vfta)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_82540.c231 mac->ops.clear_vfta = e1000_clear_vfta_generic;
350 mac->ops.clear_vfta(hw);
H A De1000_api.c581 if (hw->mac.ops.clear_vfta)
582 hw->mac.ops.clear_vfta(hw);
H A De1000_80003es2lan.c248 mac->ops.clear_vfta = e1000_clear_vfta_generic;
832 mac->ops.clear_vfta(hw);
H A De1000_82541.c258 mac->ops.clear_vfta = e1000_clear_vfta_generic;
399 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.c349 mac->ops.clear_vfta = e1000_clear_vfta_82571;
1089 mac->ops.clear_vfta(hw);
H A De1000_82575.c487 mac->ops.clear_vfta = e1000_clear_vfta_i350;
492 mac->ops.clear_vfta = e1000_clear_vfta_generic;
1426 mac->ops.clear_vfta(hw);
H A De1000_hw.h730 void (*clear_vfta)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_mac.c79 mac->ops.clear_vfta = e1000_null_mac_generic;
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_vf.c82 hw->mac.ops.clear_vfta = NULL;
H A Dixgbe_82598.c151 mac->ops.clear_vfta = ixgbe_clear_vfta_82598;
H A Dixgbe_api.c1064 return ixgbe_call_func(hw, hw->mac.ops.clear_vfta, (hw),
H A Dixgbe_x540.c116 mac->ops.clear_vfta = ixgbe_clear_vfta_generic;
H A Dixgbe_82599.c366 mac->ops.clear_vfta = ixgbe_clear_vfta_generic;
H A Dixgbe_common.c131 mac->ops.clear_vfta = NULL;
410 hw->mac.ops.clear_vfta(hw);
H A Dixgbe_type.h3966 s32 (*clear_vfta)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations

Completed in 131 milliseconds