Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Copyright(c) 1999 - 2018 Intel Corporation. */
0003 
0004 #include "ixgbe_type.h"
0005 
0006 s32 ixgbe_get_invariants_X540(struct ixgbe_hw *hw);
0007 s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
0008                   bool autoneg_wait_to_complete);
0009 s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw);
0010 s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw);
0011 enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw);
0012 s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
0013                   bool autoneg_wait_to_complete);
0014 s32 ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index);
0015 s32 ixgbe_blink_led_stop_X540(struct ixgbe_hw *hw, u32 index);
0016 s32 ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
0017 void ixgbe_release_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
0018 void ixgbe_init_swfw_sync_X540(struct ixgbe_hw *hw);
0019 s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw);