1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /******************************************************************************* 3 * 4 * Intel 10 Gigabit PCI Express Linux driver 5 * Copyright(c) 1999 - 2014 Intel Corporation. 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms and conditions of the GNU General Public License, 9 * version 2, as published by the Free Software Foundation. 10 * 11 * This program is distributed in the hope it will be useful, but WITHOUT 12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * The full GNU General Public License is included in this distribution in 17 * the file called "COPYING". 18 * 19 * Contact Information: 20 * Linux NICS <linux.nics@intel.com> 21 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 22 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 23 * 24 *****************************************************************************/ 25 26 #include "ixgbe_type.h" 27 28 s32 ixgbe_get_invariants_X540(struct ixgbe_hw *hw); 29 s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed, 30 bool autoneg_wait_to_complete); 31 s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw); 32 s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw); 33 enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw); 34 s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed, 35 bool autoneg_wait_to_complete); 36 s32 ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index); 37 s32 ixgbe_blink_led_stop_X540(struct ixgbe_hw *hw, u32 index); 38 s32 ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask); 39 void ixgbe_release_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask); 40 void ixgbe_init_swfw_sync_X540(struct ixgbe_hw *hw); 41 s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw); 42