Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ieee1394/
H A Dfwohci.c187 static void fwohci_db_init(struct fwohci_softc *, struct fwohci_dbch *);
479 fwohci_db_init(sc, &sc->arrq); in fwohci_attach()
483 fwohci_db_init(sc, &sc->arrs); in fwohci_attach()
487 fwohci_db_init(sc, &sc->atrq); in fwohci_attach()
491 fwohci_db_init(sc, &sc->atrs); in fwohci_attach()
820 fwohci_db_init(sc, dbch); in fwohci_irx_enable()
927 fwohci_db_init(sc, dbch); in fwohci_itxbuf_enable()
1725 fwohci_db_init(struct fwohci_softc *sc, struct fwohci_dbch *dbch) function