Searched refs:sc_roffset (Results 1 – 2 of 2) sorted by relevance
469 get = vrxp->rxbuf + sc->sc_roffset; in gtmpsc_softintr() 500 get = vrxp->rxbuf + sc->sc_roffset; in gtmpsc_softintr() 583 sc->sc_roffset = 0; in gtmpscopen() 1116 sc->sc_roffset = 0; in gtmpsc_rxdesc_init() 1472 sc->sc_roffset = 0; in gtmpsc_common_getc() 1484 ch = vrxp->rxbuf[sc->sc_roffset++]; in gtmpsc_common_getc() 1487 if (sc->sc_roffset == vrxp->rxdesc.sdma_cnt) { in gtmpsc_common_getc()
108 volatile int sc_roffset; /* offset of RX buffer */ member