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

/freebsd-10-stable/sys/dev/mwl/
H A Dif_mwlvar.h159 struct mwl_rxbuf { struct
160 STAILQ_ENTRY(mwl_rxbuf) bf_list;
165 typedef STAILQ_HEAD(, mwl_rxbuf) mwl_rxbufhead;
310 struct mwl_rxbuf *sc_rxnext; /* next rx buffer to process */
H A Dif_mwl.c134 static int mwl_rxbuf_init(struct mwl_softc *, struct mwl_rxbuf *);
189 static int mwl_rxbuf = MWL_RXBUF; /* # rx buffers to allocate */ variable
190 SYSCTL_INT(_hw_mwl, OID_AUTO, rxbuf, CTLFLAG_RW, &mwl_rxbuf,
192 TUNABLE_INT("hw.mwl.rxbuf", &mwl_rxbuf);
251 static void mwl_printrxbuf(const struct mwl_rxbuf *bf, u_int ix);
2190 struct mwl_rxbuf *bf;
2196 mwl_rxdesc, sizeof(struct mwl_rxbuf),
2211 if (mwl_rxbuf < 2*mwl_rxdesc) {
2214 mwl_rxbuf, 2*mwl_rxdesc);
2215 mwl_rxbuf
[all...]

Completed in 107 milliseconds