Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwohci.c127 static void fwohci_arcv (struct fwohci_softc *, struct fwohci_dbch *, int);
1950 fwohci_arcv(sc, &sc->arrs, count);
1957 fwohci_arcv(sc, &sc->arrq, count);
2037 fwohci_arcv(sc, &sc->arrs, -1);
2038 fwohci_arcv(sc, &sc->arrq, -1);
2750 fwohci_arcv(struct fwohci_softc *sc, struct fwohci_dbch *dbch, int count) function