Lines Matching defs:mwl_txbuf
144 struct mwl_txbuf *, struct mbuf *);
194 static int mwl_txbuf = MWL_TXBUF; /* # tx buffers to allocate */
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;
1261 static struct mwl_txbuf *
1264 struct mwl_txbuf *bf;
1289 mwl_puttxbuf_head(struct mwl_txq *txq, struct mwl_txbuf *bf)
1300 mwl_puttxbuf_tail(struct mwl_txq *txq, struct mwl_txbuf *bf)
1335 struct mwl_txbuf *bf;
1415 struct mwl_txbuf *bf;
2005 struct mwl_txbuf *bf;
2010 for (i = 0; i < mwl_txbuf; i++, bf++)
2022 struct mwl_txbuf *bf;
2026 mwl_txbuf, sizeof(struct mwl_txbuf),
2032 bsize = mwl_txbuf * sizeof(struct mwl_txbuf);
2036 mwl_txbuf);
2042 for (i = 0; i < mwl_txbuf; i++, bf++, ds += MWL_TXDESC) {
2060 struct mwl_txbuf *bf;
2064 for (i = 0; i < mwl_txbuf; i++, bf++) {
2823 struct mwl_txbuf *bf, *bn;
2941 mwl_tx_dmasetup(struct mwl_softc *sc, struct mwl_txbuf *bf, struct mbuf *m0)
3063 mwl_tx_start(struct mwl_softc *sc, struct ieee80211_node *ni, struct mwl_txbuf *bf,
3316 struct mwl_txbuf *bf;
3433 struct mwl_txbuf *bf;
3511 struct mwl_txbuf *bf;
4489 mwl_printtxbuf(const struct mwl_txbuf *bf, u_int qnum, u_int ix)
4535 struct mwl_txbuf *bf;
4810 if (bootverbose || mwl_txbuf != MWL_TXBUF)
4811 device_printf(sc->sc_dev, "using %u tx buffers\n", mwl_txbuf);