Home
last modified time | relevance | path

Searched refs:MLX5_IPOOL_HW_GRP (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c1848 grp_data = mlx5_ipool_zmalloc(sh->ipool[MLX5_IPOOL_HW_GRP], &idx); in flow_hw_grp_create_cb()
1896 mlx5_ipool_free(sh->ipool[MLX5_IPOOL_HW_GRP], idx); in flow_hw_grp_create_cb()
1926 mlx5_ipool_free(sh->ipool[MLX5_IPOOL_HW_GRP], grp_data->idx); in flow_hw_grp_remove_cb()
1984 grp_data = mlx5_ipool_malloc(sh->ipool[MLX5_IPOOL_HW_GRP], &idx); in flow_hw_grp_clone_cb()
2012 mlx5_ipool_free(sh->ipool[MLX5_IPOOL_HW_GRP], grp_data->idx); in flow_hw_grp_clone_free_cb()
H A Dmlx5.h69 MLX5_IPOOL_HW_GRP = MLX5_IPOOL_JUMP, enumerator