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

/freebsd-10.0-release/sys/dev/mwl/
H A Dif_mwl.c186 static int mwl_rxdesc = MWL_RXDESC; /* # rx desc's to allocate */ variable
187 SYSCTL_INT(_hw_mwl, OID_AUTO, rxdesc, CTLFLAG_RW, &mwl_rxdesc,
2189 struct mwl_rxdesc *ds;
2193 mwl_rxdesc, sizeof(struct mwl_rxbuf),
2194 1, sizeof(struct mwl_rxdesc));
2208 if (mwl_rxbuf < 2*mwl_rxdesc) {
2211 mwl_rxbuf, 2*mwl_rxdesc);
2212 mwl_rxbuf = 2*mwl_rxdesc;
2256 bsize = mwl_rxdesc * sizeof(struct mwl_rxbuf);
2266 for (i = 0; i < mwl_rxdesc;
[all...]
H A Dmwlreg.h223 struct mwl_rxdesc { struct

Completed in 195 milliseconds