Lines Matching refs:ath_txq
50 static void ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq,
53 int tx_flags, struct ath_txq *txq);
55 struct ath_txq *txq, struct list_head *bf_q,
57 static void ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq,
65 struct ath_txq *txq,
80 void ath_txq_lock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_lock()
86 void ath_txq_unlock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock()
92 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock_complete()
106 static void ath_tx_queue_tid(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_queue_tid()
145 static void ath_txq_skb_done(struct ath_softc *sc, struct ath_txq *txq, in ath_txq_skb_done()
200 struct ath_txq *txq = tid->txq; in ath_tx_tid_change_state()
229 struct ath_txq *txq = tid->txq; in ath_tx_flush_tid()
303 static void ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq, in ath_tid_drain()
330 static void ath_tx_set_retry(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_set_retry()
427 static void ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_complete_aggr()
663 static void ath_tx_process_buffer(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_process_buffer()
860 ath_tx_get_tid_subframe(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_get_tid_subframe()
937 ath_tx_form_aggr(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_form_aggr()
1300 struct ath_txq *txq, int len) in ath_tx_fill_desc()
1392 ath_tx_form_burst(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_form_burst()
1426 static bool ath_tx_sched_aggr(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_sched_aggr()
1477 struct ath_txq *txq; in ath_tx_aggr_start()
1517 struct ath_txq *txq = txtid->txq; in ath_tx_aggr_stop()
1530 struct ath_txq *txq; in ath_tx_aggr_sleep()
1559 struct ath_txq *txq; in ath_tx_aggr_wakeup()
1584 struct ath_txq *txq; in ath_tx_aggr_resume()
1610 struct ath_txq *txq = sc->tx.uapsdq; in ath9k_release_buffered_frames()
1671 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype) in ath_txq_setup()
1723 struct ath_txq *txq = &sc->tx.txq[axq_qnum]; in ath_txq_setup()
1785 static void ath_drain_txq_list(struct ath_softc *sc, struct ath_txq *txq, in ath_drain_txq_list()
1818 void ath_draintxq(struct ath_softc *sc, struct ath_txq *txq) in ath_draintxq()
1844 struct ath_txq *txq; in ath_drain_all_txq()
1888 void ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_cleanupq()
1897 void ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_schedule()
1959 struct ath_txq *txq; in ath_txq_schedule_all()
1979 static void ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_txqaddbuf()
2046 static void ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_send_normal()
2148 struct ath_txq *txq, in ath_tx_setup_buffer()
2278 struct ath_txq *txq = txctl->txq; in ath_tx_start()
2454 int tx_flags, struct ath_txq *txq) in ath_tx_complete()
2502 struct ath_txq *txq, struct list_head *bf_q, in ath_tx_complete_buf()
2601 static void ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_processq()
2693 struct ath_txq *txq; in ath_tx_edma_tasklet()
2859 struct ath_txq *txq; in ath_tx_node_cleanup()