Home
last modified time | relevance | path

Searched refs:bf_head (Results 1 – 1 of 1) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dxmit.c243 struct list_head bf_head; in ath_tx_flush_tid() local
248 INIT_LIST_HEAD(&bf_head); in ath_tx_flush_tid()
266 list_add_tail(&bf->list, &bf_head); in ath_tx_flush_tid()
267 ath_tx_complete_buf(sc, bf, txq, &bf_head, &ts, 0); in ath_tx_flush_tid()
320 struct list_head bf_head; in ath_tid_drain() local
325 INIT_LIST_HEAD(&bf_head); in ath_tid_drain()
336 list_add_tail(&bf->list, &bf_head); in ath_tid_drain()
337 ath_tx_complete_buf(sc, bf, txq, &bf_head, &ts, 0); in ath_tid_drain()
450 struct list_head bf_head; in ath_tx_complete_aggr() local
480 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr()
[all …]