Searched refs:fwohci_dbch (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/bus_managers/firewire/ |
H A D | fwohcivar.h | 44 struct fwohci_dbch{ struct
|
H A D | fwohci.cpp | 116 static void fwohci_db_init (struct fwohci_softc *, fwohci_softc::fwohci_dbch *); 117 static void fwohci_db_free (fwohci_softc::fwohci_dbch *); 118 static void fwohci_arcv (struct fwohci_softc *, fwohci_softc::fwohci_dbch *, int); 119 static void fwohci_txd (struct fwohci_softc *, fwohci_softc::fwohci_dbch *); 122 static void fwohci_start (struct fwohci_softc *, fwohci_softc::fwohci_dbch *); 125 static int fwohci_rx_enable (struct fwohci_softc *, fwohci_softc::fwohci_dbch *); 126 static int fwohci_tx_enable (struct fwohci_softc *, fwohci_softc::fwohci_dbch *); 138 static int fwohci_add_tx_buf (fwohci_softc::fwohci_dbch *, struct fwohcidb_tr *, int); 874 fwohci_start(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch) 1079 fwohci_txd(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch) [all …]
|