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

/netbsd-6-1-5-RELEASE/sys/arch/next68k/dev/
H A Dif_xevar.h47 int sc_rx_handled_idx; member in struct:xe_softc
H A Dif_xe.c206 xsc->sc_rx_handled_idx = 0;
363 xsc->sc_rx_handled_idx = 0;
386 if (xsc->sc_rx_handled_idx != xsc->sc_rx_completed_idx) {
387 xsc->sc_rx_handled_idx++;
388 xsc->sc_rx_handled_idx %= MB8795_NRXBUFS;
390 map = xsc->sc_rx_dmamap[xsc->sc_rx_handled_idx];
391 m = xsc->sc_rx_mb_head[xsc->sc_rx_handled_idx];
402 xsc->sc_rx_mb_head[xsc->sc_rx_handled_idx] =
715 if (((xsc->sc_rx_loaded_idx+1)%MB8795_NRXBUFS) == xsc->sc_rx_handled_idx) {

Completed in 49 milliseconds