Searched refs:p_counter_index (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_cnt.h | 17 unsigned int *p_counter_index);
|
D | core_acl_flex_actions.h | 22 int (*counter_index_get)(void *priv, unsigned int *p_counter_index); 88 u32 *p_counter_index,
|
D | spectrum_acl_flex_actions.c | 119 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()
|
D | spectrum_cnt.c | 184 unsigned int *p_counter_index) in mlxsw_sp_counter_alloc() argument 213 *p_counter_index = entry_index; in mlxsw_sp_counter_alloc()
|
D | spectrum_router.c | 209 unsigned int *p_counter_index; in mlxsw_sp_rif_counter_value_get() local 217 p_counter_index = mlxsw_sp_rif_p_counter_get(rif, dir); in mlxsw_sp_rif_counter_value_get() 218 if (!p_counter_index) in mlxsw_sp_rif_counter_value_get() 220 mlxsw_reg_ricnt_pack(ricnt_pl, *p_counter_index, in mlxsw_sp_rif_counter_value_get() 249 unsigned int *p_counter_index; in mlxsw_sp_rif_counter_fetch_clear() local 255 p_counter_index = mlxsw_sp_rif_p_counter_get(rif, dir); in mlxsw_sp_rif_counter_fetch_clear() 256 if (!p_counter_index) in mlxsw_sp_rif_counter_fetch_clear() 259 mlxsw_reg_ricnt_pack(ricnt_pl, *p_counter_index, in mlxsw_sp_rif_counter_fetch_clear() 301 unsigned int *p_counter_index; in mlxsw_sp_rif_counter_alloc() local 307 p_counter_index = mlxsw_sp_rif_p_counter_get(rif, dir); in mlxsw_sp_rif_counter_alloc() [all …]
|
D | core_acl_flex_actions.c | 1780 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()
|
D | spectrum.c | 208 unsigned int *p_counter_index) in mlxsw_sp_flow_counter_alloc() argument 213 p_counter_index); in mlxsw_sp_flow_counter_alloc() 216 err = mlxsw_sp_flow_counter_clear(mlxsw_sp, *p_counter_index); in mlxsw_sp_flow_counter_alloc() 223 *p_counter_index); in mlxsw_sp_flow_counter_alloc()
|
D | spectrum.h | 704 unsigned int *p_counter_index);
|