Home
last modified time | relevance | path

Searched refs:pool_create_cnt (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx_flow_control.c92 __func__, pool->pool_create_cnt); in dp_tx_flow_pool_reattach()
95 pool->pool_create_cnt++; in dp_tx_flow_pool_reattach()
182 __func__, pool->pool_create_cnt); in dp_tx_flow_pool_reattach()
188 pool->pool_create_cnt++; in dp_tx_flow_pool_reattach()
336 if ((pool->status != FLOW_POOL_INACTIVE) || pool->pool_create_cnt) { in dp_tx_create_flow_pool()
340 pool->status, pool->pool_create_cnt); in dp_tx_create_flow_pool()
369 pool->pool_create_cnt++; in dp_tx_create_flow_pool()
451 pool->flow_pool_id, pool->pool_create_cnt, pool->avail_desc, in dp_tx_delete_flow_pool()
461 if (!pool->pool_create_cnt) { in dp_tx_delete_flow_pool()
466 pool->pool_create_cnt--; in dp_tx_delete_flow_pool()
[all …]
H A Ddp_types.h847 uint8_t pool_create_cnt; member