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

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c62 struct ath_txq *txq, struct list_head *bf_q,
488 struct ath_buf *bf, struct list_head *bf_q,
1032 struct ath_atx_tid *tid, struct list_head *bf_q,
1083 list_add_tail(&bf->list, bf_q);
1501 struct ath_atx_tid *tid, struct list_head *bf_q,
1511 list_add_tail(&bf->list, bf_q);
1538 struct list_head bf_q; local
1542 INIT_LIST_HEAD(&bf_q);
1558 aggr_len = ath_tx_form_aggr(sc, txq, tid, &bf_q, bf);
1560 ath_tx_form_burst(sc, txq, tid, &bf_q, b
487 ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf, struct list_head *bf_q, struct ieee80211_sta *sta, struct ath_atx_tid *tid, struct ath_tx_status *ts, int txok) argument
1031 ath_tx_form_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, struct ath_buf *bf_first) argument
1500 ath_tx_form_burst(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, struct ath_buf *bf_first) argument
1698 struct list_head bf_q; local
2516 ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, struct ath_txq *txq, struct list_head *bf_q, struct ieee80211_sta *sta, struct ath_tx_status *ts, int txok) argument
2783 struct list_head bf_q; local
[all...]

Completed in 132 milliseconds