1 /*******************************************************************************
3 Intel 10 Gigabit PCI Express Linux driver
4 Copyright(c) 1999 - 2012 Intel Corporation.
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.
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
15 You should have received a copy of the GNU General Public License along with
16 this program; if not, write to the Free Software Foundation, Inc.,
17 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
19 The full GNU General Public License is included in this distribution in
20 the file called "LICENSE.GPL".
23 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
24 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
26 *******************************************************************************/
28 #ifndef _IXGBE_82598_H_
29 #define _IXGBE_82598_H_
31 u32 ixgbe_get_pcie_msix_count_82598(struct ixgbe_hw *hw);
32 s32 ixgbe_fc_enable_82598(struct ixgbe_hw *hw);
33 s32 ixgbe_start_hw_82598(struct ixgbe_hw *hw);
34 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
35 s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on);
36 s32 ixgbe_read_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 *val);
37 s32 ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val);
38 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
40 u32 ixgbe_get_supported_physical_layer_82598(struct ixgbe_hw *hw);
41 s32 ixgbe_init_phy_ops_82598(struct ixgbe_hw *hw);
42 void ixgbe_set_lan_id_multi_port_pcie_82598(struct ixgbe_hw *hw);
43 void ixgbe_set_pcie_completion_timeout(struct ixgbe_hw *hw);
44 #endif /* _IXGBE_82598_H_ */