HomeSort by: relevance | last modified time | path
    Searched refs:clear_vfta (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/pci/igc/
igc_hw.h 194 void (*clear_vfta)(struct igc_hw *); member in struct:igc_mac_operations
  /src/sys/dev/pci/ixgbe/
ixgbe_vf.c 91 hw->mac.ops.clear_vfta = NULL;
ixgbe_82598.c 156 mac->ops.clear_vfta = ixgbe_clear_vfta_82598;
ixgbe_api.c 1069 return ixgbe_call_func(hw, hw->mac.ops.clear_vfta, (hw),
ixgbe_x540.c 121 mac->ops.clear_vfta = ixgbe_clear_vfta_generic;
ixgbe_82599.c 373 mac->ops.clear_vfta = ixgbe_clear_vfta_generic;
ixgbe_common.c 136 mac->ops.clear_vfta = NULL;
410 hw->mac.ops.clear_vfta(hw);
ixgbe_type.h 4088 s32 (*clear_vfta)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations

Completed in 27 milliseconds