Aaron Williams | 3bda89d | 2020-12-11 17:05:24 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | /* | ||||
3 | * Copyright (C) 2020 Marvell International Ltd. | ||||
4 | * | ||||
5 | * Helper functions for IPD | ||||
6 | */ | ||||
7 | |||||
8 | #ifndef __CVMX_HELPER_IPD_H__ | ||||
9 | #define __CVMX_HELPER_IPD_H__ | ||||
10 | |||||
11 | void cvmx_helper_ipd_set_wqe_no_ptr_mode(bool mode); | ||||
12 | void cvmx_helper_ipd_pkt_wqe_le_mode(bool mode); | ||||
13 | int __cvmx_helper_ipd_global_setup(void); | ||||
14 | int __cvmx_helper_ipd_setup_interface(int interface); | ||||
15 | |||||
16 | #endif /* __CVMX_HELPER_PKI_H__ */ |