Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c8946 pool->query_gen++; in mlx5_flow_query_alarm()
9049 uint8_t query_gen = pool->query_gen ^ 1; in mlx5_flow_async_pool_query_handle() local
9066 if (!TAILQ_EMPTY(&pool->counters[query_gen])) { in mlx5_flow_async_pool_query_handle()
9069 &pool->counters[query_gen], next); in mlx5_flow_async_pool_query_handle()
H A Dmlx5.h489 volatile uint32_t query_gen:1; /* Query round. */ member
H A Dmlx5_flow_dv.c6068 pool->query_gen = 0; in flow_dv_pool_create()
6365 TAILQ_INSERT_TAIL(&pool->counters[pool->query_gen], cnt, next); in flow_dv_counter_free()