ixgbe_x540.h 928 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /* Copyright(c) 1999 - 2018 Intel Corporation. */
  3. #include "ixgbe_type.h"
  4. s32 ixgbe_get_invariants_X540(struct ixgbe_hw *hw);
  5. s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
  6. bool autoneg_wait_to_complete);
  7. s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw);
  8. s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw);
  9. enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw);
  10. s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
  11. bool autoneg_wait_to_complete);
  12. s32 ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index);
  13. s32 ixgbe_blink_led_stop_X540(struct ixgbe_hw *hw, u32 index);
  14. s32 ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
  15. void ixgbe_release_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
  16. void ixgbe_init_swfw_sync_X540(struct ixgbe_hw *hw);
  17. s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw);