hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.h
....@@ -4,23 +4,8 @@
44 #ifndef _MLXSW_PIPELINE_H_
55 #define _MLXSW_PIPELINE_H_
66
7
-#if IS_ENABLED(CONFIG_NET_DEVLINK)
8
-
97 int mlxsw_sp_dpipe_init(struct mlxsw_sp *mlxsw_sp);
108 void mlxsw_sp_dpipe_fini(struct mlxsw_sp *mlxsw_sp);
11
-
12
-#else
13
-
14
-static inline int mlxsw_sp_dpipe_init(struct mlxsw_sp *mlxsw_sp)
15
-{
16
- return 0;
17
-}
18
-
19
-static inline void mlxsw_sp_dpipe_fini(struct mlxsw_sp *mlxsw_sp)
20
-{
21
-}
22
-
23
-#endif
249
2510 #define MLXSW_SP_DPIPE_TABLE_NAME_ERIF "mlxsw_erif"
2611 #define MLXSW_SP_DPIPE_TABLE_NAME_HOST4 "mlxsw_host4"