Lines Matching refs:bf_q

56 				struct ath_txq *txq, struct list_head *bf_q,
481 struct ath_buf *bf, struct list_head *bf_q, in ath_tx_complete_aggr() argument
1025 struct ath_atx_tid *tid, struct list_head *bf_q, in ath_tx_form_aggr() argument
1076 list_add_tail(&bf->list, bf_q); in ath_tx_form_aggr()
1482 struct ath_atx_tid *tid, struct list_head *bf_q, in ath_tx_form_burst() argument
1492 list_add_tail(&bf->list, bf_q); in ath_tx_form_burst()
1519 struct list_head bf_q; in ath_tx_sched_aggr() local
1523 INIT_LIST_HEAD(&bf_q); in ath_tx_sched_aggr()
1539 aggr_len = ath_tx_form_aggr(sc, txq, tid, &bf_q, bf); in ath_tx_sched_aggr()
1541 ath_tx_form_burst(sc, txq, tid, &bf_q, bf); in ath_tx_sched_aggr()
1543 if (list_empty(&bf_q)) in ath_tx_sched_aggr()
1552 ath_tx_txqaddbuf(sc, txq, &bf_q, false); in ath_tx_sched_aggr()
1679 struct list_head bf_q; in ath9k_release_buffered_frames() local
1684 INIT_LIST_HEAD(&bf_q); in ath9k_release_buffered_frames()
1701 list_add_tail(&bf->list, &bf_q); in ath9k_release_buffered_frames()
1719 if (list_empty(&bf_q)) in ath9k_release_buffered_frames()
1728 bf = list_first_entry(&bf_q, struct ath_buf, list); in ath9k_release_buffered_frames()
1731 ath_tx_txqaddbuf(sc, txq, &bf_q, false); in ath9k_release_buffered_frames()
2391 LIST_HEAD(bf_q); in ath_tx_cabq()
2416 list_add_tail(&bf->list, &bf_q); in ath_tx_cabq()
2429 if (list_empty(&bf_q)) in ath_tx_cabq()
2432 bf = list_last_entry(&bf_q, struct ath_buf, list); in ath_tx_cabq()
2435 bf = list_first_entry(&bf_q, struct ath_buf, list); in ath_tx_cabq()
2438 ath_tx_txqaddbuf(sc, txctl.txq, &bf_q, false); in ath_tx_cabq()
2500 struct ath_txq *txq, struct list_head *bf_q, in ath_tx_complete_buf() argument
2541 list_splice_tail_init(bf_q, &sc->tx.txbuf); in ath_tx_complete_buf()
2766 struct list_head bf_q; in ath_tx_edma_tasklet() local
2768 INIT_LIST_HEAD(&bf_q); in ath_tx_edma_tasklet()
2770 list_splice_tail_init(&txq->axq_q, &bf_q); in ath_tx_edma_tasklet()
2771 ath_tx_txqaddbuf(sc, txq, &bf_q, true); in ath_tx_edma_tasklet()