Lines Matching defs:mb8795_softc
31 struct mb8795_softc;
38 u_char (*gl_read_reg)(struct mb8795_softc *, int);
39 void (*gl_write_reg)(struct mb8795_softc *, int, u_char);
40 void (*gl_dma_reset)(struct mb8795_softc *);
41 void (*gl_dma_rx_setup)(struct mb8795_softc *);
42 void (*gl_dma_rx_go)(struct mb8795_softc *);
43 struct mbuf * (*gl_dma_rx_mbuf)(struct mb8795_softc *);
44 void (*gl_dma_tx_setup)(struct mb8795_softc *);
45 void (*gl_dma_tx_go)(struct mb8795_softc *);
46 int (*gl_dma_tx_mbuf)(struct mb8795_softc *, struct mbuf *);
47 int (*gl_dma_tx_isactive)(struct mb8795_softc *);
51 struct mb8795_softc {
99 void mb8795_config(struct mb8795_softc *, int *, int, int);
100 void mb8795_init(struct mb8795_softc *);
102 void mb8795_reset(struct mb8795_softc *);
104 void mb8795_stop(struct mb8795_softc *);
107 void mb8795_rint(struct mb8795_softc *);
108 void mb8795_tint(struct mb8795_softc *);