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

/openbsd-current/sys/dev/fdt/
H A Dqcpas.c81 volatile uint32_t *sc_rx_tail; member in struct:qcpas_softc
590 sc->sc_rx_tail = &descs[2];
624 tail = *sc->sc_rx_tail + sc->sc_rx_off;
655 tail = *sc->sc_rx_tail + roundup(sc->sc_rx_off, 8);
660 *sc->sc_rx_tail = tail;
999 while (*sc->sc_rx_tail != *sc->sc_rx_head) {

Completed in 60 milliseconds