Home
last modified time | relevance | path

Searched refs:p_counter_index (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dcore_acl_flex_actions.h22 int (*counter_index_get)(void *priv, unsigned int *p_counter_index);
88 u32 *p_counter_index,
Dspectrum_cnt.h17 unsigned int *p_counter_index);
Dspectrum_acl_flex_actions.c119 mlxsw_sp_act_counter_index_get(void *priv, unsigned int *p_counter_index) in mlxsw_sp_act_counter_index_get() argument
123 return mlxsw_sp_flow_counter_alloc(mlxsw_sp, p_counter_index); in mlxsw_sp_act_counter_index_get()
Dspectrum_cnt.c184 unsigned int *p_counter_index) in mlxsw_sp_counter_alloc() argument
213 *p_counter_index = entry_index; in mlxsw_sp_counter_alloc()
Dspectrum_router.c239 unsigned int *p_counter_index; in mlxsw_sp_rif_counter_value_get() local
247 p_counter_index = mlxsw_sp_rif_p_counter_get(rif, dir); in mlxsw_sp_rif_counter_value_get()
248 if (!p_counter_index) in mlxsw_sp_rif_counter_value_get()
250 mlxsw_reg_ricnt_pack(ricnt_pl, *p_counter_index, in mlxsw_sp_rif_counter_value_get()
279 unsigned int *p_counter_index; in mlxsw_sp_rif_counter_fetch_clear() local
285 p_counter_index = mlxsw_sp_rif_p_counter_get(rif, dir); in mlxsw_sp_rif_counter_fetch_clear()
286 if (!p_counter_index) in mlxsw_sp_rif_counter_fetch_clear()
289 mlxsw_reg_ricnt_pack(ricnt_pl, *p_counter_index, in mlxsw_sp_rif_counter_fetch_clear()
331 unsigned int *p_counter_index; in mlxsw_sp_rif_counter_alloc() local
337 p_counter_index = mlxsw_sp_rif_p_counter_get(rif, dir); in mlxsw_sp_rif_counter_alloc()
[all …]
Dcore_acl_flex_actions.c1780 u32 *p_counter_index, in mlxsw_afa_block_append_counter() argument
1799 if (p_counter_index) in mlxsw_afa_block_append_counter()
1800 *p_counter_index = counter_index; in mlxsw_afa_block_append_counter()
Dspectrum.c210 unsigned int *p_counter_index) in mlxsw_sp_flow_counter_alloc() argument
215 p_counter_index); in mlxsw_sp_flow_counter_alloc()
218 err = mlxsw_sp_flow_counter_clear(mlxsw_sp, *p_counter_index); in mlxsw_sp_flow_counter_alloc()
225 *p_counter_index); in mlxsw_sp_flow_counter_alloc()
Dspectrum.h711 unsigned int *p_counter_index);