18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved */ 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ci#ifndef _MLXSW_PIPELINE_H_ 58c2ecf20Sopenharmony_ci#define _MLXSW_PIPELINE_H_ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciint mlxsw_sp_dpipe_init(struct mlxsw_sp *mlxsw_sp); 88c2ecf20Sopenharmony_civoid mlxsw_sp_dpipe_fini(struct mlxsw_sp *mlxsw_sp); 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#define MLXSW_SP_DPIPE_TABLE_NAME_ERIF "mlxsw_erif" 118c2ecf20Sopenharmony_ci#define MLXSW_SP_DPIPE_TABLE_NAME_HOST4 "mlxsw_host4" 128c2ecf20Sopenharmony_ci#define MLXSW_SP_DPIPE_TABLE_NAME_HOST6 "mlxsw_host6" 138c2ecf20Sopenharmony_ci#define MLXSW_SP_DPIPE_TABLE_NAME_ADJ "mlxsw_adj" 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif /* _MLXSW_PIPELINE_H_*/ 16