• Home
  • Raw
  • Download

Lines Matching refs:bf_head

154 	struct list_head bf_head;  in ath_tx_flush_tid()  local
159 INIT_LIST_HEAD(&bf_head); in ath_tx_flush_tid()
176 list_add_tail(&bf->list, &bf_head); in ath_tx_flush_tid()
178 ath_tx_complete_buf(sc, bf, txq, &bf_head, &ts, 0); in ath_tx_flush_tid()
239 struct list_head bf_head; in ath_tid_drain() local
244 INIT_LIST_HEAD(&bf_head); in ath_tid_drain()
255 list_add_tail(&bf->list, &bf_head); in ath_tid_drain()
258 ath_tx_complete_buf(sc, bf, txq, &bf_head, &ts, 0); in ath_tid_drain()
374 struct list_head bf_head; in ath_tx_complete_aggr() local
405 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr()
410 list_move_tail(&bf->list, &bf_head); in ath_tx_complete_aggr()
412 ath_tx_complete_buf(sc, bf, txq, &bf_head, ts, 0); in ath_tx_complete_aggr()
501 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr()
503 list_move_tail(&bf->list, &bf_head); in ath_tx_complete_aggr()
518 ath_tx_complete_buf(sc, bf, txq, &bf_head, ts, in ath_tx_complete_aggr()
535 &bf_head, ts, 0); in ath_tx_complete_aggr()
593 struct list_head *bf_head) in ath_tx_process_buffer() argument
613 ath_tx_complete_buf(sc, bf, txq, bf_head, ts, txok); in ath_tx_process_buffer()
615 ath_tx_complete_aggr(sc, txq, bf, bf_head, ts, txok); in ath_tx_process_buffer()
830 struct list_head bf_head; in ath_tx_form_aggr() local
832 INIT_LIST_HEAD(&bf_head); in ath_tx_form_aggr()
833 list_add(&bf->list, &bf_head); in ath_tx_form_aggr()
836 ath_tx_complete_buf(sc, bf, txq, &bf_head, &ts, 0); in ath_tx_form_aggr()
1461 struct list_head bf_head; in ath_drain_txq_list() local
1466 INIT_LIST_HEAD(&bf_head); in ath_drain_txq_list()
1479 list_cut_position(&bf_head, list, &lastbf->list); in ath_drain_txq_list()
1480 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_drain_txq_list()
1692 struct list_head bf_head; in ath_tx_send_ampdu() local
1724 INIT_LIST_HEAD(&bf_head); in ath_tx_send_ampdu()
1725 list_add(&bf->list, &bf_head); in ath_tx_send_ampdu()
1734 ath_tx_txqaddbuf(sc, txctl->txq, &bf_head, false); in ath_tx_send_ampdu()
1741 struct list_head bf_head; in ath_tx_send_normal() local
1746 INIT_LIST_HEAD(&bf_head); in ath_tx_send_normal()
1747 list_add_tail(&bf->list, &bf_head); in ath_tx_send_normal()
1753 ath_tx_txqaddbuf(sc, txq, &bf_head, false); in ath_tx_send_normal()
2144 struct list_head bf_head; in ath_tx_processq() local
2200 INIT_LIST_HEAD(&bf_head); in ath_tx_processq()
2202 list_cut_position(&bf_head, in ath_tx_processq()
2210 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_tx_processq()
2234 struct list_head bf_head; in ath_tx_edma_tasklet() local
2278 INIT_LIST_HEAD(&bf_head); in ath_tx_edma_tasklet()
2280 list_splice_tail_init(fifo_list, &bf_head); in ath_tx_edma_tasklet()
2294 list_cut_position(&bf_head, fifo_list, in ath_tx_edma_tasklet()
2298 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head); in ath_tx_edma_tasklet()