Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx_desc.h574 else if (qdf_unlikely(avail_desc == pool->stop_th[DP_TH_VI])) in dp_tx_is_threshold_reached()
597 pool->avail_desc > pool->stop_th[DP_TH_VI]) { in dp_tx_adjust_flow_pool_state()
599 } else if (pool->avail_desc <= pool->stop_th[DP_TH_VI] && in dp_tx_adjust_flow_pool_state()
687 level = DP_TH_VI; in dp_tx_desc_alloc()
784 if (pool->avail_desc > pool->start_th[DP_TH_VI]) { in dp_tx_desc_free()
791 pool->latest_pause_time[DP_TH_VI]; in dp_tx_desc_free()
792 if (pool->max_pause_time[DP_TH_VI] < pause_dur) in dp_tx_desc_free()
793 pool->max_pause_time[DP_TH_VI] = pause_dur; in dp_tx_desc_free()
H A Ddp_tx_flow_control.c60 pool->start_th[DP_TH_VI] = (pool->start_th[DP_TH_BE_BK] in dp_tx_initialize_threshold()
62 pool->stop_th[DP_TH_VI] = (pool->stop_th[DP_TH_BE_BK] in dp_tx_initialize_threshold()
H A Ddp_types.h416 DP_TH_VI, enumerator