Searched refs:mlx5_aso_ct_pool (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_aso.c | 887 struct mlx5_aso_ct_pool *pool; in mlx5_aso_ct_sq_enqueue_single() 906 pool = container_of(ct, struct mlx5_aso_ct_pool, actions[ct->offset]); in mlx5_aso_ct_sq_enqueue_single() 1049 struct mlx5_aso_ct_pool *pool; in mlx5_aso_ct_sq_query_single() 1074 pool = container_of(ct, struct mlx5_aso_ct_pool, actions[ct->offset]); in mlx5_aso_ct_sq_query_single() 1182 struct mlx5_aso_ct_pool *pool; in mlx5_aso_ct_update_by_wqe() 1192 pool = container_of(ct, struct mlx5_aso_ct_pool, actions[ct->offset]); in mlx5_aso_ct_update_by_wqe() 1215 struct mlx5_aso_ct_pool *pool; in mlx5_aso_ct_wait_ready() 1228 pool = container_of(ct, struct mlx5_aso_ct_pool, actions[ct->offset]); in mlx5_aso_ct_wait_ready() 1328 struct mlx5_aso_ct_pool *pool; in mlx5_aso_ct_query_by_wqe() 1344 pool = container_of(ct, struct mlx5_aso_ct_pool, actions[ct->offset]); in mlx5_aso_ct_query_by_wqe()
|
| H A D | mlx5.h | 1123 struct mlx5_aso_ct_pool { struct 1135 struct mlx5_aso_ct_pool **pools; argument
|
| H A D | mlx5_flow.h | 1668 struct mlx5_aso_ct_pool *pool; in flow_aso_ct_get_by_dev_idx()
|
| H A D | mlx5.c | 774 struct mlx5_aso_ct_pool *ct_pool; in mlx5_flow_aso_ct_mng_close()
|
| H A D | mlx5_flow_dv.c | 12665 uint32_t mem_size = sizeof(struct mlx5_aso_ct_pool *) * resize; in flow_dv_aso_ct_pools_resize() 12677 mng->n * sizeof(struct mlx5_aso_ct_pool *)); in flow_dv_aso_ct_pools_resize() 12698 static struct mlx5_aso_ct_pool * 12704 struct mlx5_aso_ct_pool *pool = NULL; in flow_dv_ct_pool_create() 12761 struct mlx5_aso_ct_pool *pool; in flow_dv_aso_ct_alloc() 12782 pool = container_of(ct, struct mlx5_aso_ct_pool, actions[ct->offset]); in flow_dv_aso_ct_alloc()
|