Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c147 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_X540()
853 .clear_vmdq = &ixgbe_clear_vmdq_generic,
H A Dixgbe_82599.c1065 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_82599()
2194 .clear_vmdq = &ixgbe_clear_vmdq_generic,
H A Dixgbe_82598.c1140 .clear_vmdq = &ixgbe_clear_vmdq_82598,
H A Dixgbe_common.c1907 hw->mac.ops.clear_vmdq(hw, index, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_clear_rar_generic()
1944 hw->mac.ops.clear_vmdq(hw, 0, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_init_rx_addrs_generic()
H A Dixgbe_type.h3458 s32 (*clear_vmdq)(struct ixgbe_hw *, u32, u32); member
H A Dixgbe_x550.c3820 .clear_vmdq = &ixgbe_clear_vmdq_generic, \