Home
last modified time | relevance | path

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

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