162306a36Sopenharmony_ci/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
262306a36Sopenharmony_ci/* Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved */
362306a36Sopenharmony_ci
462306a36Sopenharmony_ci#ifndef _MLXSW_PIPELINE_H_
562306a36Sopenharmony_ci#define _MLXSW_PIPELINE_H_
662306a36Sopenharmony_ci
762306a36Sopenharmony_ciint mlxsw_sp_dpipe_init(struct mlxsw_sp *mlxsw_sp);
862306a36Sopenharmony_civoid mlxsw_sp_dpipe_fini(struct mlxsw_sp *mlxsw_sp);
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#define MLXSW_SP_DPIPE_TABLE_NAME_ERIF "mlxsw_erif"
1162306a36Sopenharmony_ci#define MLXSW_SP_DPIPE_TABLE_NAME_HOST4 "mlxsw_host4"
1262306a36Sopenharmony_ci#define MLXSW_SP_DPIPE_TABLE_NAME_HOST6 "mlxsw_host6"
1362306a36Sopenharmony_ci#define MLXSW_SP_DPIPE_TABLE_NAME_ADJ "mlxsw_adj"
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ci#endif /* _MLXSW_PIPELINE_H_*/
16