Searched refs:fwohci_dbch (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/firewire/
H A Dfwohcivar.h47 struct fwohci_dbch { struct in struct:fwohci_softc
H A Dfwohci.c124 static void fwohci_db_init (struct fwohci_softc *, struct fwohci_dbch *);
125 static void fwohci_db_free (struct fwohci_dbch *);
126 static void fwohci_arcv (struct fwohci_softc *, struct fwohci_dbch *, int);
127 static void fwohci_txd (struct fwohci_softc *, struct fwohci_dbch *);
130 static void fwohci_start (struct fwohci_softc *, struct fwohci_dbch *);
133 static int fwohci_rx_enable (struct fwohci_softc *, struct fwohci_dbch *);
134 static int fwohci_tx_enable (struct fwohci_softc *, struct fwohci_dbch *);
145 static int fwohci_add_rx_buf (struct fwohci_dbch *, struct fwohcidb_tr *, int, struct fwdma_alloc *);
146 static int fwohci_add_tx_buf (struct fwohci_dbch *, struct fwohcidb_tr *, int);
857 fwohci_start(struct fwohci_softc *sc, struct fwohci_dbch *dbc
[all...]

Completed in 116 milliseconds