Searched refs:bf_head (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 284 struct list_head bf_head; in ath_tx_flush_tid() local 289 INIT_LIST_HEAD(&bf_head); in ath_tx_flush_tid() 307 list_add_tail(&bf->list, &bf_head); in ath_tx_flush_tid() 308 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tx_flush_tid() 369 struct list_head bf_head; in ath_tid_drain() local 375 INIT_LIST_HEAD(&bf_head); in ath_tid_drain() 386 list_add_tail(&bf->list, &bf_head); in ath_tid_drain() 387 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tid_drain() 498 struct list_head bf_head; in ath_tx_complete_aggr() local 521 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr() [all …]
|