Home
last modified time | relevance | path

Searched refs:clear_vmdq (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/sys/dev/ixgbe/
Dixgbe_x540.c110 mac->ops.clear_vmdq = ixgbe_clear_vmdq_generic; in ixgbe_init_ops_X540()
284 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_X540()
Dixgbe_82599.c360 mac->ops.clear_vmdq = ixgbe_clear_vmdq_generic; in ixgbe_init_ops_82599()
1191 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_82599()
Dixgbe_82598.c147 mac->ops.clear_vmdq = ixgbe_clear_vmdq_82598; in ixgbe_init_ops_82598()
Dixgbe_api.c950 return ixgbe_call_func(hw, hw->mac.ops.clear_vmdq, (hw, rar, vmdq), in ixgbe_clear_vmdq()
Dixgbe_common.c124 mac->ops.clear_vmdq = NULL; in ixgbe_init_ops_generic()
2456 hw->mac.ops.clear_vmdq(hw, index, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_clear_rar_generic()
2504 hw->mac.ops.clear_vmdq(hw, 0, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_init_rx_addrs_generic()
Dixgbe_type.h3903 s32 (*clear_vmdq)(struct ixgbe_hw *, u32, u32); member