Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ !
H A Ddp_tx_desc.h606 pool->status = FLOW_POOL_ACTIVE_PAUSED; in dp_tx_adjust_flow_pool_state()
610 case FLOW_POOL_ACTIVE_PAUSED: in dp_tx_adjust_flow_pool_state()
702 pool->status = FLOW_POOL_ACTIVE_PAUSED; in dp_tx_desc_alloc()
704 case FLOW_POOL_ACTIVE_PAUSED: in dp_tx_desc_alloc()
757 case FLOW_POOL_ACTIVE_PAUSED: in dp_tx_desc_free()
873 if (pool->status <= FLOW_POOL_ACTIVE_PAUSED && in dp_tx_desc_alloc()
881 pool->status = FLOW_POOL_ACTIVE_PAUSED; in dp_tx_desc_alloc()
927 case FLOW_POOL_ACTIVE_PAUSED: in dp_tx_desc_free()
H A Ddp_tx_flow_control.c136 case FLOW_POOL_ACTIVE_PAUSED: in dp_tx_flow_ctrl_reset_subqueues()
186 pool->status = FLOW_POOL_ACTIVE_PAUSED; in dp_tx_flow_pool_reattach()
H A Ddp_types.h732 FLOW_POOL_ACTIVE_PAUSED = 1, enumerator
756 FLOW_POOL_ACTIVE_PAUSED = 1, enumerator
/wlan-driver/qcacld-3.0/core/dp/txrx/ !
H A Dol_tx_desc.c161 pdev->tx_desc.status = FLOW_POOL_ACTIVE_PAUSED; in ol_tx_do_pdev_flow_control_pause()
182 case FLOW_POOL_ACTIVE_PAUSED: in ol_tx_do_pdev_flow_control_unpause()
311 pool->status = FLOW_POOL_ACTIVE_PAUSED; in ol_tx_desc_alloc()
601 case FLOW_POOL_ACTIVE_PAUSED: in ol_tx_desc_free()
H A Dol_txrx_flow_control.c364 CASE_RETURN_STRING(FLOW_POOL_ACTIVE_PAUSED); in ol_tx_flow_pool_status_to_str()
601 if (dst_pool->status == FLOW_POOL_ACTIVE_PAUSED) { in ol_tx_distribute_descs_to_deficient_pools()
1027 if (dst_pool->status == FLOW_POOL_ACTIVE_PAUSED) { in ol_tx_distribute_descs_to_deficient_pools_from_global_pool()
1082 pool->status = FLOW_POOL_ACTIVE_PAUSED; in ol_tx_flow_pool_update_queue_state()
H A Dol_txrx_types.h475 FLOW_POOL_ACTIVE_PAUSED = 1, enumerator