Searched refs:bf_head (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 237 struct list_head bf_head; in ath_tx_flush_tid() local 242 INIT_LIST_HEAD(&bf_head); in ath_tx_flush_tid() 260 list_add_tail(&bf->list, &bf_head); in ath_tx_flush_tid() 261 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tx_flush_tid() 322 struct list_head bf_head; in ath_tid_drain() local 328 INIT_LIST_HEAD(&bf_head); in ath_tid_drain() 339 list_add_tail(&bf->list, &bf_head); in ath_tid_drain() 340 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0); in ath_tid_drain() 449 struct list_head bf_head; in ath_tx_complete_aggr() local 472 INIT_LIST_HEAD(&bf_head); in ath_tx_complete_aggr() 681 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 963 struct list_head bf_head; ath_tx_get_tid_subframe() local 1816 struct list_head bf_head; ath_drain_txq_list() local 2053 struct list_head bf_head; ath_tx_send_normal() local 2576 struct list_head bf_head; ath_tx_processq() local 2667 struct list_head bf_head; ath_tx_edma_tasklet() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A 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() 730 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 1012 struct list_head bf_head; ath_tx_get_tid_subframe() local 1875 struct list_head bf_head; ath_drain_txq_list() local 2112 struct list_head bf_head; ath_tx_send_normal() local 2635 struct list_head bf_head; ath_tx_processq() local 2726 struct list_head bf_head; ath_tx_edma_tasklet() local [all...] |
Completed in 5 milliseconds