Symbol: fwohci_softc
sys/dev/firewire/fwohci.c
1041
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/firewire/fwohci.c
1051
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/firewire/fwohci.c
1059
fwohci_txd(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
sys/dev/firewire/fwohci.c
1221
fwohci_db_init(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
sys/dev/firewire/fwohci.c
125
static void fwohci_db_init (struct fwohci_softc *, struct fwohci_dbch *);
sys/dev/firewire/fwohci.c
127
static void fwohci_arcv (struct fwohci_softc *, struct fwohci_dbch *, int);
sys/dev/firewire/fwohci.c
128
static void fwohci_txd (struct fwohci_softc *, struct fwohci_dbch *);
sys/dev/firewire/fwohci.c
1298
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/firewire/fwohci.c
131
static void fwohci_start (struct fwohci_softc *, struct fwohci_dbch *);
sys/dev/firewire/fwohci.c
1314
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/firewire/fwohci.c
132
static uint32_t fwphy_wrdata (struct fwohci_softc *, uint32_t, uint32_t);
sys/dev/firewire/fwohci.c
133
static uint32_t fwphy_rddata (struct fwohci_softc *, uint32_t);
sys/dev/firewire/fwohci.c
1336
fwohci_tx_enable(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
sys/dev/firewire/fwohci.c
134
static int fwohci_rx_enable (struct fwohci_softc *, struct fwohci_dbch *);
sys/dev/firewire/fwohci.c
135
static int fwohci_tx_enable (struct fwohci_softc *, struct fwohci_dbch *);
sys/dev/firewire/fwohci.c
1395
fwohci_rx_enable(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
sys/dev/firewire/fwohci.c
148
static void dump_db (struct fwohci_softc *, uint32_t);
sys/dev/firewire/fwohci.c
150
static void dump_dma (struct fwohci_softc *, uint32_t);
sys/dev/firewire/fwohci.c
1503
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/firewire/fwohci.c
152
static void fwohci_rbuf_update (struct fwohci_softc *, int);
sys/dev/firewire/fwohci.c
153
static void fwohci_tbuf_update (struct fwohci_softc *, int);
sys/dev/firewire/fwohci.c
154
void fwohci_txbufdb (struct fwohci_softc *, int , struct fw_bulkxfer *);
sys/dev/firewire/fwohci.c
1621
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/firewire/fwohci.c
1718
fwohci_stop(struct fwohci_softc *sc, device_t dev)
sys/dev/firewire/fwohci.c
1754
fwohci_resume(struct fwohci_softc *sc, device_t dev)
sys/dev/firewire/fwohci.c
1784
fwohci_dump_intr(struct fwohci_softc *sc, uint32_t stat)
sys/dev/firewire/fwohci.c
1815
fwohci_intr_core(struct fwohci_softc *sc, uint32_t stat, int count)
sys/dev/firewire/fwohci.c
1915
fwohci_intr_dma(struct fwohci_softc *sc, uint32_t stat, int count)
sys/dev/firewire/fwohci.c
1992
struct fwohci_softc *sc = (struct fwohci_softc *)arg;
sys/dev/firewire/fwohci.c
2004
struct fwohci_softc *sc = (struct fwohci_softc *)arg;
sys/dev/firewire/fwohci.c
2047
struct fwohci_softc *sc = (struct fwohci_softc *)arg;
sys/dev/firewire/fwohci.c
2060
fwohci_check_stat(struct fwohci_softc *sc)
sys/dev/firewire/fwohci.c
2098
struct fwohci_softc *sc = (struct fwohci_softc *)arg;
sys/dev/firewire/fwohci.c
2108
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/firewire/fwohci.c
2118
struct fwohci_softc *sc;
sys/dev/firewire/fwohci.c
2120
sc = (struct fwohci_softc *)fc;
sys/dev/firewire/fwohci.c
2133
fwohci_tbuf_update(struct fwohci_softc *sc, int dmach)
sys/dev/firewire/fwohci.c
2181
fwohci_rbuf_update(struct fwohci_softc *sc, int dmach)
sys/dev/firewire/fwohci.c
2244
dump_dma(struct fwohci_softc *sc, uint32_t ch)
sys/dev/firewire/fwohci.c
2289
dump_db(struct fwohci_softc *sc, uint32_t ch)
sys/dev/firewire/fwohci.c
2467
struct fwohci_softc *sc;
sys/dev/firewire/fwohci.c
2471
sc = (struct fwohci_softc *)fc;
sys/dev/firewire/fwohci.c
2498
fwohci_txbufdb(struct fwohci_softc *sc, int dmach, struct fw_bulkxfer *bulkxfer)
sys/dev/firewire/fwohci.c
263
fwphy_wrdata(struct fwohci_softc *sc, uint32_t addr, uint32_t data)
sys/dev/firewire/fwohci.c
2707
fwohci_get_plen(struct fwohci_softc *sc, struct fwohci_dbch *dbch, struct fw_pkt *fp)
sys/dev/firewire/fwohci.c
2734
fwohci_arcv_free_buf(struct fwohci_softc *sc, struct fwohci_dbch *dbch,
sys/dev/firewire/fwohci.c
2750
fwohci_arcv(struct fwohci_softc *sc, struct fwohci_dbch *dbch, int count)
sys/dev/firewire/fwohci.c
281
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/firewire/fwohci.c
305
fwphy_rddata(struct fwohci_softc *sc, u_int addr)
sys/dev/firewire/fwohci.c
354
struct fwohci_softc *fc;
sys/dev/firewire/fwohci.c
364
fc = (struct fwohci_softc *)sc->fc;
sys/dev/firewire/fwohci.c
417
fwohci_probe_phy(struct fwohci_softc *sc, device_t dev)
sys/dev/firewire/fwohci.c
494
fwohci_reset(struct fwohci_softc *sc, device_t dev)
sys/dev/firewire/fwohci.c
600
fwohci_init(struct fwohci_softc *sc, device_t dev)
sys/dev/firewire/fwohci.c
775
struct fwohci_softc *sc __unused;
sys/dev/firewire/fwohci.c
777
sc = (struct fwohci_softc *)arg;
sys/dev/firewire/fwohci.c
783
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
sys/dev/firewire/fwohci.c
788
fwohci_detach(struct fwohci_softc *sc, device_t dev)
sys/dev/firewire/fwohci.c
858
fwohci_start(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
sys/dev/firewire/fwohci_pci.c
405
struct fwohci_softc *sc;
sys/dev/firewire/fwohci_pci.c
409
sc = (struct fwohci_softc *)device_get_softc(dev);
sys/dev/firewire/fwohcivar.h
78
int fwohci_init (struct fwohci_softc *, device_t);
sys/dev/firewire/fwohcivar.h
80
void fwohci_reset (struct fwohci_softc *, device_t);
sys/dev/firewire/fwohcivar.h
81
int fwohci_detach (struct fwohci_softc *, device_t);
sys/dev/firewire/fwohcivar.h
82
int fwohci_resume (struct fwohci_softc *, device_t);
sys/dev/firewire/fwohcivar.h
83
int fwohci_stop (struct fwohci_softc *, device_t dev);