Loading...
1/* SPDX-License-Identifier: GPL-2.0 */
2/* Copyright(c) 1999 - 2018 Intel Corporation. */
3
4#include "ixgbe_type.h"
5
6s32 ixgbe_get_invariants_X540(struct ixgbe_hw *hw);
7s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
8 bool autoneg_wait_to_complete);
9s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw);
10s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw);
11enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw);
12s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
13 bool autoneg_wait_to_complete);
14s32 ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index);
15s32 ixgbe_blink_led_stop_X540(struct ixgbe_hw *hw, u32 index);
16s32 ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
17void ixgbe_release_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
18void ixgbe_init_swfw_sync_X540(struct ixgbe_hw *hw);
19s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw);
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
28s32 ixgbe_get_invariants_X540(struct ixgbe_hw *hw);
29s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
30 bool autoneg_wait_to_complete);
31s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw);
32s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw);
33enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw);
34s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
35 bool autoneg_wait_to_complete);
36s32 ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index);
37s32 ixgbe_blink_led_stop_X540(struct ixgbe_hw *hw, u32 index);
38s32 ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
39void ixgbe_release_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
40void ixgbe_init_swfw_sync_X540(struct ixgbe_hw *hw);
41s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw);