Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx_flow_control.c517 struct ol_tx_flow_pool_t *dst_pool, in ol_tx_move_desc_n() argument
535 qdf_spin_lock_bh(&dst_pool->flow_pool_lock); in ol_tx_move_desc_n()
537 if (dst_pool->deficient_desc) in ol_tx_move_desc_n()
538 dst_pool->deficient_desc--; in ol_tx_move_desc_n()
543 ol_tx_put_desc_flow_pool(dst_pool, tx_desc); in ol_tx_move_desc_n()
546 qdf_spin_unlock_bh(&dst_pool->flow_pool_lock); in ol_tx_move_desc_n()
575 struct ol_tx_flow_pool_t *dst_pool = NULL; in ol_tx_distribute_descs_to_deficient_pools() local
588 TAILQ_FOREACH(dst_pool, &pdev->tx_desc.flow_pool_list, in ol_tx_distribute_descs_to_deficient_pools()
590 qdf_spin_lock_bh(&dst_pool->flow_pool_lock); in ol_tx_distribute_descs_to_deficient_pools()
591 if (dst_pool->deficient_desc) { in ol_tx_distribute_descs_to_deficient_pools()
[all …]