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

/netbsd-current/sys/dev/qbus/
H A Dif_dmc.c304 struct ifxmt *ifxp; local
367 ifxp = &sc->sc_ifw[0];
369 rp->ubinfo = ifxp->ifw_info;
372 ifxp++;
561 struct ifxmt *ifxp; local
658 ifxp = &sc->sc_ifw[0];
662 ifxp++;
673 if_ubaend(&sc->sc_ifuba, ifxp);
915 struct ifxmt *ifxp; local
920 for (ifxp
[all...]
H A Dif_de.c312 struct ifxmt *ifxp; local
371 ifxp = &sc->sc_ifw[0];
373 rp->r_segbl = LOWORD(ifxp->ifw_info);
374 rp->r_segbh = HIWORD(ifxp->ifw_info);
376 ifxp++;
453 struct ifxmt *ifxp; local
484 ifxp = &sc->sc_ifw[sc->sc_xindex];
498 if_ubaend(&sc->sc_ifuba, ifxp);
H A Dif_qt.c402 struct ifxmt *ifxp; local
473 ifxp = &sc->sc_ifw[i];
474 tp->tmd4 = loint(ifxp->ifw_info);
475 tp->tmd5 = hiint(ifxp->ifw_info);

Completed in 99 milliseconds