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

/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwlvar.h162 struct mwl_rxbuf { struct
163 STAILQ_ENTRY(mwl_rxbuf) bf_list;
168 typedef STAILQ_HEAD(, mwl_rxbuf) mwl_rxbufhead;
315 struct mwl_rxbuf *sc_rxnext; /* next rx buffer to process */
H A Dif_mwl.c137 static int mwl_rxbuf_init(struct mwl_softc *, struct mwl_rxbuf *);
192 static int mwl_rxbuf = MWL_RXBUF; /* # rx buffers to allocate */ variable
193 SYSCTL_INT(_hw_mwl, OID_AUTO, rxbuf, CTLFLAG_RWTUN, &mwl_rxbuf,
247 static void mwl_printrxbuf(const struct mwl_rxbuf *bf, u_int ix);
2089 struct mwl_rxbuf *bf;
2095 mwl_rxdesc, sizeof(struct mwl_rxbuf),
2110 if (mwl_rxbuf < 2*mwl_rxdesc) {
2113 mwl_rxbuf, 2*mwl_rxdesc);
2114 mwl_rxbuf = 2*mwl_rxdesc;
2117 sc->sc_rxmemsize = mwl_rxbuf*jumbosiz
[all...]

Completed in 117 milliseconds