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

/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwlvar.h83 struct mwl_txbuf { struct
84 STAILQ_ENTRY(mwl_txbuf) bf_list;
94 typedef STAILQ_HEAD(, mwl_txbuf) mwl_txbufhead;
H A Dif_mwl.c148 struct mwl_txbuf *, struct mbuf *);
197 static int mwl_txbuf = MWL_TXBUF; /* # tx buffers to allocate */ variable
198 SYSCTL_INT(_hw_mwl, OID_AUTO, txbuf, CTLFLAG_RWTUN, &mwl_txbuf,
250 static void mwl_printtxbuf(const struct mwl_txbuf *bf, u_int qnum, u_int ix);
982 sc->sc_hwdma.maxNumTxWcb = mwl_txbuf;
1267 static struct mwl_txbuf *
1270 struct mwl_txbuf *bf;
1295 mwl_puttxbuf_head(struct mwl_txq *txq, struct mwl_txbuf *bf)
1306 mwl_puttxbuf_tail(struct mwl_txq *txq, struct mwl_txbuf *bf)
1341 struct mwl_txbuf *b
[all...]

Completed in 77 milliseconds