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

/openbsd-current/sys/dev/ic/
H A Di82596var.h242 int rframes; /* Offset to `nrxbuf' frame descriptors */
243 int rbds; /* Offset to `nrxbuf' buffer descriptors */
244 int rbufs; /* Offset to `nrxbuf' receive buffers */
249 int nrxbuf; /* number of recv buffs in use */ member in struct:ie_softc
H A Di82596.c842 if (++rbindex == sc->nrxbuf)
869 if (++rbindex == sc->nrxbuf)
874 rbindex = ((rbindex == 0) ? sc->nrxbuf : rbindex) - 1;
922 for (n = 0; n < sc->nrxbuf; n++) {
1048 if (++head == sc->nrxbuf)
1504 sc->nrxbuf = sc->nframes * B_PER_F;
1514 ptr += sc->nrxbuf * 32;
1518 ptr += sc->nrxbuf * IE_RBUF_SIZE;
1522 sc->nrxbuf);
1550 for (n = 0; n < sc->nrxbuf;
[all...]

Completed in 123 milliseconds