Home
last modified time | relevance | path

Searched refs:set_vfta (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_hv_vf.c224 hw->mac.ops.set_vfta = ixgbevf_hv_set_vfta_vf; in ixgbevf_hv_init_ops_vf()
H A Dixgbe_vf.c50 hw->mac.ops.set_vfta = ixgbe_set_vfta_vf; in ixgbe_init_ops_vf()
H A Dixgbe_x540.c83 mac->ops.set_vfta = ixgbe_set_vfta_generic; in ixgbe_init_ops_X540()
H A Dixgbe_82598.c118 mac->ops.set_vfta = ixgbe_set_vfta_82598; in ixgbe_init_ops_82598()
H A Dixgbe_api.c1079 return ixgbe_call_func(hw, hw->mac.ops.set_vfta, (hw, vlan, vind, in ixgbe_set_vfta()
H A Dixgbe_82599.c330 mac->ops.set_vfta = ixgbe_set_vfta_generic; in ixgbe_init_ops_82599()
H A Dixgbe_type.h3986 s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool, bool); member
H A Dixgbe_common.c101 mac->ops.set_vfta = NULL; in ixgbe_init_ops_generic()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h501 s32 (*set_vfta)(struct txgbe_hw *hw, u32 vlan, member
H A Dtxgbe_dummy.h596 hw->mac.set_vfta = txgbe_mac_set_vfta_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2829 mac->set_vfta = txgbe_set_vfta; in txgbe_init_ops_pf()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c532 return hw->mac.set_vfta(hw, vid, vf, (bool)add, false); in txgbe_vf_set_vlan()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c551 return hw->mac.ops.set_vfta(hw, vid, vf, (bool)add, false); in ixgbe_vf_set_vlan()
H A Drte_pmd_ixgbe.c489 ret = hw->mac.ops.set_vfta(hw, vlan, vf_idx, in rte_pmd_ixgbe_set_vf_vlan_filter()