Lines Matching refs:bf_head
280 struct list_head bf_head; in ath_tx_flush_tid() local
285 INIT_LIST_HEAD(&bf_head); in ath_tx_flush_tid()
303 list_add_tail(&bf->list, &bf_head); in ath_tx_flush_tid()
304 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tx_flush_tid()
365 struct list_head bf_head; in ath_tid_drain() local
370 INIT_LIST_HEAD(&bf_head); in ath_tid_drain()
381 list_add_tail(&bf->list, &bf_head); in ath_tid_drain()
382 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tid_drain()
494 struct list_head bf_head; in ath_tx_complete_aggr() local
519 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr()
524 list_move_tail(&bf->list, &bf_head); in ath_tx_complete_aggr()
526 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, ts, 0); in ath_tx_complete_aggr()
614 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr()
616 list_move_tail(&bf->list, &bf_head); in ath_tx_complete_aggr()
635 ath_tx_complete_buf(sc, bf, txq, &bf_head, sta, ts, in ath_tx_complete_aggr()
656 &bf_head, NULL, ts, in ath_tx_complete_aggr()
740 struct list_head *bf_head) in ath_tx_process_buffer() argument
778 ath_tx_complete_buf(sc, bf, txq, bf_head, sta, ts, txok); in ath_tx_process_buffer()
780 ath_tx_complete_aggr(sc, txq, bf, bf_head, sta, tid, ts, txok); in ath_tx_process_buffer()
1018 struct list_head bf_head; in ath_tx_get_tid_subframe() local
1020 INIT_LIST_HEAD(&bf_head); in ath_tx_get_tid_subframe()
1021 list_add(&bf->list, &bf_head); in ath_tx_get_tid_subframe()
1023 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tx_get_tid_subframe()
1876 struct list_head bf_head; in ath_drain_txq_list() local
1881 INIT_LIST_HEAD(&bf_head); in ath_drain_txq_list()
1894 list_cut_position(&bf_head, list, &lastbf->list); in ath_drain_txq_list()
1895 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_drain_txq_list()
2142 struct list_head bf_head; in ath_tx_send_normal() local
2145 INIT_LIST_HEAD(&bf_head); in ath_tx_send_normal()
2146 list_add_tail(&bf->list, &bf_head); in ath_tx_send_normal()
2156 ath_tx_txqaddbuf(sc, txq, &bf_head, false); in ath_tx_send_normal()
2655 struct list_head bf_head; in ath_tx_processq() local
2710 INIT_LIST_HEAD(&bf_head); in ath_tx_processq()
2712 list_cut_position(&bf_head, in ath_tx_processq()
2720 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_tx_processq()
2746 struct list_head bf_head; in ath_tx_edma_tasklet() local
2798 INIT_LIST_HEAD(&bf_head); in ath_tx_edma_tasklet()
2800 list_splice_tail_init(fifo_list, &bf_head); in ath_tx_edma_tasklet()
2814 list_cut_position(&bf_head, fifo_list, in ath_tx_edma_tasklet()
2818 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_tx_edma_tasklet()