Searched refs:stop_th (Results 1 – 7 of 7) sorted by relevance
56 pool->stop_th[DP_TH_BE_BK] = (stop_threshold in dp_tx_initialize_threshold()62 pool->stop_th[DP_TH_VI] = (pool->stop_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()74 pool->stop_th[DP_TH_HI] = (pool->stop_th[DP_TH_BE_BK] in dp_tx_initialize_threshold()112 i, pool->start_th[i], pool->stop_th[i]); in dp_tx_flow_pool_dump_threshold()174 pool->stop_th = (stop_threshold * flow_pool_size) / 100; in dp_tx_initialize_threshold()196 pool->start_th, pool->stop_th); in dp_tx_flow_pool_dump_threshold()
93 (_tx_desc_pool)->stop_th = 0; \558 qdf_mem_zero(pool->stop_th, FL_TH_MAX); in dp_tx_flow_pool_member_clean()572 if (qdf_unlikely(avail_desc == pool->stop_th[DP_TH_BE_BK])) in dp_tx_is_threshold_reached()574 else if (qdf_unlikely(avail_desc == pool->stop_th[DP_TH_VI])) in dp_tx_is_threshold_reached()576 else if (qdf_unlikely(avail_desc == pool->stop_th[DP_TH_VO])) in dp_tx_is_threshold_reached()578 else if (qdf_unlikely(avail_desc == pool->stop_th[DP_TH_HI])) in dp_tx_is_threshold_reached()593 if (pool->avail_desc > pool->stop_th[DP_TH_BE_BK]) { in dp_tx_adjust_flow_pool_state()596 } else if (pool->avail_desc <= pool->stop_th[DP_TH_BE_BK] && in dp_tx_adjust_flow_pool_state()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()[all …]
837 uint16_t stop_th[FL_TH_MAX]; member842 uint16_t stop_th; member
101 enough_desc_flag = (pool->avail_desc < (pool->stop_th + in ol_txrx_fwd_desc_thresh_check()473 tmp_pool.start_th, tmp_pool.stop_th, in ol_tx_dump_flow_pool_info()663 pool->stop_th = (stop_threshold * flow_pool_size)/100; in ol_tx_create_flow_pool()664 pool->stop_priority_th = (TX_PRIORITY_TH * pool->stop_th)/100; in ol_tx_create_flow_pool()1071 } else if (pool->avail_desc < pool->stop_th && in ol_tx_flow_pool_update_queue_state()1125 pool->stop_th = (stop_threshold * new_pool_size) / 100; in ol_tx_flow_pool_update()1126 pool->stop_priority_th = (TX_PRIORITY_TH * pool->stop_th) / 100; in ol_tx_flow_pool_update()
145 pdev->tx_desc.stop_th && in ol_tx_do_pdev_flow_control_pause()300 if (qdf_unlikely(pool->avail_desc < pool->stop_th && in ol_tx_desc_alloc()
526 uint16_t stop_th; member811 uint16_t stop_th; member
1080 pdev->tx_desc.stop_th = (stop_threshold * desc_pool_size) / 100; in ol_txrx_pdev_set_threshold()1082 (TX_PRIORITY_TH * pdev->tx_desc.stop_th) / 100; in ol_txrx_pdev_set_threshold()