HomeSort by: relevance | last modified time | path
    Searched defs:fwohci_txd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ieee1394/
fwohci.c 185 static void fwohci_txd(struct fwohci_softc *, struct fwohci_dbch *);
1553 fwohci_txd(struct fwohci_softc *sc, struct fwohci_dbch *dbch) function in typeref:typename:void
2120 fwohci_txd(sc, &(sc->atrq));
2122 fwohci_txd(sc, &(sc->atrs));
2161 fwohci_txd(sc, &sc->atrq);
2162 fwohci_txd(sc, &sc->atrs);
fwohci.c 185 static void fwohci_txd(struct fwohci_softc *, struct fwohci_dbch *);
1553 fwohci_txd(struct fwohci_softc *sc, struct fwohci_dbch *dbch) function in typeref:typename:void
2120 fwohci_txd(sc, &(sc->atrq));
2122 fwohci_txd(sc, &(sc->atrs));
2161 fwohci_txd(sc, &sc->atrq);
2162 fwohci_txd(sc, &sc->atrs);

Completed in 23 milliseconds