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

  /src/sys/dev/pci/ixgbe/
ixgbe_vf.c 92 hw->mac.ops.set_vfta = ixgbe_set_vfta_vf;
ixgbe_82598.c 154 mac->ops.set_vfta = ixgbe_set_vfta_82598;
ixgbe_api.c 1086 return ixgbe_call_func(hw, hw->mac.ops.set_vfta, (hw, vlan, vind,
ixgbe_x540.c 119 mac->ops.set_vfta = ixgbe_set_vfta_generic;
ixv.c 2207 while ((rv = hw->mac.ops.set_vfta(hw, vid, 0, TRUE,
2272 error = hw->mac.ops.set_vfta(hw, vtag, 0, true, false);
2302 error = hw->mac.ops.set_vfta(hw, vtag, 0, false, false);
ixgbe_82599.c 371 mac->ops.set_vfta = ixgbe_set_vfta_generic;
ixgbe.c 2470 error = sc->hw.mac.ops.set_vfta(&sc->hw, vtag, 0, true,
2497 error = sc->hw.mac.ops.set_vfta(&sc->hw, vtag, 0, false,
ixgbe_type.h 4089 s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool, bool); member in struct:ixgbe_mac_operations
ixgbe_common.c 137 mac->ops.set_vfta = NULL;

Completed in 56 milliseconds