Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_hv_vf.c225 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()
/dpdk/drivers/net/ngbe/base/
H A Dngbe_dummy.h318 hw->mac.set_vfta = ngbe_mac_set_vfta_dummy; in ngbe_init_ops_dummy()
H A Dngbe_type.h302 s32 (*set_vfta)(struct ngbe_hw *hw, u32 vlan, member
H A Dngbe_hw.c1924 mac->set_vfta = ngbe_set_vfta; in ngbe_init_ops_pf()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_vf.c39 mac->set_vfta = txgbe_set_vfta_vf; in txgbe_init_ops_vf()
H A Dtxgbe_dummy.h601 hw->mac.set_vfta = txgbe_mac_set_vfta_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_type.h572 s32 (*set_vfta)(struct txgbe_hw *hw, u32 vlan, member
H A Dtxgbe_hw.c2683 mac->set_vfta = txgbe_set_vfta; in txgbe_init_ops_pf()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev_vf.c819 hw->mac.set_vfta(hw, (i << 5) + j, 0, in txgbevf_set_vfta_all()
839 ret = hw->mac.set_vfta(hw, vlan_id, 0, !!on, false); in txgbevf_vlan_filter_set()
H A Dtxgbe_pf.c531 return hw->mac.set_vfta(hw, vid, vf, (bool)add, false); in txgbe_vf_set_vlan()
/dpdk/drivers/net/ngbe/
H A Dngbe_pf.c443 return hw->mac.set_vfta(hw, vid, vf, (bool)add, false); in ngbe_vf_set_vlan()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c548 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()