Searched refs:MLX5_ASO_CT_ACTIONS_PER_POOL (Results 1 – 4 of 4) sorted by relevance
1671 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()
1091 #define MLX5_ASO_CT_ACTIONS_PER_POOL 64 macro1095 ((pool) * MLX5_ASO_CT_ACTIONS_PER_POOL + (offset) + 1)1127 struct mlx5_aso_ct_action actions[MLX5_ASO_CT_ACTIONS_PER_POOL];
786 for (i = 0; i < MLX5_ASO_CT_ACTIONS_PER_POOL; i++) { in mlx5_flow_aso_ct_mng_close()
12707 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()