Home
last modified time | relevance | path

Searched refs:MLX5_ASO_CT_ACTIONS_PER_POOL (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h1671 MLX5_ASSERT((idx / MLX5_ASO_CT_ACTIONS_PER_POOL) < mng->n); in flow_aso_ct_get_by_dev_idx()
1674 pool = mng->pools[idx / MLX5_ASO_CT_ACTIONS_PER_POOL]; in flow_aso_ct_get_by_dev_idx()
1676 return &pool->actions[idx % MLX5_ASO_CT_ACTIONS_PER_POOL]; in flow_aso_ct_get_by_dev_idx()
H A Dmlx5.h1091 #define MLX5_ASO_CT_ACTIONS_PER_POOL 64 macro
1095 ((pool) * MLX5_ASO_CT_ACTIONS_PER_POOL + (offset) + 1)
1127 struct mlx5_aso_ct_action actions[MLX5_ASO_CT_ACTIONS_PER_POOL];
H A Dmlx5.c786 for (i = 0; i < MLX5_ASO_CT_ACTIONS_PER_POOL; i++) { in mlx5_flow_aso_ct_mng_close()
H A Dmlx5_flow_dv.c12707 uint32_t log_obj_size = rte_log2_u32(MLX5_ASO_CT_ACTIONS_PER_POOL); in flow_dv_ct_pool_create()
12736 for (i = 1; i < MLX5_ASO_CT_ACTIONS_PER_POOL; i++) { in flow_dv_ct_pool_create()