Lines Matching refs:bf_head
284 struct list_head bf_head; in ath_tx_flush_tid() local
289 INIT_LIST_HEAD(&bf_head); in ath_tx_flush_tid()
307 list_add_tail(&bf->list, &bf_head); in ath_tx_flush_tid()
308 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tx_flush_tid()
369 struct list_head bf_head; in ath_tid_drain() local
375 INIT_LIST_HEAD(&bf_head); in ath_tid_drain()
386 list_add_tail(&bf->list, &bf_head); in ath_tid_drain()
387 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tid_drain()
498 struct list_head bf_head; in ath_tx_complete_aggr() local
521 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr()
526 list_move_tail(&bf->list, &bf_head); in ath_tx_complete_aggr()
528 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, ts, 0); in ath_tx_complete_aggr()
616 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr()
618 list_move_tail(&bf->list, &bf_head); in ath_tx_complete_aggr()
637 ath_tx_complete_buf(sc, bf, txq, &bf_head, sta, ts, in ath_tx_complete_aggr()
658 &bf_head, NULL, ts, in ath_tx_complete_aggr()
732 struct list_head *bf_head) in ath_tx_process_buffer() argument
771 ath_tx_complete_buf(sc, bf, txq, bf_head, sta, ts, txok); in ath_tx_process_buffer()
773 ath_tx_complete_aggr(sc, txq, bf, bf_head, sta, tid, ts, txok); in ath_tx_process_buffer()
1012 struct list_head bf_head; in ath_tx_get_tid_subframe() local
1014 INIT_LIST_HEAD(&bf_head); in ath_tx_get_tid_subframe()
1015 list_add(&bf->list, &bf_head); in ath_tx_get_tid_subframe()
1017 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tx_get_tid_subframe()
1875 struct list_head bf_head; in ath_drain_txq_list() local
1880 INIT_LIST_HEAD(&bf_head); in ath_drain_txq_list()
1893 list_cut_position(&bf_head, list, &lastbf->list); in ath_drain_txq_list()
1894 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_drain_txq_list()
2112 struct list_head bf_head; in ath_tx_send_normal() local
2115 INIT_LIST_HEAD(&bf_head); in ath_tx_send_normal()
2116 list_add_tail(&bf->list, &bf_head); in ath_tx_send_normal()
2126 ath_tx_txqaddbuf(sc, txq, &bf_head, false); in ath_tx_send_normal()
2635 struct list_head bf_head; in ath_tx_processq() local
2690 INIT_LIST_HEAD(&bf_head); in ath_tx_processq()
2692 list_cut_position(&bf_head, in ath_tx_processq()
2700 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_tx_processq()
2726 struct list_head bf_head; in ath_tx_edma_tasklet() local
2778 INIT_LIST_HEAD(&bf_head); in ath_tx_edma_tasklet()
2780 list_splice_tail_init(fifo_list, &bf_head); in ath_tx_edma_tasklet()
2794 list_cut_position(&bf_head, fifo_list, in ath_tx_edma_tasklet()
2798 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_tx_edma_tasklet()