Searched refs:set_vfta (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/sys/dev/ixgbe/ |
| HD | ixgbe_vf.c | 81 hw->mac.ops.set_vfta = ixgbe_set_vfta_vf; in ixgbe_init_ops_vf()
|
| HD | ixgbe_x540.c | 114 mac->ops.set_vfta = ixgbe_set_vfta_generic; in ixgbe_init_ops_X540()
|
| HD | ixgbe_82598.c | 148 mac->ops.set_vfta = ixgbe_set_vfta_82598; in ixgbe_init_ops_82598()
|
| HD | ixgbe_api.c | 1111 return ixgbe_call_func(hw, hw->mac.ops.set_vfta, (hw, vlan, vind, in ixgbe_set_vfta()
|
| HD | if_ixv.c | 1574 while (hw->mac.ops.set_vfta(hw, vid, 0, true, false)) { in ixv_setup_vlan_support()
|
| HD | ixgbe_82599.c | 364 mac->ops.set_vfta = ixgbe_set_vfta_generic; in ixgbe_init_ops_82599()
|
| HD | ixgbe_type.h | 4080 s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool, bool); member
|
| HD | ixgbe_common.c | 131 mac->ops.set_vfta = NULL; in ixgbe_init_ops_generic()
|