Home
last modified time | relevance | path

Searched refs:mwl_txq (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mwl/
H A Dif_mwlvar.h92 struct mwl_txq *bf_txq; /* backpointer to tx q/ring */
120 struct mwl_txq { struct
324 struct mwl_txq sc_txq[MWL_NUM_TX_QUEUES];
325 struct mwl_txq *sc_ac2q[5]; /* WME AC -> h/w q map */
H A Dif_mwl.c137 static void mwl_txq_init(struct mwl_softc *sc, struct mwl_txq *, int);
140 static void mwl_tx_cleanupq(struct mwl_softc *, struct mwl_txq *);
972 struct mwl_txq *txq = &sc->sc_txq[i]; in mwl_setupdma()
1262 mwl_gettxbuf(struct mwl_softc *sc, struct mwl_txq *txq) in mwl_gettxbuf()
1289 mwl_puttxbuf_head(struct mwl_txq *txq, struct mwl_txbuf *bf) in mwl_puttxbuf_head()
1300 mwl_puttxbuf_tail(struct mwl_txq *txq, struct mwl_txbuf *bf) in mwl_puttxbuf_tail()
1337 struct mwl_txq *txq = NULL; /* XXX silence gcc */ in mwl_start()
1416 struct mwl_txq *txq; in mwl_raw_xmit()
2003 mwl_txq_reset(struct mwl_softc *sc, struct mwl_txq *txq) in mwl_txq_reset()
2019 mwl_txdma_setup(struct mwl_softc *sc, struct mwl_txq *txq) in mwl_txdma_setup()
[all …]