2018-08-09 11:59:11 +03:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
|
|
|
|
|
/* Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved */
|
2017-03-28 17:24:12 +02: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 17:24:13 +02:00
|
|
|
#define MLXSW_SP_DPIPE_TABLE_NAME_ERIF "mlxsw_erif"
|
2017-08-24 08:40:06 +02:00
|
|
|
#define MLXSW_SP_DPIPE_TABLE_NAME_HOST4 "mlxsw_host4"
|
2017-08-31 17:59:14 +02:00
|
|
|
#define MLXSW_SP_DPIPE_TABLE_NAME_HOST6 "mlxsw_host6"
|
2017-09-25 10:32:26 +02:00
|
|
|
#define MLXSW_SP_DPIPE_TABLE_NAME_ADJ "mlxsw_adj"
|
2017-03-28 17:24:13 +02:00
|
|
|
|
2017-03-28 17:24:12 +02:00
|
|
|
#endif /* _MLXSW_PIPELINE_H_*/
|