/src/sys/dev/qbus/ |
if_de.c | 154 struct ifrw sc_ifr[NRCV]; /* UNIBUS receive buffer maps */ member in struct:de_softc 320 sc->sc_ifr, NRCV, sc->sc_ifw, NXMT)) { 378 ifrw = &sc->sc_ifr[0]; 540 m = if_ubaget(&sc->sc_ifuba, &sc->sc_ifr[sc->sc_rindex],
|
if_qt.c | 148 struct ifrw sc_ifr[NRCV]; /* UNIBUS receive buffer maps */ member in struct:qt_softc 414 MCLBYTES, sc->sc_ifr, NRCV, sc->sc_ifw, NXMT)) { 466 ifrw = &sc->sc_ifr[i]; 639 m = if_ubaget(&sc->sc_ifuba, &sc->sc_ifr[(int)sc->rindex],
|
if_dmc.c | 155 struct ifrw sc_ifr[NRCV]; /* UNIBUS receive buffer maps */ member in struct:dmc_softc 343 sc->sc_ifr, NRCV, sc->sc_ifw, NXMT) == 0) { 359 ifrw = &sc->sc_ifr[0]; 585 ifrw= &sc->sc_ifr[0];
|