Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5.h519 int max_id; /* The maximum counter ID in the pools. */ member
1019 uint32_t max_id; /**< Maximum id can be allocated from the pool. */ member
H A Dmlx5.c553 sh->cmng.max_id = -1; in mlx5_flow_counters_mng_init()
H A Dmlx5_flow_dv.c5938 if (id > cmng->max_id || id < cmng->min_id) in flow_dv_find_pool_by_id()
6089 if (base > cmng->max_id) in flow_dv_pool_create()
6090 cmng->max_id = base + MLX5_COUNTERS_PER_POOL - 1; in flow_dv_pool_create()