net/txgbe: add MAC type and bus LAN id
[dpdk.git] / drivers / net / txgbe / base / txgbe_hw.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2015-2020
3  */
4
5 #ifndef _TXGBE_HW_H_
6 #define _TXGBE_HW_H_
7
8 #include "txgbe_type.h"
9
10 void txgbe_set_lan_id_multi_port(struct txgbe_hw *hw);
11
12 s32 txgbe_init_shared_code(struct txgbe_hw *hw);
13 s32 txgbe_set_mac_type(struct txgbe_hw *hw);
14 s32 txgbe_init_ops_pf(struct txgbe_hw *hw);
15
16 #endif /* _TXGBE_HW_H_ */