Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx_desc.h576 else if (qdf_unlikely(avail_desc == pool->stop_th[DP_TH_VO])) in dp_tx_is_threshold_reached()
600 pool->avail_desc > pool->stop_th[DP_TH_VO]) { in dp_tx_adjust_flow_pool_state()
602 } else if (pool->avail_desc <= pool->stop_th[DP_TH_VO] && in dp_tx_adjust_flow_pool_state()
694 level = DP_TH_VO; in dp_tx_desc_alloc()
771 if (pool->avail_desc > pool->start_th[DP_TH_VO]) { in dp_tx_desc_free()
778 pool->latest_pause_time[DP_TH_VO]; in dp_tx_desc_free()
779 if (pool->max_pause_time[DP_TH_VO] < pause_dur) in dp_tx_desc_free()
780 pool->max_pause_time[DP_TH_VO] = pause_dur; in dp_tx_desc_free()
H A Ddp_tx_flow_control.c66 pool->start_th[DP_TH_VO] = (pool->start_th[DP_TH_BE_BK] in dp_tx_initialize_threshold()
68 pool->stop_th[DP_TH_VO] = (pool->stop_th[DP_TH_BE_BK] in dp_tx_initialize_threshold()
H A Ddp_types.h417 DP_TH_VO, enumerator