Lines Matching refs:bf_head
243 struct list_head bf_head; in ath_tx_flush_tid() local
248 INIT_LIST_HEAD(&bf_head); in ath_tx_flush_tid()
266 list_add_tail(&bf->list, &bf_head); in ath_tx_flush_tid()
267 ath_tx_complete_buf(sc, bf, txq, &bf_head, &ts, 0); in ath_tx_flush_tid()
320 struct list_head bf_head; in ath_tid_drain() local
325 INIT_LIST_HEAD(&bf_head); in ath_tid_drain()
336 list_add_tail(&bf->list, &bf_head); in ath_tid_drain()
337 ath_tx_complete_buf(sc, bf, txq, &bf_head, &ts, 0); in ath_tid_drain()
450 struct list_head bf_head; in ath_tx_complete_aggr() local
480 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr()
485 list_move_tail(&bf->list, &bf_head); in ath_tx_complete_aggr()
487 ath_tx_complete_buf(sc, bf, txq, &bf_head, ts, 0); in ath_tx_complete_aggr()
576 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr()
578 list_move_tail(&bf->list, &bf_head); in ath_tx_complete_aggr()
597 ath_tx_complete_buf(sc, bf, txq, &bf_head, ts, in ath_tx_complete_aggr()
618 &bf_head, ts, 0); in ath_tx_complete_aggr()
676 struct list_head *bf_head) in ath_tx_process_buffer() argument
699 ath_tx_complete_buf(sc, bf, txq, bf_head, ts, txok); in ath_tx_process_buffer()
701 ath_tx_complete_aggr(sc, txq, bf, bf_head, ts, txok); in ath_tx_process_buffer()
931 struct list_head bf_head; in ath_tx_get_tid_subframe() local
933 INIT_LIST_HEAD(&bf_head); in ath_tx_get_tid_subframe()
934 list_add(&bf->list, &bf_head); in ath_tx_get_tid_subframe()
937 ath_tx_complete_buf(sc, bf, txq, &bf_head, &ts, 0); in ath_tx_get_tid_subframe()
1810 struct list_head bf_head; in ath_drain_txq_list() local
1815 INIT_LIST_HEAD(&bf_head); in ath_drain_txq_list()
1828 list_cut_position(&bf_head, list, &lastbf->list); in ath_drain_txq_list()
1829 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_drain_txq_list()
2088 struct list_head bf_head; in ath_tx_send_normal() local
2091 INIT_LIST_HEAD(&bf_head); in ath_tx_send_normal()
2092 list_add_tail(&bf->list, &bf_head); in ath_tx_send_normal()
2102 ath_tx_txqaddbuf(sc, txq, &bf_head, false); in ath_tx_send_normal()
2643 struct list_head bf_head; in ath_tx_processq() local
2698 INIT_LIST_HEAD(&bf_head); in ath_tx_processq()
2700 list_cut_position(&bf_head, in ath_tx_processq()
2708 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_tx_processq()
2732 struct list_head bf_head; in ath_tx_edma_tasklet() local
2783 INIT_LIST_HEAD(&bf_head); in ath_tx_edma_tasklet()
2785 list_splice_tail_init(fifo_list, &bf_head); in ath_tx_edma_tasklet()
2799 list_cut_position(&bf_head, fifo_list, in ath_tx_edma_tasklet()
2803 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_tx_edma_tasklet()