fwohci_softc
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
fwohci_txd(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch)
static void fwohci_db_init (struct fwohci_softc *, fwohci_softc::fwohci_dbch *);
static void fwohci_db_free (fwohci_softc::fwohci_dbch *);
static void fwohci_arcv (struct fwohci_softc *, fwohci_softc::fwohci_dbch *, int);
static void fwohci_txd (struct fwohci_softc *, fwohci_softc::fwohci_dbch *);
static void fwohci_start (struct fwohci_softc *, fwohci_softc::fwohci_dbch *);
fwohci_db_free(fwohci_softc::fwohci_dbch *dbch)
static uint32_t fwphy_wrdata ( struct fwohci_softc *, uint32_t, uint32_t);
static uint32_t fwphy_rddata ( struct fwohci_softc *, uint32_t);
static int fwohci_rx_enable (struct fwohci_softc *, fwohci_softc::fwohci_dbch *);
fwohci_db_init(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch)
static int fwohci_tx_enable (struct fwohci_softc *, fwohci_softc::fwohci_dbch *);
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
fwohci_tx_enable(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch)
static int fwohci_add_tx_buf (fwohci_softc::fwohci_dbch *, struct fwohcidb_tr *, int);
static void dump_db (struct fwohci_softc *, uint32_t);
static void dump_dma (struct fwohci_softc *, uint32_t);
static void fwohci_rbuf_update (struct fwohci_softc *, int);
fwohci_rx_enable(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch)
static void fwohci_tbuf_update (struct fwohci_softc *, int);
void fwohci_txbufdb (struct fwohci_softc *, int , struct fw_bulkxfer *);
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
fwohci_softc::fwohci_dbch *dbch;
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
fwohci_softc::fwohci_dbch *dbch;
fwohci_stop(struct fwohci_softc *sc)
fwohci_dump_intr(struct fwohci_softc *sc, uint32_t stat)
fwohci_intr_core(struct fwohci_softc *sc, uint32_t stat, int count)
fwohci_intr_dma(struct fwohci_softc *sc, uint32_t stat, int count)
fwohci_softc::fwohci_dbch *dbch;
struct fwohci_softc *sc = (struct fwohci_softc *)arg;
struct fwohci_softc *sc = (struct fwohci_softc *)arg;
struct fwohci_softc *sc = (struct fwohci_softc *)arg;
fwohci_check_stat(struct fwohci_softc *sc)
struct fwohci_softc *sc = (struct fwohci_softc *)arg;
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
struct fwohci_softc *sc;
sc = (struct fwohci_softc *)fc;
fwohci_tbuf_update(struct fwohci_softc *sc, int dmach)
fwohci_rbuf_update(struct fwohci_softc *sc, int dmach)
dump_dma(struct fwohci_softc *sc, uint32_t ch)
dump_db(struct fwohci_softc *sc, uint32_t ch)
fwohci_softc::fwohci_dbch *dbch;
struct fwohci_softc *sc;
sc = (struct fwohci_softc *)fc;
fwphy_wrdata( struct fwohci_softc *sc, uint32_t addr, uint32_t data)
fwohci_txbufdb(struct fwohci_softc *sc, int dmach, struct fw_bulkxfer *bulkxfer)
fwohci_softc::fwohci_dbch *dbch;
fwohci_add_tx_buf(fwohci_softc::fwohci_dbch *dbch, struct fwohcidb_tr *db_tr,
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
fwohci_get_plen(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch, struct fw_pkt *fp)
fwohci_arcv_free_buf(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch,
fwohci_arcv(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch, int count)
fwphy_rddata(struct fwohci_softc *sc, uint32_t addr)
struct fwohci_softc *fc;
fc = (struct fwohci_softc *)cookie;//our cookie points to sc->fc not sc see fwraw.c
fwohci_probe_phy(struct fwohci_softc *sc)
fwohci_reset(struct fwohci_softc *sc)
fwohci_init(struct fwohci_softc *sc)
struct fwohci_softc *sc;
sc = (struct fwohci_softc *)arg;
struct fwohci_softc *sc = (struct fwohci_softc *)fc;
fwohci_detach(struct fwohci_softc *sc)
fwohci_start(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch)
struct fwohci_softc *sc;
int fwohci_init (struct fwohci_softc *);
void fwohci_reset (struct fwohci_softc *);
int fwohci_detach (struct fwohci_softc *);
int fwohci_stop (struct fwohci_softc *);
int fwohci_init (struct fwohci_softc *, device_t);
void fwohci_reset (struct fwohci_softc *, device_t);
int fwohci_detach (struct fwohci_softc *, device_t);
int fwohci_resume (struct fwohci_softc *, device_t);
int fwohci_stop (struct fwohci_softc *, device_t dev);