Lines Matching refs:bf_head
278 struct list_head bf_head; in ath_tx_flush_tid() local
283 INIT_LIST_HEAD(&bf_head); in ath_tx_flush_tid()
301 list_add_tail(&bf->list, &bf_head); in ath_tx_flush_tid()
302 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tx_flush_tid()
363 struct list_head bf_head; in ath_tid_drain() local
369 INIT_LIST_HEAD(&bf_head); in ath_tid_drain()
380 list_add_tail(&bf->list, &bf_head); in ath_tid_drain()
381 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tid_drain()
490 struct list_head bf_head; in ath_tx_complete_aggr() local
513 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr()
518 list_move_tail(&bf->list, &bf_head); in ath_tx_complete_aggr()
520 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, ts, 0); in ath_tx_complete_aggr()
608 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr()
610 list_move_tail(&bf->list, &bf_head); in ath_tx_complete_aggr()
629 ath_tx_complete_buf(sc, bf, txq, &bf_head, sta, ts, in ath_tx_complete_aggr()
650 &bf_head, NULL, ts, in ath_tx_complete_aggr()
724 struct list_head *bf_head) in ath_tx_process_buffer() argument
763 ath_tx_complete_buf(sc, bf, txq, bf_head, sta, ts, txok); in ath_tx_process_buffer()
765 ath_tx_complete_aggr(sc, txq, bf, bf_head, sta, tid, ts, txok); in ath_tx_process_buffer()
1004 struct list_head bf_head; in ath_tx_get_tid_subframe() local
1006 INIT_LIST_HEAD(&bf_head); in ath_tx_get_tid_subframe()
1007 list_add(&bf->list, &bf_head); in ath_tx_get_tid_subframe()
1009 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tx_get_tid_subframe()
1857 struct list_head bf_head; in ath_drain_txq_list() local
1862 INIT_LIST_HEAD(&bf_head); in ath_drain_txq_list()
1875 list_cut_position(&bf_head, list, &lastbf->list); in ath_drain_txq_list()
1876 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_drain_txq_list()
2094 struct list_head bf_head; in ath_tx_send_normal() local
2097 INIT_LIST_HEAD(&bf_head); in ath_tx_send_normal()
2098 list_add_tail(&bf->list, &bf_head); in ath_tx_send_normal()
2108 ath_tx_txqaddbuf(sc, txq, &bf_head, false); in ath_tx_send_normal()
2617 struct list_head bf_head; in ath_tx_processq() local
2672 INIT_LIST_HEAD(&bf_head); in ath_tx_processq()
2674 list_cut_position(&bf_head, in ath_tx_processq()
2682 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_tx_processq()
2708 struct list_head bf_head; in ath_tx_edma_tasklet() local
2760 INIT_LIST_HEAD(&bf_head); in ath_tx_edma_tasklet()
2762 list_splice_tail_init(fifo_list, &bf_head); in ath_tx_edma_tasklet()
2776 list_cut_position(&bf_head, fifo_list, in ath_tx_edma_tasklet()
2780 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_tx_edma_tasklet()