Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/ !
H A Dol_txrx_flow_control.c664 pool->stop_priority_th = (TX_PRIORITY_TH * pool->stop_th)/100; in ol_tx_create_flow_pool()
668 pool->start_priority_th = (TX_PRIORITY_TH * pool->start_th)/100; in ol_tx_create_flow_pool()
1126 pool->stop_priority_th = (TX_PRIORITY_TH * pool->stop_th) / 100; in ol_tx_flow_pool_update()
1130 pool->start_priority_th = (TX_PRIORITY_TH * pool->start_th) / 100; in ol_tx_flow_pool_update()
H A Dol_txrx_types.h434 #define TX_PRIORITY_TH (80) macro
H A Dol_txrx.c1082 (TX_PRIORITY_TH * pdev->tx_desc.stop_th) / 100; in ol_txrx_pdev_set_threshold()
1087 (TX_PRIORITY_TH * pdev->tx_desc.start_th) / 100; in ol_txrx_pdev_set_threshold()