Lines Matching refs:bf_q
56 struct ath_txq *txq, struct list_head *bf_q,
484 struct ath_buf *bf, struct list_head *bf_q, in ath_tx_complete_aggr() argument
1038 struct ath_atx_tid *tid, struct list_head *bf_q, in ath_tx_form_aggr() argument
1089 list_add_tail(&bf->list, bf_q); in ath_tx_form_aggr()
1488 struct ath_atx_tid *tid, struct list_head *bf_q, in ath_tx_form_burst() argument
1498 list_add_tail(&bf->list, bf_q); in ath_tx_form_burst()
1525 struct list_head bf_q; in ath_tx_sched_aggr() local
1532 INIT_LIST_HEAD(&bf_q); in ath_tx_sched_aggr()
1548 aggr_len = ath_tx_form_aggr(sc, txq, tid, &bf_q, bf); in ath_tx_sched_aggr()
1550 ath_tx_form_burst(sc, txq, tid, &bf_q, bf); in ath_tx_sched_aggr()
1552 if (list_empty(&bf_q)) in ath_tx_sched_aggr()
1561 ath_tx_txqaddbuf(sc, txq, &bf_q, false); in ath_tx_sched_aggr()
1699 struct list_head bf_q; in ath9k_release_buffered_frames() local
1704 INIT_LIST_HEAD(&bf_q); in ath9k_release_buffered_frames()
1720 list_add_tail(&bf->list, &bf_q); in ath9k_release_buffered_frames()
1738 if (list_empty(&bf_q)) in ath9k_release_buffered_frames()
1747 bf = list_first_entry(&bf_q, struct ath_buf, list); in ath9k_release_buffered_frames()
1750 ath_tx_txqaddbuf(sc, txq, &bf_q, false); in ath9k_release_buffered_frames()
2441 LIST_HEAD(bf_q); in ath_tx_cabq()
2466 list_add_tail(&bf->list, &bf_q); in ath_tx_cabq()
2479 if (list_empty(&bf_q)) in ath_tx_cabq()
2482 bf = list_last_entry(&bf_q, struct ath_buf, list); in ath_tx_cabq()
2485 bf = list_first_entry(&bf_q, struct ath_buf, list); in ath_tx_cabq()
2488 ath_tx_txqaddbuf(sc, txctl.txq, &bf_q, false); in ath_tx_cabq()
2550 struct ath_txq *txq, struct list_head *bf_q, in ath_tx_complete_buf() argument
2591 list_splice_tail_init(bf_q, &sc->tx.txbuf); in ath_tx_complete_buf()
2804 struct list_head bf_q; in ath_tx_edma_tasklet() local
2806 INIT_LIST_HEAD(&bf_q); in ath_tx_edma_tasklet()
2808 list_splice_tail_init(&txq->axq_q, &bf_q); in ath_tx_edma_tasklet()
2809 ath_tx_txqaddbuf(sc, txq, &bf_q, true); in ath_tx_edma_tasklet()