Searched refs:next_tq (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_tx_sched.c | 193 struct ol_tx_frms_queue_t *next_tq; in ol_tx_sched_select_batch_rr() local 207 next_tq = TAILQ_FIRST(&txq_queue->head); in ol_tx_sched_select_batch_rr() 208 TAILQ_REMOVE(&txq_queue->head, next_tq, list_elem); in ol_tx_sched_select_batch_rr() 210 credit = QDF_MIN(credit, TX_SCH_MAX_CREDIT_FOR_THIS_TID(next_tq)); in ol_tx_sched_select_batch_rr() 211 frames = next_tq->frms; /* download as many frames as credit allows */ in ol_tx_sched_select_batch_rr() 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() 217 ol_tx_bad_peer_update_tx_limit(pdev, next_tq, frames, tx_limit_flag); in ol_tx_sched_select_batch_rr() 223 if (next_tq->frms > 0) { in ol_tx_sched_select_batch_rr() 224 TAILQ_INSERT_TAIL(&txq_queue->head, next_tq, list_elem); in ol_tx_sched_select_batch_rr()
|