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

/freebsd-current/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.c144 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,
247 static void mwl_printtxbuf(const struct mwl_txbuf *bf, u_int qnum, u_int ix);
979 sc->sc_hwdma.maxNumTxWcb = mwl_txbuf;
1264 static struct mwl_txbuf *
1267 struct mwl_txbuf *bf;
1292 mwl_puttxbuf_head(struct mwl_txq *txq, struct mwl_txbuf *bf)
1303 mwl_puttxbuf_tail(struct mwl_txq *txq, struct mwl_txbuf *bf)
1338 struct mwl_txbuf *b
[all...]

Completed in 200 milliseconds