Searched refs:set_vfta (Results 1 – 14 of 14) sorted by relevance
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_hv_vf.c | 224 hw->mac.ops.set_vfta = ixgbevf_hv_set_vfta_vf; in ixgbevf_hv_init_ops_vf()
|
| H A D | ixgbe_vf.c | 50 hw->mac.ops.set_vfta = ixgbe_set_vfta_vf; in ixgbe_init_ops_vf()
|
| H A D | ixgbe_x540.c | 83 mac->ops.set_vfta = ixgbe_set_vfta_generic; in ixgbe_init_ops_X540()
|
| H A D | ixgbe_82598.c | 118 mac->ops.set_vfta = ixgbe_set_vfta_82598; in ixgbe_init_ops_82598()
|
| H A D | ixgbe_api.c | 1079 return ixgbe_call_func(hw, hw->mac.ops.set_vfta, (hw, vlan, vind, in ixgbe_set_vfta()
|
| H A D | ixgbe_82599.c | 330 mac->ops.set_vfta = ixgbe_set_vfta_generic; in ixgbe_init_ops_82599()
|
| H A D | ixgbe_type.h | 3986 s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool, bool); member
|
| H A D | ixgbe_common.c | 101 mac->ops.set_vfta = NULL; in ixgbe_init_ops_generic()
|
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_type.h | 501 s32 (*set_vfta)(struct txgbe_hw *hw, u32 vlan, member
|
| H A D | txgbe_dummy.h | 596 hw->mac.set_vfta = txgbe_mac_set_vfta_dummy; in txgbe_init_ops_dummy()
|
| H A D | txgbe_hw.c | 2829 mac->set_vfta = txgbe_set_vfta; in txgbe_init_ops_pf()
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_pf.c | 532 return hw->mac.set_vfta(hw, vid, vf, (bool)add, false); in txgbe_vf_set_vlan()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 551 return hw->mac.ops.set_vfta(hw, vid, vf, (bool)add, false); in ixgbe_vf_set_vlan()
|
| H A D | rte_pmd_ixgbe.c | 489 ret = hw->mac.ops.set_vfta(hw, vlan, vf_idx, in rte_pmd_ixgbe_set_vf_vlan_filter()
|