Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dxmit.c56 struct ath_txq *txq, struct list_head *bf_q,
440 struct ath_buf *bf, struct list_head *bf_q, in ath_tx_complete_aggr() argument
984 struct ath_atx_tid *tid, struct list_head *bf_q, in ath_tx_form_aggr() argument
1035 list_add_tail(&bf->list, bf_q); in ath_tx_form_aggr()
1441 struct ath_atx_tid *tid, struct list_head *bf_q, in ath_tx_form_burst() argument
1451 list_add_tail(&bf->list, bf_q); in ath_tx_form_burst()
1478 struct list_head bf_q; in ath_tx_sched_aggr() local
1482 INIT_LIST_HEAD(&bf_q); in ath_tx_sched_aggr()
1498 aggr_len = ath_tx_form_aggr(sc, txq, tid, &bf_q, bf); in ath_tx_sched_aggr()
1500 ath_tx_form_burst(sc, txq, tid, &bf_q, bf); in ath_tx_sched_aggr()
[all …]