Searched refs:cnt_id_tbl (Results 1 – 4 of 4) sorted by relevance
1000 sh->cnt_id_tbl = mlx5_l3t_create(MLX5_L3T_TYPE_DWORD); in mlx5_alloc_shared_dev_ctx()1001 if (!sh->cnt_id_tbl) { in mlx5_alloc_shared_dev_ctx()1022 if (sh->cnt_id_tbl) in mlx5_alloc_shared_dev_ctx()1023 mlx5_l3t_destroy(sh->cnt_id_tbl); in mlx5_alloc_shared_dev_ctx()1092 if (sh->cnt_id_tbl) { in mlx5_free_shared_dev_ctx()1093 mlx5_l3t_destroy(sh->cnt_id_tbl); in mlx5_free_shared_dev_ctx()1094 sh->cnt_id_tbl = NULL; in mlx5_free_shared_dev_ctx()
265 if (shared && !mlx5_l3t_get_entry(priv->sh->cnt_id_tbl, id, &data) && in flow_verbs_counter_new()316 if (mlx5_l3t_set_entry(priv->sh->cnt_id_tbl, id, &data)) in flow_verbs_counter_new()352 mlx5_l3t_clear_entry(priv->sh->cnt_id_tbl, cnt->shared_info.id)) in flow_verbs_counter_release()
755 struct mlx5_l3t_tbl *cnt_id_tbl; /* Shared counter lookup table. */ member
4995 mlx5_l3t_prepare_entry(priv->sh->cnt_id_tbl, id, &data, in flow_dv_counter_get_shared()5080 mlx5_l3t_clear_entry(priv->sh->cnt_id_tbl, cnt->shared_info.id)) in flow_dv_counter_free()