2019-09-26 14:02:08 +00:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
2021-04-07 09:19:13 +00:00
|
|
|
* Copyright(c) 2018-2021 HiSilicon Limited.
|
2019-09-26 14:02:08 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _HNS3_MP_H_
|
|
|
|
#define _HNS3_MP_H_
|
|
|
|
|
|
|
|
void hns3_mp_req_start_rxtx(struct rte_eth_dev *dev);
|
|
|
|
void hns3_mp_req_stop_rxtx(struct rte_eth_dev *dev);
|
2020-07-04 10:09:48 +00:00
|
|
|
int hns3_mp_init_primary(void);
|
2019-09-26 14:02:08 +00:00
|
|
|
void hns3_mp_uninit_primary(void);
|
2020-07-04 10:09:48 +00:00
|
|
|
int hns3_mp_init_secondary(void);
|
2019-09-26 14:02:08 +00:00
|
|
|
|
|
|
|
#endif /* _HNS3_MP_H_ */
|