Searched refs:set_vfta (Results 1 – 20 of 20) sorted by relevance
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_hv_vf.c | 225 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()
|
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_dummy.h | 318 hw->mac.set_vfta = ngbe_mac_set_vfta_dummy; in ngbe_init_ops_dummy()
|
| H A D | ngbe_type.h | 302 s32 (*set_vfta)(struct ngbe_hw *hw, u32 vlan, member
|
| H A D | ngbe_hw.c | 1924 mac->set_vfta = ngbe_set_vfta; in ngbe_init_ops_pf()
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_vf.c | 39 mac->set_vfta = txgbe_set_vfta_vf; in txgbe_init_ops_vf()
|
| H A D | txgbe_dummy.h | 601 hw->mac.set_vfta = txgbe_mac_set_vfta_dummy; in txgbe_init_ops_dummy()
|
| H A D | txgbe_type.h | 572 s32 (*set_vfta)(struct txgbe_hw *hw, u32 vlan, member
|
| H A D | txgbe_hw.c | 2683 mac->set_vfta = txgbe_set_vfta; in txgbe_init_ops_pf()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev_vf.c | 819 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 D | txgbe_pf.c | 531 return hw->mac.set_vfta(hw, vid, vf, (bool)add, false); in txgbe_vf_set_vlan()
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_pf.c | 443 return hw->mac.set_vfta(hw, vid, vf, (bool)add, false); in ngbe_vf_set_vlan()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 548 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()
|