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

/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c191 static int mwl_rxdesc = MWL_RXDESC; /* # rx desc's to allocate */ variable
192 SYSCTL_INT(_hw_mwl, OID_AUTO, rxdesc, CTLFLAG_RW, &mwl_rxdesc,
2092 struct mwl_rxdesc *ds;
2096 mwl_rxdesc, sizeof(struct mwl_rxbuf),
2097 1, sizeof(struct mwl_rxdesc));
2111 if (mwl_rxbuf < 2*mwl_rxdesc) {
2114 mwl_rxbuf, 2*mwl_rxdesc);
2115 mwl_rxbuf = 2*mwl_rxdesc;
2158 bsize = mwl_rxdesc * sizeof(struct mwl_rxbuf);
2168 for (i = 0; i < mwl_rxdesc;
[all...]
H A Dmwlreg.h223 struct mwl_rxdesc { struct

Completed in 139 milliseconds