Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
0002 /* Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved */
0003 
0004 #ifndef _MLXSW_PIPELINE_H_
0005 #define _MLXSW_PIPELINE_H_
0006 
0007 int mlxsw_sp_dpipe_init(struct mlxsw_sp *mlxsw_sp);
0008 void mlxsw_sp_dpipe_fini(struct mlxsw_sp *mlxsw_sp);
0009 
0010 #define MLXSW_SP_DPIPE_TABLE_NAME_ERIF "mlxsw_erif"
0011 #define MLXSW_SP_DPIPE_TABLE_NAME_HOST4 "mlxsw_host4"
0012 #define MLXSW_SP_DPIPE_TABLE_NAME_HOST6 "mlxsw_host6"
0013 #define MLXSW_SP_DPIPE_TABLE_NAME_ADJ "mlxsw_adj"
0014 
0015 #endif /* _MLXSW_PIPELINE_H_*/