Searched refs:clear_vmdq (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x540.c | 147 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_X540() 853 .clear_vmdq = &ixgbe_clear_vmdq_generic,
|
D | ixgbe_82599.c | 1066 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_82599() 2195 .clear_vmdq = &ixgbe_clear_vmdq_generic,
|
D | ixgbe_82598.c | 1140 .clear_vmdq = &ixgbe_clear_vmdq_82598,
|
D | ixgbe_common.c | 1920 hw->mac.ops.clear_vmdq(hw, index, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_clear_rar_generic() 1957 hw->mac.ops.clear_vmdq(hw, 0, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_init_rx_addrs_generic()
|
D | ixgbe_type.h | 3458 s32 (*clear_vmdq)(struct ixgbe_hw *, u32, u32); member
|
D | ixgbe_x550.c | 3868 .clear_vmdq = &ixgbe_clear_vmdq_generic, \
|