Searched refs:bf_head (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 283 struct list_head bf_head; in ath_tx_flush_tid() local 288 INIT_LIST_HEAD(&bf_head); in ath_tx_flush_tid() 306 list_add_tail(&bf->list, &bf_head); in ath_tx_flush_tid() 307 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tx_flush_tid() 366 struct list_head bf_head; in ath_tid_drain() local 371 INIT_LIST_HEAD(&bf_head); in ath_tid_drain() 382 list_add_tail(&bf->list, &bf_head); in ath_tid_drain() 383 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tid_drain() 493 struct list_head bf_head; in ath_tx_complete_aggr() local 516 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr() 727 ath_tx_process_buffer(struct ath_softc * sc,struct ath_txq * txq,struct ath_tx_status * ts,struct ath_buf * bf,struct list_head * bf_head) ath_tx_process_buffer() argument 1007 struct list_head bf_head; ath_tx_get_tid_subframe() local 1876 struct list_head bf_head; ath_drain_txq_list() local 2113 struct list_head bf_head; ath_tx_send_normal() local 2627 struct list_head bf_head; ath_tx_processq() local 2718 struct list_head bf_head; ath_tx_edma_tasklet() local [all...] |