a33776552bc1fffbebd43751fdf150bbdc483d2c
[dpdk.git] / drivers / net / ngbe / base / ngbe_hw.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2018-2021 Beijing WangXun Technology Co., Ltd.
3  * Copyright(c) 2010-2017 Intel Corporation
4  */
5
6 #ifndef _NGBE_HW_H_
7 #define _NGBE_HW_H_
8
9 #include "ngbe_type.h"
10
11 void ngbe_set_lan_id_multi_port(struct ngbe_hw *hw);
12
13 s32 ngbe_init_shared_code(struct ngbe_hw *hw);
14 s32 ngbe_set_mac_type(struct ngbe_hw *hw);
15 s32 ngbe_init_ops_pf(struct ngbe_hw *hw);
16 void ngbe_map_device_id(struct ngbe_hw *hw);
17
18 #endif /* _NGBE_HW_H_ */