Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_flow_control.c474 tmp_pool.start_priority_th, in ol_tx_dump_flow_pool_info()
668 pool->start_priority_th = (TX_PRIORITY_TH * pool->start_th)/100; in ol_tx_create_flow_pool()
669 if (pool->start_priority_th >= MAX_TSO_SEGMENT_DESC) in ol_tx_create_flow_pool()
670 pool->start_priority_th -= MAX_TSO_SEGMENT_DESC; in ol_tx_create_flow_pool()
1130 pool->start_priority_th = (TX_PRIORITY_TH * pool->start_th) / 100; in ol_tx_flow_pool_update()
1131 if (pool->start_priority_th >= MAX_TSO_SEGMENT_DESC) in ol_tx_flow_pool_update()
1132 pool->start_priority_th -= MAX_TSO_SEGMENT_DESC; in ol_tx_flow_pool_update()
1191 (diff + pool->start_priority_th)) { in ol_tx_flow_pool_resize()
1195 else if (pool->avail_desc > pool->start_priority_th) { in ol_tx_flow_pool_resize()
1197 pool->start_priority_th; in ol_tx_flow_pool_resize()
H A Dol_tx_desc.c184 pdev->tx_desc.start_priority_th) { in ol_tx_do_pdev_flow_control_unpause()
602 if (pool->avail_desc > pool->start_priority_th) { in ol_tx_desc_free()
H A Dol_txrx_types.h532 uint16_t start_priority_th; member
814 uint16_t start_priority_th; member
H A Dol_txrx.c1086 pdev->tx_desc.start_priority_th = in ol_txrx_pdev_set_threshold()
1088 if (pdev->tx_desc.start_priority_th >= MAX_TSO_SEGMENT_DESC) in ol_txrx_pdev_set_threshold()
1089 pdev->tx_desc.start_priority_th -= MAX_TSO_SEGMENT_DESC; in ol_txrx_pdev_set_threshold()