Searched refs:ixgbe_clear_vfta_generic (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_common.h145 s32 ixgbe_clear_vfta_generic(struct ixgbe_hw *hw);
H A Dixgbe_x540.c116 mac->ops.clear_vfta = ixgbe_clear_vfta_generic;
H A Dixgbe_82599.c366 mac->ops.clear_vfta = ixgbe_clear_vfta_generic;
H A Dixgbe_common.c4119 * ixgbe_clear_vfta_generic - Clear VLAN filter table
4124 s32 ixgbe_clear_vfta_generic(struct ixgbe_hw *hw) function
4128 DEBUGFUNC("ixgbe_clear_vfta_generic");

Completed in 121 milliseconds