Home
last modified time | relevance | path

Searched refs:MLX5_IPOOL_TAG (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h42 MLX5_IPOOL_TAG, /* Pool for tag resource. */ enumerator
H A Dmlx5.c211 [MLX5_IPOOL_TAG] = {
H A Dmlx5_flow_dv.c8290 entry = mlx5_ipool_zmalloc(sh->ipool[MLX5_IPOOL_TAG], &idx); in flow_dv_tag_create_cb()
8301 mlx5_ipool_free(sh->ipool[MLX5_IPOOL_TAG], idx); in flow_dv_tag_create_cb()
8358 mlx5_ipool_free(sh->ipool[MLX5_IPOOL_TAG], tag->idx); in flow_dv_tag_remove_cb()
8379 tag = mlx5_ipool_get(priv->sh->ipool[MLX5_IPOOL_TAG], tag_idx); in flow_dv_tag_release()