HomeSort by: relevance | last modified time | path
    Searched refs:mb8795_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/next68k/dev/
mb8795var.h 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 *)
51 struct mb8795_softc { struct
    [all...]
if_xevar.h 28 struct mb8795_softc sc_mb8795; /* glue to MI code */
if_xe.c 86 struct mbuf *xe_dma_rxmap_load(struct mb8795_softc *, bus_dmamap_t);
112 u_char xe_read_reg(struct mb8795_softc *, int);
113 void xe_write_reg(struct mb8795_softc *, int, u_char);
114 void xe_dma_reset(struct mb8795_softc *);
115 void xe_dma_rx_setup(struct mb8795_softc *);
116 void xe_dma_rx_go(struct mb8795_softc *);
117 struct mbuf * xe_dma_rx_mbuf(struct mb8795_softc *);
118 void xe_dma_tx_setup(struct mb8795_softc *);
119 void xe_dma_tx_go(struct mb8795_softc *);
120 int xe_dma_tx_mbuf(struct mb8795_softc *, struct mbuf *)
    [all...]
mb8795.c 92 void mb8795_start_dma(struct mb8795_softc *);
98 mb8795_config(struct mb8795_softc *sc, int *media, int nmedia, int defmedia)
145 struct mb8795_softc *sc = ifp->if_softc;
189 struct mb8795_softc *sc = ifp->if_softc;
244 mb8795_rint(struct mb8795_softc *sc)
359 mb8795_tint(struct mb8795_softc *sc)
379 void mb8795_start_dma(struct mb8795_softc *); /* XXX */
426 mb8795_reset(struct mb8795_softc *sc)
485 struct mb8795_softc *sc = ifp->if_softc;
499 mb8795_init(struct mb8795_softc *sc
    [all...]

Completed in 13 milliseconds