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

/freebsd-10-stable/sys/dev/mwl/
H A Dif_mwl.c201 static int mwl_rxquota = MWL_RXBUF; /* # max buffers to process */ variable
202 SYSCTL_INT(_hw_mwl, OID_AUTO, rxquota, CTLFLAG_RW, &mwl_rxquota,
204 TUNABLE_INT("hw.mwl.rxquota", &mwl_rxquota);
2735 for (ntodo = mwl_rxquota; ntodo > 0; ntodo--) {

Completed in 210 milliseconds