Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx_desc.h578 else if (qdf_unlikely(avail_desc == pool->stop_th[DP_TH_HI])) in dp_tx_is_threshold_reached()
603 pool->avail_desc > pool->stop_th[DP_TH_HI]) { in dp_tx_adjust_flow_pool_state()
605 } else if (pool->avail_desc <= pool->stop_th[DP_TH_HI]) { in dp_tx_adjust_flow_pool_state()
701 level = DP_TH_HI; in dp_tx_desc_alloc()
758 if (pool->avail_desc > pool->start_th[DP_TH_HI]) { in dp_tx_desc_free()
765 pool->latest_pause_time[DP_TH_HI]; in dp_tx_desc_free()
766 if (pool->max_pause_time[DP_TH_HI] < pause_dur) in dp_tx_desc_free()
767 pool->max_pause_time[DP_TH_HI] = pause_dur; in dp_tx_desc_free()
Ddp_tx_flow_control.c72 pool->start_th[DP_TH_HI] = (pool->start_th[DP_TH_BE_BK] in dp_tx_initialize_threshold()
74 pool->stop_th[DP_TH_HI] = (pool->stop_th[DP_TH_BE_BK] in dp_tx_initialize_threshold()
Ddp_types.h418 DP_TH_HI, enumerator