Lines Matching refs:bf_head

237 	struct list_head bf_head;  in ath_tx_flush_tid()  local
242 INIT_LIST_HEAD(&bf_head); in ath_tx_flush_tid()
260 list_add_tail(&bf->list, &bf_head); in ath_tx_flush_tid()
261 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tx_flush_tid()
322 struct list_head bf_head; in ath_tid_drain() local
328 INIT_LIST_HEAD(&bf_head); in ath_tid_drain()
339 list_add_tail(&bf->list, &bf_head); in ath_tid_drain()
340 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tid_drain()
449 struct list_head bf_head; in ath_tx_complete_aggr() local
472 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr()
477 list_move_tail(&bf->list, &bf_head); in ath_tx_complete_aggr()
479 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, ts, 0); in ath_tx_complete_aggr()
567 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr()
569 list_move_tail(&bf->list, &bf_head); in ath_tx_complete_aggr()
588 ath_tx_complete_buf(sc, bf, txq, &bf_head, sta, ts, in ath_tx_complete_aggr()
609 &bf_head, NULL, ts, in ath_tx_complete_aggr()
683 struct list_head *bf_head) in ath_tx_process_buffer() argument
722 ath_tx_complete_buf(sc, bf, txq, bf_head, sta, ts, txok); in ath_tx_process_buffer()
724 ath_tx_complete_aggr(sc, txq, bf, bf_head, sta, tid, ts, txok); in ath_tx_process_buffer()
963 struct list_head bf_head; in ath_tx_get_tid_subframe() local
965 INIT_LIST_HEAD(&bf_head); in ath_tx_get_tid_subframe()
966 list_add(&bf->list, &bf_head); in ath_tx_get_tid_subframe()
968 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tx_get_tid_subframe()
1811 struct list_head bf_head; in ath_drain_txq_list() local
1816 INIT_LIST_HEAD(&bf_head); in ath_drain_txq_list()
1829 list_cut_position(&bf_head, list, &lastbf->list); in ath_drain_txq_list()
1830 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_drain_txq_list()
2048 struct list_head bf_head; in ath_tx_send_normal() local
2051 INIT_LIST_HEAD(&bf_head); in ath_tx_send_normal()
2052 list_add_tail(&bf->list, &bf_head); in ath_tx_send_normal()
2062 ath_tx_txqaddbuf(sc, txq, &bf_head, false); in ath_tx_send_normal()
2558 struct list_head bf_head; in ath_tx_processq() local
2613 INIT_LIST_HEAD(&bf_head); in ath_tx_processq()
2615 list_cut_position(&bf_head, in ath_tx_processq()
2623 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_tx_processq()
2649 struct list_head bf_head; in ath_tx_edma_tasklet() local
2701 INIT_LIST_HEAD(&bf_head); in ath_tx_edma_tasklet()
2703 list_splice_tail_init(fifo_list, &bf_head); in ath_tx_edma_tasklet()
2717 list_cut_position(&bf_head, fifo_list, in ath_tx_edma_tasklet()
2721 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_tx_edma_tasklet()