Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_misc.h74 struct ath_txq *txq);
76 extern void ath_txqmove(struct ath_txq *dst, struct ath_txq *src);
86 extern void ath_tx_draintxq(struct ath_softc *sc, struct ath_txq *txq);
92 struct ath_txq *txq, struct ath_tx_status *ts, struct ath_buf *bf);
109 extern void ath_tx_dump(struct ath_softc *sc, struct ath_txq *txq);
H A Dif_ath_tx.h88 extern void ath_tx_txq_drain(struct ath_softc *sc, struct ath_txq *txq);
100 struct ath_txq *txq, int queue_to_head, struct ath_buf *bf);
106 extern void ath_txq_sched(struct ath_softc *sc, struct ath_txq *txq);
142 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, in ath_tx_edma_push_staging_list()
301 ath_edma_tx_fifo_fill(struct ath_softc *sc, struct ath_txq *txq) in ath_edma_tx_fifo_fill()
402 ath_edma_dma_restart(struct ath_softc *sc, struct ath_txq *txq) in ath_edma_dma_restart()
528 ath_edma_xmit_handoff_hw(struct ath_softc *sc, struct ath_txq *txq, in ath_edma_xmit_handoff_hw()
565 ath_edma_xmit_handoff_mcast(struct ath_softc *sc, struct ath_txq *txq, in ath_edma_xmit_handoff_mcast()
620 ath_edma_xmit_handoff(struct ath_softc *sc, struct ath_txq *txq, in ath_edma_xmit_handoff()
799 struct ath_txq *txq; in ath_edma_tx_processq()
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,
3799 ath_txqmove(struct ath_txq *dst, struct ath_txq *src) in ath_txqmove()
3995 ath_txq_init(struct ath_softc *sc, struct ath_txq *txq, int qnum) in ath_txq_init()
4013 static struct ath_txq *
4078 struct ath_txq *txq; in ath_tx_setup()
4102 struct ath_txq *txq = sc->sc_ac2q[ac]; in ath_txq_update()
4189 ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_cleanupq()
[all …]
H A Dif_ath_beacon.c571 struct ath_txq *cabq = sc->sc_cabq; in ath_beacon_cabq_start_edma()
663 struct ath_txq *cabq = sc->sc_cabq; in ath_beacon_cabq_start_legacy()
685 struct ath_txq *cabq = sc->sc_cabq; in ath_beacon_cabq_start()
702 struct ath_txq *cabq = sc->sc_cabq; in ath_beacon_generate()
H A Dif_athvar.h348 struct ath_txq { struct
483 struct ath_txq av_mcastq; /* buffered mcast s/w queue */
553 struct ath_txq *txq);
555 struct ath_txq *txq, struct ath_buf *bf);
764 struct ath_txq sc_txq[HAL_NUM_TX_QUEUES];
765 struct ath_txq *sc_ac2q[5]; /* WME AC -> h/w q map */
784 struct ath_txq *sc_cabq; /* tx q for cab frames */
H A Dif_ath_tx.c697 ath_tx_handoff_mcast(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_handoff_mcast()
740 ath_tx_handoff_hw(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_handoff_hw()
909 ath_legacy_tx_dma_restart(struct ath_softc *sc, struct ath_txq *txq) in ath_legacy_tx_dma_restart()
958 ath_legacy_xmit_handoff(struct ath_softc *sc, struct ath_txq *txq, in ath_legacy_xmit_handoff()
1503 ath_tx_xmit_normal(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_xmit_normal()
1554 struct ath_buf *bf, struct mbuf *m0, struct ath_txq *txq) in ath_tx_normal_setup()
1910 struct ath_txq *txq; in ath_tx_start()
2908 struct ath_txq *txq = sc->sc_ac2q[tid->ac]; in ath_tx_tid_sched()
2961 struct ath_txq *txq = sc->sc_ac2q[tid->ac]; in ath_tx_tid_unsched()
3047 struct ath_txq *txq, struct ath_buf *bf) in ath_tx_xmit_aggr()
[all …]