Searched refs:malo_rxquota (Results 1 – 1 of 1) sorted by relevance
71 static int malo_rxquota = MALO_RXBUF; /* # max buffers to process */ variable72 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()