Linux Audio

Check our new training course

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