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

/freebsd-11.0-release/sys/dev/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);
107 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.c171 ath_tx_edma_push_staging_list(struct ath_softc *sc, struct ath_txq *txq,
294 ath_edma_tx_fifo_fill(struct ath_softc *sc, struct ath_txq *txq)
390 ath_edma_dma_restart(struct ath_softc *sc, struct ath_txq *txq)
516 ath_edma_xmit_handoff_hw(struct ath_softc *sc, struct ath_txq *txq,
553 ath_edma_xmit_handoff_mcast(struct ath_softc *sc, struct ath_txq *txq,
608 ath_edma_xmit_handoff(struct ath_softc *sc, struct ath_txq *txq,
769 struct ath_txq *txq;
H A Dif_ath_tx.c215 * the underlying hardware (or software) ath_txq.
219 * TID into multiple ath_txq's for scheduling, so
684 ath_tx_handoff_mcast(struct ath_softc *sc, struct ath_txq *txq,
727 ath_tx_handoff_hw(struct ath_softc *sc, struct ath_txq *txq,
896 ath_legacy_tx_dma_restart(struct ath_softc *sc, struct ath_txq *txq)
945 ath_legacy_xmit_handoff(struct ath_softc *sc, struct ath_txq *txq,
1476 ath_tx_xmit_normal(struct ath_softc *sc, struct ath_txq *txq,
1527 struct ath_buf *bf, struct mbuf *m0, struct ath_txq *txq)
1853 struct ath_txq *txq;
2823 struct ath_txq *tx
[all...]
H A Dif_ath.c183 static void ath_txq_init(struct ath_softc *sc, struct ath_txq *, int);
184 static struct ath_txq *ath_txq_setup(struct ath_softc*, int qtype, int subtype);
186 static void ath_tx_cleanupq(struct ath_softc *, struct ath_txq *);
188 static int ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq,
3640 ath_txqmove(struct ath_txq *dst, struct ath_txq *src)
3832 ath_txq_init(struct ath_softc *sc, struct ath_txq *txq, int qnum)
3850 static struct ath_txq *
3915 struct ath_txq *txq;
3939 struct ath_txq *tx
[all...]
H A Dif_ath_beacon.c565 struct ath_txq *cabq = sc->sc_cabq;
657 struct ath_txq *cabq = sc->sc_cabq;
679 struct ath_txq *cabq = sc->sc_cabq;
696 struct ath_txq *cabq = sc->sc_cabq;
H A Dif_athvar.h139 * Entry on the ath_txq; when there's traffic
344 struct ath_txq { struct
480 struct ath_txq av_mcastq; /* buffered mcast s/w queue */
549 struct ath_txq *txq);
551 struct ath_txq *txq, struct ath_buf *bf);
760 struct ath_txq sc_txq[HAL_NUM_TX_QUEUES];
761 struct ath_txq *sc_ac2q[5]; /* WME AC -> h/w q map */
779 struct ath_txq *sc_cabq; /* tx q for cab frames */

Completed in 64 milliseconds