Lines Matching refs:p_counter_index
199 unsigned int *p_counter_index; in mlxsw_sp_rif_counter_value_get() local
207 p_counter_index = mlxsw_sp_rif_p_counter_get(rif, dir); in mlxsw_sp_rif_counter_value_get()
208 if (!p_counter_index) in mlxsw_sp_rif_counter_value_get()
210 mlxsw_reg_ricnt_pack(ricnt_pl, *p_counter_index, in mlxsw_sp_rif_counter_value_get()
233 unsigned int *p_counter_index; in mlxsw_sp_rif_counter_alloc() local
236 p_counter_index = mlxsw_sp_rif_p_counter_get(rif, dir); in mlxsw_sp_rif_counter_alloc()
237 if (!p_counter_index) in mlxsw_sp_rif_counter_alloc()
240 p_counter_index); in mlxsw_sp_rif_counter_alloc()
244 err = mlxsw_sp_rif_counter_clear(mlxsw_sp, *p_counter_index); in mlxsw_sp_rif_counter_alloc()
249 *p_counter_index, true, dir); in mlxsw_sp_rif_counter_alloc()
258 *p_counter_index); in mlxsw_sp_rif_counter_alloc()
266 unsigned int *p_counter_index; in mlxsw_sp_rif_counter_free() local
271 p_counter_index = mlxsw_sp_rif_p_counter_get(rif, dir); in mlxsw_sp_rif_counter_free()
272 if (WARN_ON(!p_counter_index)) in mlxsw_sp_rif_counter_free()
275 *p_counter_index, false, dir); in mlxsw_sp_rif_counter_free()
277 *p_counter_index); in mlxsw_sp_rif_counter_free()