Lines Matching refs:bf_head

283 	struct list_head bf_head;
288 INIT_LIST_HEAD(&bf_head);
306 list_add_tail(&bf->list, &bf_head);
307 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0);
366 struct list_head bf_head;
371 INIT_LIST_HEAD(&bf_head);
382 list_add_tail(&bf->list, &bf_head);
383 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0);
493 struct list_head bf_head;
516 INIT_LIST_HEAD(&bf_head);
521 list_move_tail(&bf->list, &bf_head);
523 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, ts, 0);
611 INIT_LIST_HEAD(&bf_head);
613 list_move_tail(&bf->list, &bf_head);
632 ath_tx_complete_buf(sc, bf, txq, &bf_head, sta, ts,
653 &bf_head, NULL, ts,
727 struct list_head *bf_head)
766 ath_tx_complete_buf(sc, bf, txq, bf_head, sta, ts, txok);
768 ath_tx_complete_aggr(sc, txq, bf, bf_head, sta, tid, ts, txok);
1007 struct list_head bf_head;
1009 INIT_LIST_HEAD(&bf_head);
1010 list_add(&bf->list, &bf_head);
1012 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0);
1876 struct list_head bf_head;
1881 INIT_LIST_HEAD(&bf_head);
1894 list_cut_position(&bf_head, list, &lastbf->list);
1895 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head);
2113 struct list_head bf_head;
2116 INIT_LIST_HEAD(&bf_head);
2117 list_add_tail(&bf->list, &bf_head);
2127 ath_tx_txqaddbuf(sc, txq, &bf_head, false);
2627 struct list_head bf_head;
2682 INIT_LIST_HEAD(&bf_head);
2684 list_cut_position(&bf_head,
2692 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head);
2718 struct list_head bf_head;
2770 INIT_LIST_HEAD(&bf_head);
2772 list_splice_tail_init(fifo_list, &bf_head);
2786 list_cut_position(&bf_head, fifo_list,
2790 ath_tx_process_buffer(sc, txq, &ts, bf, &bf_head);