Searched refs:counter_list (Results 1 – 2 of 2) sorted by relevance
219 TAILQ_INIT(&pool->counter_list); in ice_fdir_counter_pool_add()226 TAILQ_INSERT_TAIL(&pool->counter_list, counter, next); in ice_fdir_counter_pool_add()332 counter_free = TAILQ_FIRST(&pool->counter_list); in ice_fdir_counter_alloc()352 TAILQ_REMOVE(&pool->counter_list, counter_free, next); in ice_fdir_counter_alloc()353 if (TAILQ_EMPTY(&pool->counter_list)) { in ice_fdir_counter_alloc()371 TAILQ_INSERT_TAIL(&pool->counter_list, counter, next); in ice_fdir_counter_free()
392 struct ice_fdir_counter_list counter_list; member