Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_flow_control.c475 tmp_pool.stop_priority_th); in ol_tx_dump_flow_pool_info()
664 pool->stop_priority_th = (TX_PRIORITY_TH * pool->stop_th)/100; in ol_tx_create_flow_pool()
665 if (pool->stop_priority_th >= MAX_TSO_SEGMENT_DESC) in ol_tx_create_flow_pool()
666 pool->stop_priority_th -= MAX_TSO_SEGMENT_DESC; in ol_tx_create_flow_pool()
1072 pool->avail_desc >= pool->stop_priority_th) { in ol_tx_flow_pool_update_queue_state()
1081 } else if (pool->avail_desc < pool->stop_priority_th) { in ol_tx_flow_pool_update_queue_state()
1126 pool->stop_priority_th = (TX_PRIORITY_TH * pool->stop_th) / 100; in ol_tx_flow_pool_update()
1127 if (pool->stop_priority_th >= MAX_TSO_SEGMENT_DESC) in ol_tx_flow_pool_update()
1128 pool->stop_priority_th -= MAX_TSO_SEGMENT_DESC; in ol_tx_flow_pool_update()
H A Dol_tx_desc.c147 pdev->tx_desc.stop_priority_th && in ol_tx_do_pdev_flow_control_pause()
158 pdev->tx_desc.stop_priority_th) && in ol_tx_do_pdev_flow_control_pause()
301 (pool->avail_desc >= pool->stop_priority_th) && in ol_tx_desc_alloc()
309 pool->stop_priority_th) && in ol_tx_desc_alloc()
H A Dol_txrx_types.h531 uint16_t stop_priority_th; member
813 uint16_t stop_priority_th; member
H A Dol_txrx.c1081 pdev->tx_desc.stop_priority_th = in ol_txrx_pdev_set_threshold()
1083 if (pdev->tx_desc.stop_priority_th >= MAX_TSO_SEGMENT_DESC) in ol_txrx_pdev_set_threshold()
1084 pdev->tx_desc.stop_priority_th -= MAX_TSO_SEGMENT_DESC; in ol_txrx_pdev_set_threshold()