]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/drivers/net/ixgbe/base/ixgbe_82598.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / drivers / net / ixgbe / base / ixgbe_82598.h
CommitLineData
9f95a23c
TL
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2001-2018
3 */
7c673cae
FG
4
5#ifndef _IXGBE_82598_H_
6#define _IXGBE_82598_H_
7
8u32 ixgbe_get_pcie_msix_count_82598(struct ixgbe_hw *hw);
9s32 ixgbe_fc_enable_82598(struct ixgbe_hw *hw);
10s32 ixgbe_start_hw_82598(struct ixgbe_hw *hw);
11void ixgbe_enable_relaxed_ordering_82598(struct ixgbe_hw *hw);
12s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
13s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
14 bool vlvf_bypass);
15s32 ixgbe_read_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 *val);
16s32 ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val);
17s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
18 u8 *eeprom_data);
11fdf7f2 19u64 ixgbe_get_supported_physical_layer_82598(struct ixgbe_hw *hw);
7c673cae
FG
20s32 ixgbe_init_phy_ops_82598(struct ixgbe_hw *hw);
21void ixgbe_set_lan_id_multi_port_pcie_82598(struct ixgbe_hw *hw);
22void ixgbe_set_pcie_completion_timeout(struct ixgbe_hw *hw);
23s32 ixgbe_enable_rx_dma_82598(struct ixgbe_hw *hw, u32 regval);
24#endif /* _IXGBE_82598_H_ */