Home
last modified time | relevance | path

Searched refs:FLOW_POOL_INACTIVE (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx_desc.h80 ((pool)->status == FLOW_POOL_INACTIVE)
94 (_tx_desc_pool)->status = FLOW_POOL_INACTIVE; \
559 pool->status = FLOW_POOL_INACTIVE; in dp_tx_flow_pool_member_clean()
659 pool->status != FLOW_POOL_INACTIVE)) { in dp_tx_desc_alloc()
Ddp_tx_flow_control.c336 if ((pool->status != FLOW_POOL_INACTIVE) || pool->pool_create_cnt) { in dp_tx_create_flow_pool()
637 if (pool->status == FLOW_POOL_INACTIVE) { in dp_tx_flow_pool_unmap_handler()
Ddp_types.h737 FLOW_POOL_INACTIVE = 6, enumerator
761 FLOW_POOL_INACTIVE = 6, enumerator
Ddp_tx.c7315 soc->tx_desc[i].status = FLOW_POOL_INACTIVE;
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx_flow_control.c247 pool->status = FLOW_POOL_INACTIVE; in ol_tx_delete_flow_pool()
257 if (pool->status == FLOW_POOL_INACTIVE) { in ol_tx_delete_flow_pool()
367 CASE_RETURN_STRING(FLOW_POOL_INACTIVE); in ol_tx_flow_pool_status_to_str()
Dol_txrx_types.h478 FLOW_POOL_INACTIVE = 4 enumerator