• Home
  • Raw
  • Download

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()
1305 struct ath_txq *txq, int len) in ath_tx_fill_desc()
1397 ath_tx_form_burst(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_form_burst()
1431 static bool ath_tx_sched_aggr(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_sched_aggr()
1482 struct ath_txq *txq; in ath_tx_aggr_start()
1522 struct ath_txq *txq = txtid->txq; in ath_tx_aggr_stop()
1535 struct ath_txq *txq; in ath_tx_aggr_sleep()
1564 struct ath_txq *txq; in ath_tx_aggr_wakeup()
1589 struct ath_txq *txq; in ath_tx_aggr_resume()
1615 struct ath_txq *txq = sc->tx.uapsdq; in ath9k_release_buffered_frames()
1676 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype) in ath_txq_setup()
1728 struct ath_txq *txq = &sc->tx.txq[axq_qnum]; in ath_txq_setup()
1790 static void ath_drain_txq_list(struct ath_softc *sc, struct ath_txq *txq, in ath_drain_txq_list()
1823 void ath_draintxq(struct ath_softc *sc, struct ath_txq *txq) in ath_draintxq()
1849 struct ath_txq *txq; in ath_drain_all_txq()
1893 void ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_cleanupq()
1902 void ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_schedule()
1964 struct ath_txq *txq; in ath_txq_schedule_all()
1984 static void ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_txqaddbuf()
2051 static void ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_send_normal()
2154 struct ath_txq *txq, in ath_tx_setup_buffer()
2284 struct ath_txq *txq = txctl->txq; in ath_tx_start()
2460 int tx_flags, struct ath_txq *txq) in ath_tx_complete()
2508 struct ath_txq *txq, struct list_head *bf_q, in ath_tx_complete_buf()
2607 static void ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_processq()
2699 struct ath_txq *txq; in ath_tx_edma_tasklet()
2865 struct ath_txq *txq; in ath_tx_node_cleanup()