2018-08-09 15:59:11 +07:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
|
|
|
|
/* Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved */
|
2017-03-28 22:24:12 +07:00
|
|
|
|
|
|
|
#ifndef _MLXSW_PIPELINE_H_
|
|
|
|
#define _MLXSW_PIPELINE_H_
|
|
|
|
|
|
|
|
int mlxsw_sp_dpipe_init(struct mlxsw_sp *mlxsw_sp);
|
|
|
|
void mlxsw_sp_dpipe_fini(struct mlxsw_sp *mlxsw_sp);
|
|
|
|
|
2017-03-28 22:24:13 +07:00
|
|
|
#define MLXSW_SP_DPIPE_TABLE_NAME_ERIF "mlxsw_erif"
|
2017-08-24 13:40:06 +07:00
|
|
|
#define MLXSW_SP_DPIPE_TABLE_NAME_HOST4 "mlxsw_host4"
|
2017-08-31 22:59:14 +07:00
|
|
|
#define MLXSW_SP_DPIPE_TABLE_NAME_HOST6 "mlxsw_host6"
|
2017-09-25 15:32:26 +07:00
|
|
|
#define MLXSW_SP_DPIPE_TABLE_NAME_ADJ "mlxsw_adj"
|
2017-03-28 22:24:13 +07:00
|
|
|
|
2017-03-28 22:24:12 +07:00
|
|
|
#endif /* _MLXSW_PIPELINE_H_*/
|