Searched refs:tx_limit (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_tx_queue.c | 726 peer->tx_limit = peer_limit; in ol_txrx_peer_bal_add_limit_peer() 830 (txq->peer->tx_limit < max_frames)) { in ol_tx_bad_peer_dequeue_check() 833 txq->peer->peer_ids[0], txq->peer->tx_limit); in ol_tx_bad_peer_dequeue_check() 835 return txq->peer->tx_limit; in ol_tx_bad_peer_dequeue_check() 860 if (txq->peer->tx_limit < frames) in ol_tx_bad_peer_update_tx_limit() 861 txq->peer->tx_limit = 0; in ol_tx_bad_peer_update_tx_limit() 863 txq->peer->tx_limit -= frames; in ol_tx_bad_peer_update_tx_limit() 895 int tput_thresh, int tx_limit) in ol_txrx_bad_peer_txctl_update_threshold() argument 903 pdev->tx_peer_bal.ctl_thresh[level].tx_limit = in ol_txrx_bad_peer_txctl_update_threshold() 904 tx_limit; in ol_txrx_bad_peer_txctl_update_threshold() [all …]
|
H A D | ol_tx_sched.c | 194 u_int16_t frames, used_credits = 0, tx_limit, tx_limit_flag = 0; in ol_tx_sched_select_batch_rr() local 212 tx_limit = ol_tx_bad_peer_dequeue_check(next_tq, in ol_tx_sched_select_batch_rr() 216 pdev, next_tq, &sctx->head, tx_limit, &credit, &bytes); in ol_tx_sched_select_batch_rr() 744 int frames, bytes, used_credits = 0, tx_limit; in ol_tx_sched_select_batch_wrr_adv() local 822 tx_limit = ol_tx_bad_peer_dequeue_check(txq, in ol_tx_sched_select_batch_wrr_adv() 827 tx_limit, &credit, &bytes); in ol_tx_sched_select_batch_wrr_adv()
|
H A D | ol_txrx_types.h | 153 u_int32_t tx_limit; member 1544 u_int16_t tx_limit; member
|
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ |
H A D | ol_txrx_ctrl_api.h | 445 int tx_limit); 463 int tx_limit) in ol_txrx_bad_peer_txctl_update_threshold() argument
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_misc.h | 408 int tput_thresh, int tx_limit) in cdp_bad_peer_txctl_update_threshold() argument 418 soc, pdev_id, level, tput_thresh, tx_limit); in cdp_bad_peer_txctl_update_threshold()
|
H A D | cdp_txrx_ops.h | 1848 int tx_limit);
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_rings_main.c | 2842 static void dp_update_soft_irq_limits(struct dp_soc *soc, uint32_t tx_limit, in dp_update_soft_irq_limits() argument 2845 soc->wlan_cfg_ctx->tx_comp_loop_pkt_limit = tx_limit; in dp_update_soft_irq_limits() 2852 void dp_update_soft_irq_limits(struct dp_soc *soc, uint32_t tx_limit, in dp_update_soft_irq_limits() argument
|