Searched refs:mwl_txbuf (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/mwl/
H A Dif_mwlvar.h82 struct mwl_txbuf { struct
83 STAILQ_ENTRY(mwl_txbuf) bf_list;
93 typedef STAILQ_HEAD(, mwl_txbuf) mwl_txbufhead;
H A Dif_mwl.c143 struct mwl_txbuf *, struct mbuf *);
193 static int mwl_txbuf = MWL_TXBUF; /* # tx buffers to allocate */ variable
194 SYSCTL_INT(_hw_mwl, OID_AUTO, txbuf, CTLFLAG_RW, &mwl_txbuf,
196 TUNABLE_INT("hw.mwl.txbuf", &mwl_txbuf);
252 static void mwl_printtxbuf(const struct mwl_txbuf *bf, u_int qnum, u_int ix);
1016 sc->sc_hwdma.maxNumTxWcb = mwl_txbuf;
1341 static struct mwl_txbuf *
1344 struct mwl_txbuf *bf;
1369 mwl_puttxbuf_head(struct mwl_txq *txq, struct mwl_txbuf *bf)
1380 mwl_puttxbuf_tail(struct mwl_txq *txq, struct mwl_txbuf *b
[all...]

Completed in 67 milliseconds