1ae06c70bSJeff Kirsher /* SPDX-License-Identifier: GPL-2.0 */ 2*51dce24bSJeff Kirsher /* Copyright(c) 1999 - 2018 Intel Corporation. */ 36a14ee0cSDon Skidmore 46a14ee0cSDon Skidmore #include "ixgbe_type.h" 56a14ee0cSDon Skidmore 66a14ee0cSDon Skidmore s32 ixgbe_get_invariants_X540(struct ixgbe_hw *hw); 76a14ee0cSDon Skidmore s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed, 86a14ee0cSDon Skidmore bool autoneg_wait_to_complete); 96a14ee0cSDon Skidmore s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw); 106a14ee0cSDon Skidmore s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw); 116a14ee0cSDon Skidmore enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw); 126a14ee0cSDon Skidmore s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed, 136a14ee0cSDon Skidmore bool autoneg_wait_to_complete); 146a14ee0cSDon Skidmore s32 ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index); 156a14ee0cSDon Skidmore s32 ixgbe_blink_led_stop_X540(struct ixgbe_hw *hw, u32 index); 166a14ee0cSDon Skidmore s32 ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask); 176a14ee0cSDon Skidmore void ixgbe_release_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask); 18dbd15b8fSDon Skidmore void ixgbe_init_swfw_sync_X540(struct ixgbe_hw *hw); 196a14ee0cSDon Skidmore s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw); 20