Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ixgbe/
HDixgbe_vf.c81 hw->mac.ops.set_vfta = ixgbe_set_vfta_vf; in ixgbe_init_ops_vf()
HDixgbe_x540.c114 mac->ops.set_vfta = ixgbe_set_vfta_generic; in ixgbe_init_ops_X540()
HDixgbe_82598.c148 mac->ops.set_vfta = ixgbe_set_vfta_82598; in ixgbe_init_ops_82598()
HDixgbe_api.c1111 return ixgbe_call_func(hw, hw->mac.ops.set_vfta, (hw, vlan, vind, in ixgbe_set_vfta()
HDif_ixv.c1574 while (hw->mac.ops.set_vfta(hw, vid, 0, true, false)) { in ixv_setup_vlan_support()
HDixgbe_82599.c364 mac->ops.set_vfta = ixgbe_set_vfta_generic; in ixgbe_init_ops_82599()
HDixgbe_type.h4080 s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool, bool); member
HDixgbe_common.c131 mac->ops.set_vfta = NULL; in ixgbe_init_ops_generic()