mb8795_softc
u_char xe_read_reg(struct mb8795_softc *, int);
void xe_write_reg(struct mb8795_softc *, int, u_char);
void xe_dma_reset(struct mb8795_softc *);
void xe_dma_rx_setup(struct mb8795_softc *);
void xe_dma_rx_go(struct mb8795_softc *);
struct mbuf * xe_dma_rx_mbuf(struct mb8795_softc *);
void xe_dma_tx_setup(struct mb8795_softc *);
void xe_dma_tx_go(struct mb8795_softc *);
int xe_dma_tx_mbuf(struct mb8795_softc *, struct mbuf *);
int xe_dma_tx_isactive(struct mb8795_softc *);
struct mb8795_softc *sc = &xsc->sc_mb8795;
struct mb8795_softc *sc = &xsc->sc_mb8795;
mb8795_tint((struct mb8795_softc *)arg);
mb8795_rint((struct mb8795_softc *)arg);
xe_read_reg(struct mb8795_softc *sc, int reg)
xe_write_reg(struct mb8795_softc *sc, int reg, u_char val)
xe_dma_reset(struct mb8795_softc *sc)
xe_dma_rx_setup(struct mb8795_softc *sc)
xe_dma_rx_go(struct mb8795_softc *sc)
xe_dma_rx_mbuf(struct mb8795_softc *sc)
xe_dma_tx_setup(struct mb8795_softc *sc)
xe_dma_tx_go(struct mb8795_softc *sc)
xe_dma_tx_mbuf(struct mb8795_softc *sc, struct mbuf *m)
xe_dma_tx_isactive(struct mb8795_softc *sc)
struct mb8795_softc *sc = arg;
struct mb8795_softc *sc = arg;
void mb8795_start_dma(struct mb8795_softc *); /* XXXX */
struct mb8795_softc *sc = arg;
struct mb8795_softc *sc = arg;
xe_dma_rxmap_load(struct mb8795_softc *sc, bus_dmamap_t map)
struct mb8795_softc *sc = arg;
struct mb8795_softc *sc = arg;
struct mbuf *xe_dma_rxmap_load(struct mb8795_softc *, bus_dmamap_t);
struct mb8795_softc sc_mb8795; /* glue to MI code */
struct mb8795_softc *sc = ifp->if_softc;
struct mb8795_softc *sc = ifp->if_softc;
mb8795_rint(struct mb8795_softc *sc)
mb8795_tint(struct mb8795_softc *sc)
void mb8795_start_dma(struct mb8795_softc *); /* XXX */
mb8795_reset(struct mb8795_softc *sc)
struct mb8795_softc *sc = ifp->if_softc;
mb8795_init(struct mb8795_softc *sc)
struct mb8795_softc *sc = (struct mb8795_softc *)arg;
struct mb8795_softc *sc = ifp->if_softc;
struct mb8795_softc *sc = ifp->if_softc;
mb8795_start_dma(struct mb8795_softc *sc)
void mb8795_start_dma(struct mb8795_softc *);
mb8795_config(struct mb8795_softc *sc, int *media, int nmedia, int defmedia)
void mb8795_init(struct mb8795_softc *);
void mb8795_reset(struct mb8795_softc *);
void mb8795_stop(struct mb8795_softc *);
void mb8795_rint(struct mb8795_softc *);
void mb8795_tint(struct mb8795_softc *);
struct mb8795_softc;
u_char (*gl_read_reg)(struct mb8795_softc *, int);
void (*gl_write_reg)(struct mb8795_softc *, int, u_char);
void (*gl_dma_reset)(struct mb8795_softc *);
void (*gl_dma_rx_setup)(struct mb8795_softc *);
void (*gl_dma_rx_go)(struct mb8795_softc *);
struct mbuf * (*gl_dma_rx_mbuf)(struct mb8795_softc *);
void (*gl_dma_tx_setup)(struct mb8795_softc *);
void (*gl_dma_tx_go)(struct mb8795_softc *);
int (*gl_dma_tx_mbuf)(struct mb8795_softc *, struct mbuf *);
int (*gl_dma_tx_isactive)(struct mb8795_softc *);
void mb8795_config(struct mb8795_softc *, int *, int, int);