Lines Matching refs:bf_head

232 	struct list_head bf_head;  in ath_tx_flush_tid()  local
237 INIT_LIST_HEAD(&bf_head); in ath_tx_flush_tid()
255 list_add_tail(&bf->list, &bf_head); in ath_tx_flush_tid()
256 ath_tx_complete_buf(sc, bf, txq, &bf_head, &ts, 0); in ath_tx_flush_tid()
309 struct list_head bf_head; in ath_tid_drain() local
314 INIT_LIST_HEAD(&bf_head); in ath_tid_drain()
325 list_add_tail(&bf->list, &bf_head); in ath_tid_drain()
326 ath_tx_complete_buf(sc, bf, txq, &bf_head, &ts, 0); in ath_tid_drain()
439 struct list_head bf_head; in ath_tx_complete_aggr() local
469 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr()
474 list_move_tail(&bf->list, &bf_head); in ath_tx_complete_aggr()
476 ath_tx_complete_buf(sc, bf, txq, &bf_head, ts, 0); in ath_tx_complete_aggr()
565 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr()
567 list_move_tail(&bf->list, &bf_head); in ath_tx_complete_aggr()
586 ath_tx_complete_buf(sc, bf, txq, &bf_head, ts, in ath_tx_complete_aggr()
607 &bf_head, ts, 0); in ath_tx_complete_aggr()
665 struct list_head *bf_head) in ath_tx_process_buffer() argument
688 ath_tx_complete_buf(sc, bf, txq, bf_head, ts, txok); in ath_tx_process_buffer()
690 ath_tx_complete_aggr(sc, txq, bf, bf_head, ts, txok); in ath_tx_process_buffer()
920 struct list_head bf_head; in ath_tx_get_tid_subframe() local
922 INIT_LIST_HEAD(&bf_head); in ath_tx_get_tid_subframe()
923 list_add(&bf->list, &bf_head); in ath_tx_get_tid_subframe()
926 ath_tx_complete_buf(sc, bf, txq, &bf_head, &ts, 0); in ath_tx_get_tid_subframe()
1789 struct list_head bf_head; in ath_drain_txq_list() local
1794 INIT_LIST_HEAD(&bf_head); in ath_drain_txq_list()
1807 list_cut_position(&bf_head, list, &lastbf->list); in ath_drain_txq_list()
1808 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_drain_txq_list()
2051 struct list_head bf_head; in ath_tx_send_normal() local
2054 INIT_LIST_HEAD(&bf_head); in ath_tx_send_normal()
2055 list_add_tail(&bf->list, &bf_head); in ath_tx_send_normal()
2065 ath_tx_txqaddbuf(sc, txq, &bf_head, false); in ath_tx_send_normal()
2606 struct list_head bf_head; in ath_tx_processq() local
2661 INIT_LIST_HEAD(&bf_head); in ath_tx_processq()
2663 list_cut_position(&bf_head, in ath_tx_processq()
2671 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_tx_processq()
2695 struct list_head bf_head; in ath_tx_edma_tasklet() local
2746 INIT_LIST_HEAD(&bf_head); in ath_tx_edma_tasklet()
2748 list_splice_tail_init(fifo_list, &bf_head); in ath_tx_edma_tasklet()
2762 list_cut_position(&bf_head, fifo_list, in ath_tx_edma_tasklet()
2766 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_tx_edma_tasklet()