Lines Matching refs:mwl_txbuf

144 			     struct mwl_txbuf *, struct mbuf *);
194 static int mwl_txbuf = MWL_TXBUF; /* # tx buffers to allocate */ variable
195 SYSCTL_INT(_hw_mwl, OID_AUTO, txbuf, CTLFLAG_RWTUN, &mwl_txbuf,
244 static void mwl_printtxbuf(const struct mwl_txbuf *bf, u_int qnum, u_int ix);
976 sc->sc_hwdma.maxNumTxWcb = mwl_txbuf; in mwl_setupdma()
1261 static struct mwl_txbuf *
1264 struct mwl_txbuf *bf; 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()
1335 struct mwl_txbuf *bf; in mwl_start()
1415 struct mwl_txbuf *bf; in mwl_raw_xmit()
2005 struct mwl_txbuf *bf; in mwl_txq_reset()
2010 for (i = 0; i < mwl_txbuf; i++, bf++) in mwl_txq_reset()
2022 struct mwl_txbuf *bf; in mwl_txdma_setup()
2026 mwl_txbuf, sizeof(struct mwl_txbuf), in mwl_txdma_setup()
2032 bsize = mwl_txbuf * sizeof(struct mwl_txbuf); in mwl_txdma_setup()
2036 mwl_txbuf); in mwl_txdma_setup()
2042 for (i = 0; i < mwl_txbuf; i++, bf++, ds += MWL_TXDESC) { in mwl_txdma_setup()
2060 struct mwl_txbuf *bf; in mwl_txdma_cleanup()
2064 for (i = 0; i < mwl_txbuf; i++, bf++) { in mwl_txdma_cleanup()
2823 struct mwl_txbuf *bf, *bn; in mwl_txq_init()
2941 mwl_tx_dmasetup(struct mwl_softc *sc, struct mwl_txbuf *bf, struct mbuf *m0) in mwl_tx_dmasetup()
3063 mwl_tx_start(struct mwl_softc *sc, struct ieee80211_node *ni, struct mwl_txbuf *bf, in mwl_tx_start()
3316 struct mwl_txbuf *bf; in mwl_tx_processq()
3434 struct mwl_txbuf *bf; in mwl_tx_draintxq()
3512 struct mwl_txbuf *bf; in mwl_cleartxq()
4490 mwl_printtxbuf(const struct mwl_txbuf *bf, u_int qnum, u_int ix) in mwl_printtxbuf()
4536 struct mwl_txbuf *bf;
4811 if (bootverbose || mwl_txbuf != MWL_TXBUF) in mwl_announce()
4812 device_printf(sc->sc_dev, "using %u tx buffers\n", mwl_txbuf); in mwl_announce()