Lines Matching refs:bf_q

56 				struct ath_txq *txq, struct list_head *bf_q,
440 struct ath_buf *bf, struct list_head *bf_q, in ath_tx_complete_aggr() argument
984 struct ath_atx_tid *tid, struct list_head *bf_q, in ath_tx_form_aggr() argument
1035 list_add_tail(&bf->list, bf_q); in ath_tx_form_aggr()
1436 struct ath_atx_tid *tid, struct list_head *bf_q, in ath_tx_form_burst() argument
1446 list_add_tail(&bf->list, bf_q); in ath_tx_form_burst()
1473 struct list_head bf_q; in ath_tx_sched_aggr() local
1477 INIT_LIST_HEAD(&bf_q); in ath_tx_sched_aggr()
1493 aggr_len = ath_tx_form_aggr(sc, txq, tid, &bf_q, bf); in ath_tx_sched_aggr()
1495 ath_tx_form_burst(sc, txq, tid, &bf_q, bf); in ath_tx_sched_aggr()
1497 if (list_empty(&bf_q)) in ath_tx_sched_aggr()
1506 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
1638 INIT_LIST_HEAD(&bf_q); in ath9k_release_buffered_frames()
1655 list_add_tail(&bf->list, &bf_q); in ath9k_release_buffered_frames()
1673 if (list_empty(&bf_q)) in ath9k_release_buffered_frames()
1682 bf = list_first_entry(&bf_q, struct ath_buf, list); in ath9k_release_buffered_frames()
1685 ath_tx_txqaddbuf(sc, txq, &bf_q, false); in ath9k_release_buffered_frames()
2341 LIST_HEAD(bf_q); in ath_tx_cabq()
2366 list_add_tail(&bf->list, &bf_q); in ath_tx_cabq()
2379 if (list_empty(&bf_q)) in ath_tx_cabq()
2382 bf = list_last_entry(&bf_q, struct ath_buf, list); in ath_tx_cabq()
2385 bf = list_first_entry(&bf_q, struct ath_buf, list); in ath_tx_cabq()
2388 ath_tx_txqaddbuf(sc, txctl.txq, &bf_q, false); in ath_tx_cabq()
2450 struct ath_txq *txq, struct list_head *bf_q, in ath_tx_complete_buf() argument
2491 list_splice_tail_init(bf_q, &sc->tx.txbuf); in ath_tx_complete_buf()
2707 struct list_head bf_q; in ath_tx_edma_tasklet() local
2709 INIT_LIST_HEAD(&bf_q); in ath_tx_edma_tasklet()
2711 list_splice_tail_init(&txq->axq_q, &bf_q); in ath_tx_edma_tasklet()
2712 ath_tx_txqaddbuf(sc, txq, &bf_q, true); in ath_tx_edma_tasklet()