Searched refs:stop_threshold (Results 1 – 3 of 3) sorted by relevance
50 uint32_t stop_threshold, in dp_tx_initialize_threshold() argument56 pool->stop_th[DP_TH_BE_BK] = (stop_threshold in dp_tx_initialize_threshold()168 uint32_t stop_threshold, in dp_tx_initialize_threshold() argument174 pool->stop_th = (stop_threshold * flow_pool_size) / 100; in dp_tx_initialize_threshold()327 uint32_t stop_threshold; in dp_tx_create_flow_pool() local359 stop_threshold = wlan_cfg_get_tx_flow_stop_queue_th(soc->wlan_cfg_ctx); in dp_tx_create_flow_pool()360 start_threshold = stop_threshold + in dp_tx_create_flow_pool()367 dp_tx_initialize_threshold(pool, start_threshold, stop_threshold, in dp_tx_create_flow_pool()
641 uint32_t stop_threshold; in ol_tx_create_flow_pool() local652 stop_threshold = ol_cfg_get_tx_flow_stop_queue_th(pdev->ctrl_pdev); in ol_tx_create_flow_pool()653 start_threshold = stop_threshold + in ol_tx_create_flow_pool()663 pool->stop_th = (stop_threshold * flow_pool_size)/100; in ol_tx_create_flow_pool()1108 uint32_t stop_threshold; in ol_tx_flow_pool_update() local1120 stop_threshold = ol_cfg_get_tx_flow_stop_queue_th(pdev->ctrl_pdev); in ol_tx_flow_pool_update()1121 start_threshold = stop_threshold + in ol_tx_flow_pool_update()1125 pool->stop_th = (stop_threshold * new_pool_size) / 100; in ol_tx_flow_pool_update()
1072 uint32_t stop_threshold; in ol_txrx_pdev_set_threshold() local1076 stop_threshold = ol_cfg_get_tx_flow_stop_queue_th(pdev->ctrl_pdev); in ol_txrx_pdev_set_threshold()1077 start_threshold = stop_threshold + in ol_txrx_pdev_set_threshold()1080 pdev->tx_desc.stop_th = (stop_threshold * desc_pool_size) / 100; in ol_txrx_pdev_set_threshold()