Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_misc.h72 struct ath_txq *txq);
74 extern void ath_txqmove(struct ath_txq *dst, struct ath_txq *src);
84 extern void ath_tx_draintxq(struct ath_softc *sc, struct ath_txq *txq);
90 struct ath_txq *txq, struct ath_tx_status *ts, struct ath_buf *bf);
106 extern void ath_tx_dump(struct ath_softc *sc, struct ath_txq *txq);
H A Dif_ath_tx.h89 extern void ath_tx_txq_drain(struct ath_softc *sc, struct ath_txq *txq);
101 struct ath_txq *txq, int queue_to_head, struct ath_buf *bf);
107 extern void ath_txq_sched(struct ath_softc *sc, struct ath_txq *txq);
143 extern void ath_tx_push_pending(struct ath_softc *sc, struct ath_txq *txq);
H A Dif_ath_tx_edma.c151 ath_edma_tx_fifo_fill(struct ath_softc *sc, struct ath_txq *txq) in ath_edma_tx_fifo_fill()
230 ath_edma_dma_restart(struct ath_softc *sc, struct ath_txq *txq) in ath_edma_dma_restart()
356 ath_edma_xmit_handoff_hw(struct ath_softc *sc, struct ath_txq *txq, in ath_edma_xmit_handoff_hw()
400 ath_edma_xmit_handoff_mcast(struct ath_softc *sc, struct ath_txq *txq, in ath_edma_xmit_handoff_mcast()
455 ath_edma_xmit_handoff(struct ath_softc *sc, struct ath_txq *txq, in ath_edma_xmit_handoff()
615 struct ath_txq *txq; in ath_edma_tx_processq()
H A Dif_ath.c3738 ath_txqmove(struct ath_txq *dst, struct ath_txq *src)
3982 static struct ath_txq *
4047 struct ath_txq *txq;
4071 struct ath_txq *txq = sc->sc_ac2q[ac];
4154 ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq)
4803 struct ath_txq *txq;
4846 struct ath_txq *txq;
4960 ath_tx_draintxq(struct ath_softc *sc, struct ath_txq *txq)
5034 ath_tx_stopdma(struct ath_softc *sc, struct ath_txq *txq)
5099 ath_tx_dump(struct ath_softc *sc, struct ath_txq *txq)
[all …]
H A Dif_ath_tx.c750 ath_tx_handoff_hw(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_handoff_hw()
1875 struct ath_txq *txq; in ath_tx_start()
2856 struct ath_txq *txq = sc->sc_ac2q[tid->ac]; in ath_tx_tid_sched()
2909 struct ath_txq *txq = sc->sc_ac2q[tid->ac]; in ath_tx_tid_unsched()
2983 struct ath_txq *txq, struct ath_buf *bf) in ath_tx_xmit_aggr()
3863 struct ath_txq *txq; in ath_tx_tid_drain_print()
5454 struct ath_txq *txq = sc->sc_ac2q[tid->ac];
5683 struct ath_txq *txq = sc->sc_ac2q[tid->ac];
5771 ath_txq_sched(struct ath_softc *sc, struct ath_txq *txq)
6364 struct ath_txq *txq;
[all …]
H A Dif_athvar.h352 struct ath_txq { struct
493 struct ath_txq av_mcastq; /* buffered mcast s/w queue */
562 struct ath_txq *txq);
564 struct ath_txq *txq, struct ath_buf *bf);
793 struct ath_txq sc_txq[HAL_NUM_TX_QUEUES];
794 struct ath_txq *sc_ac2q[5]; /* WME AC -> h/w q map */
816 struct ath_txq *sc_cabq; /* tx q for cab frames */
H A Dif_ath_beacon.c574 struct ath_txq *cabq = sc->sc_cabq; in ath_beacon_cabq_start_edma()
666 struct ath_txq *cabq = sc->sc_cabq; in ath_beacon_cabq_start_legacy()
688 struct ath_txq *cabq = sc->sc_cabq; in ath_beacon_cabq_start()
705 struct ath_txq *cabq = sc->sc_cabq; in ath_beacon_generate()