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

/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.c74 static int malo_rxquota = MALO_RXBUF; /* # max buffers to process */ variable
75 SYSCTL_INT(_hw_malo, OID_AUTO, rxquota, CTLFLAG_RWTUN, &malo_rxquota,
1968 for (ntodo = malo_rxquota; ntodo > 0 && readptr != writeptr; ntodo--) {

Completed in 50 milliseconds