Home
last modified time | relevance | path

Searched refs:tx_limit_flag (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_queue.h338 u_int16_t *tx_limit_flag);
354 u_int16_t tx_limit_flag);
406 u_int16_t *tx_limit_flag) in ol_tx_bad_peer_dequeue_check() argument
416 u_int16_t tx_limit_flag) in ol_tx_bad_peer_update_tx_limit() argument
H A Dol_tx_queue.c725 peer->tx_limit_flag = true; in ol_txrx_peer_bal_add_limit_peer()
771 peer->tx_limit_flag = false; in ol_txrx_peer_bal_remove_limit_peer()
827 u_int16_t *tx_limit_flag) in ol_tx_bad_peer_dequeue_check() argument
829 if (txq && (txq->peer) && (txq->peer->tx_limit_flag) && in ol_tx_bad_peer_dequeue_check()
834 *tx_limit_flag = 1; in ol_tx_bad_peer_dequeue_check()
845 u_int16_t tx_limit_flag) in ol_tx_bad_peer_update_tx_limit() argument
858 if (tx_limit_flag && (txq->peer) && in ol_tx_bad_peer_update_tx_limit()
859 (txq->peer->tx_limit_flag)) { in ol_tx_bad_peer_update_tx_limit()
1069 if (((peer->tx_pause_flag) || (peer->tx_limit_flag)) && in ol_txrx_peer_link_status_handler()
H A Dol_tx_sched.c194 u_int16_t frames, used_credits = 0, tx_limit, tx_limit_flag = 0; in ol_tx_sched_select_batch_rr() local
214 &tx_limit_flag); in ol_tx_sched_select_batch_rr()
217 ol_tx_bad_peer_update_tx_limit(pdev, next_tq, frames, tx_limit_flag); in ol_tx_sched_select_batch_rr()
745 u_int16_t tx_limit_flag; in ol_tx_sched_select_batch_wrr_adv() local
824 &tx_limit_flag); in ol_tx_sched_select_batch_wrr_adv()
830 tx_limit_flag); in ol_tx_sched_select_batch_wrr_adv()
H A Dol_tx_classify.c93 if (peer && pdev && txq && (peer->tx_limit_flag) && in ol_if_tx_bad_peer_txq_overflow()
H A Dol_txrx_types.h1545 u_int16_t tx_limit_flag; member