Lines Matching refs:bf_q

55 				struct ath_txq *txq, struct list_head *bf_q,
439 struct ath_buf *bf, struct list_head *bf_q, in ath_tx_complete_aggr() argument
949 struct ath_atx_tid *tid, struct list_head *bf_q, in ath_tx_form_aggr() argument
1003 list_add_tail(&bf->list, bf_q); in ath_tx_form_aggr()
1404 struct ath_atx_tid *tid, struct list_head *bf_q, in ath_tx_form_burst() argument
1417 list_add_tail(&bf->list, bf_q); in ath_tx_form_burst()
1443 struct list_head bf_q; in ath_tx_sched_aggr() local
1450 INIT_LIST_HEAD(&bf_q); in ath_tx_sched_aggr()
1466 last = ath_tx_form_aggr(sc, txq, tid, &bf_q, bf, in ath_tx_sched_aggr()
1469 ath_tx_form_burst(sc, txq, tid, &bf_q, bf, tid_q); in ath_tx_sched_aggr()
1471 if (list_empty(&bf_q)) in ath_tx_sched_aggr()
1480 ath_tx_txqaddbuf(sc, txq, &bf_q, false); in ath_tx_sched_aggr()
1633 struct list_head bf_q; in ath9k_release_buffered_frames() local
1639 INIT_LIST_HEAD(&bf_q); in ath9k_release_buffered_frames()
1655 list_add_tail(&bf->list, &bf_q); in ath9k_release_buffered_frames()
1675 if (list_empty(&bf_q)) in ath9k_release_buffered_frames()
1681 bf = list_first_entry(&bf_q, struct ath_buf, list); in ath9k_release_buffered_frames()
1684 ath_tx_txqaddbuf(sc, txq, &bf_q, false); in ath9k_release_buffered_frames()
2429 LIST_HEAD(bf_q); in ath_tx_cabq()
2454 list_add_tail(&bf->list, &bf_q); in ath_tx_cabq()
2467 if (list_empty(&bf_q)) in ath_tx_cabq()
2470 bf = list_first_entry(&bf_q, struct ath_buf, list); in ath_tx_cabq()
2481 ath_tx_txqaddbuf(sc, txctl.txq, &bf_q, false); in ath_tx_cabq()
2539 struct ath_txq *txq, struct list_head *bf_q, in ath_tx_complete_buf() argument
2579 list_splice_tail_init(bf_q, &sc->tx.txbuf); in ath_tx_complete_buf()
2789 struct list_head bf_q; in ath_tx_edma_tasklet() local
2791 INIT_LIST_HEAD(&bf_q); in ath_tx_edma_tasklet()
2793 list_splice_tail_init(&txq->axq_q, &bf_q); in ath_tx_edma_tasklet()
2794 ath_tx_txqaddbuf(sc, txq, &bf_q, true); in ath_tx_edma_tasklet()