xref: /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ixgbe_x540.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/* Copyright(c) 1999 - 2018 Intel Corporation. */
362306a36Sopenharmony_ci
462306a36Sopenharmony_ci#include "ixgbe_type.h"
562306a36Sopenharmony_ci
662306a36Sopenharmony_cis32 ixgbe_get_invariants_X540(struct ixgbe_hw *hw);
762306a36Sopenharmony_cis32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
862306a36Sopenharmony_ci			      bool autoneg_wait_to_complete);
962306a36Sopenharmony_cis32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw);
1062306a36Sopenharmony_cis32 ixgbe_start_hw_X540(struct ixgbe_hw *hw);
1162306a36Sopenharmony_cienum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw);
1262306a36Sopenharmony_cis32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
1362306a36Sopenharmony_ci			      bool autoneg_wait_to_complete);
1462306a36Sopenharmony_cis32 ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index);
1562306a36Sopenharmony_cis32 ixgbe_blink_led_stop_X540(struct ixgbe_hw *hw, u32 index);
1662306a36Sopenharmony_cis32 ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
1762306a36Sopenharmony_civoid ixgbe_release_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
1862306a36Sopenharmony_civoid ixgbe_init_swfw_sync_X540(struct ixgbe_hw *hw);
1962306a36Sopenharmony_cis32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw);
20

Indexes created Thu Nov 07 10:32:03 CST 2024