Home | History | Annotate | Download | only in qbus

Lines Matching defs:NRCV

118 #define NRCV	QT_MAX_RCV	/* Receive descriptors (must be == 32) */
120 #if NRCV != 32 || NXMT != 12
129 struct qt_rring qc_r[NRCV]; /* Receive descriptor ring */
148 struct ifrw sc_ifr[NRCV]; /* UNIBUS receive buffer maps */
153 int nrcv; /* Number of Receives active */
414 MCLBYTES, sc->sc_ifr, NRCV, sc->sc_ifw, NXMT)) {
464 for (i = 0; i < NRCV; i++) {
483 sc->nrcv = 0;
647 --sc->nrcv;
650 if (++sc->rindex >= NRCV)