Lines Matching refs:bf_q
55 struct ath_txq *txq, struct list_head *bf_q,
428 struct ath_buf *bf, struct list_head *bf_q, in ath_tx_complete_aggr() argument
938 struct ath_atx_tid *tid, struct list_head *bf_q, in ath_tx_form_aggr() argument
992 list_add_tail(&bf->list, bf_q); in ath_tx_form_aggr()
1393 struct ath_atx_tid *tid, struct list_head *bf_q, in ath_tx_form_burst() argument
1406 list_add_tail(&bf->list, bf_q); in ath_tx_form_burst()
1432 struct list_head bf_q; in ath_tx_sched_aggr() local
1439 INIT_LIST_HEAD(&bf_q); in ath_tx_sched_aggr()
1455 last = ath_tx_form_aggr(sc, txq, tid, &bf_q, bf, in ath_tx_sched_aggr()
1458 ath_tx_form_burst(sc, txq, tid, &bf_q, bf, tid_q); in ath_tx_sched_aggr()
1460 if (list_empty(&bf_q)) in ath_tx_sched_aggr()
1469 ath_tx_txqaddbuf(sc, txq, &bf_q, false); in ath_tx_sched_aggr()
1612 struct list_head bf_q; in ath9k_release_buffered_frames() local
1618 INIT_LIST_HEAD(&bf_q); in ath9k_release_buffered_frames()
1634 list_add_tail(&bf->list, &bf_q); in ath9k_release_buffered_frames()
1654 if (list_empty(&bf_q)) in ath9k_release_buffered_frames()
1660 bf = list_first_entry(&bf_q, struct ath_buf, list); in ath9k_release_buffered_frames()
1663 ath_tx_txqaddbuf(sc, txq, &bf_q, false); in ath9k_release_buffered_frames()
2392 LIST_HEAD(bf_q); in ath_tx_cabq()
2417 list_add_tail(&bf->list, &bf_q); in ath_tx_cabq()
2430 if (list_empty(&bf_q)) in ath_tx_cabq()
2433 bf = list_first_entry(&bf_q, struct ath_buf, list); in ath_tx_cabq()
2444 ath_tx_txqaddbuf(sc, txctl.txq, &bf_q, false); in ath_tx_cabq()
2502 struct ath_txq *txq, struct list_head *bf_q, in ath_tx_complete_buf() argument
2542 list_splice_tail_init(bf_q, &sc->tx.txbuf); in ath_tx_complete_buf()
2752 struct list_head bf_q; in ath_tx_edma_tasklet() local
2754 INIT_LIST_HEAD(&bf_q); in ath_tx_edma_tasklet()
2756 list_splice_tail_init(&txq->axq_q, &bf_q); in ath_tx_edma_tasklet()
2757 ath_tx_txqaddbuf(sc, txq, &bf_q, true); in ath_tx_edma_tasklet()