Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/sbus/
Dbereg.h221 u_int32_t rxrbufptr; /* local memory rx read ptr */
Dqereg.h79 u_int32_t rxrbufptr; /* local memory rx read ptr */
/mirbsd/src/sys/arch/sparc/dev/
Dqereg.h46 volatile u_int32_t rxrbufptr; /* local memory rx read ptr */ member
Dbereg.h158 volatile u_int32_t rxrbufptr; /* local memory rx read ptr */ member
Dqe.c736 cr->rxwbufptr = cr->rxrbufptr = sc->sc_channel * qec->sc_msize;
737 cr->txwbufptr = cr->txrbufptr = cr->rxrbufptr + qec->sc_rsize;
Dbe.c733 cr->rxwbufptr = cr->rxrbufptr = sc->sc_channel * qec->sc_msize;
734 cr->txwbufptr = cr->txrbufptr = cr->rxrbufptr + qec->sc_rsize;