@@ -215,8 +215,8 @@ static int mlxsw_sp_erif_entry_get(struct mlxsw_sp *mlxsw_sp,
215
215
}
216
216
217
217
static int
218
- mlxsw_sp_table_erif_entries_dump (void * priv , bool counters_enabled ,
219
- struct devlink_dpipe_dump_ctx * dump_ctx )
218
+ mlxsw_sp_dpipe_table_erif_entries_dump (void * priv , bool counters_enabled ,
219
+ struct devlink_dpipe_dump_ctx * dump_ctx )
220
220
{
221
221
struct devlink_dpipe_value match_value , action_value ;
222
222
struct devlink_dpipe_action action = {0 };
@@ -279,7 +279,7 @@ mlxsw_sp_table_erif_entries_dump(void *priv, bool counters_enabled,
279
279
return err ;
280
280
}
281
281
282
- static int mlxsw_sp_table_erif_counters_update (void * priv , bool enable )
282
+ static int mlxsw_sp_dpipe_table_erif_counters_update (void * priv , bool enable )
283
283
{
284
284
struct mlxsw_sp * mlxsw_sp = priv ;
285
285
int i ;
@@ -304,8 +304,8 @@ static int mlxsw_sp_table_erif_counters_update(void *priv, bool enable)
304
304
static struct devlink_dpipe_table_ops mlxsw_sp_erif_ops = {
305
305
.matches_dump = mlxsw_sp_dpipe_table_erif_matches_dump ,
306
306
.actions_dump = mlxsw_sp_dpipe_table_erif_actions_dump ,
307
- .entries_dump = mlxsw_sp_table_erif_entries_dump ,
308
- .counters_set_update = mlxsw_sp_table_erif_counters_update ,
307
+ .entries_dump = mlxsw_sp_dpipe_table_erif_entries_dump ,
308
+ .counters_set_update = mlxsw_sp_dpipe_table_erif_counters_update ,
309
309
};
310
310
311
311
static int mlxsw_sp_dpipe_erif_table_init (struct mlxsw_sp * mlxsw_sp )
0 commit comments