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

/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwlvar.h160 struct mwl_rxbuf { struct
161 STAILQ_ENTRY(mwl_rxbuf) bf_list;
166 typedef STAILQ_HEAD(, mwl_rxbuf) mwl_rxbufhead;
313 struct mwl_rxbuf *sc_rxnext; /* next rx buffer to process */
H A Dif_mwl.c139 static int mwl_rxbuf_init(struct mwl_softc *, struct mwl_rxbuf *);
194 static int mwl_rxbuf = MWL_RXBUF; /* # rx buffers to allocate */ variable
195 SYSCTL_INT(_hw_mwl, OID_AUTO, rxbuf, CTLFLAG_RWTUN, &mwl_rxbuf,
249 static void mwl_printrxbuf(const struct mwl_rxbuf *bf, u_int ix);
2090 struct mwl_rxbuf *bf;
2096 mwl_rxdesc, sizeof(struct mwl_rxbuf),
2111 if (mwl_rxbuf < 2*mwl_rxdesc) {
2114 mwl_rxbuf, 2*mwl_rxdesc);
2115 mwl_rxbuf = 2*mwl_rxdesc;
2118 sc->sc_rxmemsize = mwl_rxbuf*jumbosiz
[all...]

Completed in 62 milliseconds