Searched refs:gmac_softc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/macppc/dev/
H A Dif_gm.c71 struct gmac_softc { struct
94 static inline u_int gmac_read_reg(struct gmac_softc *, int);
95 static inline void gmac_write_reg(struct gmac_softc *, int, u_int);
97 static inline void gmac_start_txdma(struct gmac_softc *);
98 static inline void gmac_start_rxdma(struct gmac_softc *);
99 static inline void gmac_stop_txdma(struct gmac_softc *);
100 static inline void gmac_stop_rxdma(struct gmac_softc *);
103 void gmac_tint(struct gmac_softc *);
104 void gmac_rint(struct gmac_softc *);
105 struct mbuf * gmac_get(struct gmac_softc *, voi
[all...]
/netbsd-current/sys/arch/arm/gemini/
H A Dgemini_gmacvar.h65 struct gmac_softc { struct
189 void gmac_swfree_min_update(struct gmac_softc *);
190 void gmac_intr_update(struct gmac_softc *);
H A Dif_gmc.c56 struct gmac_softc *sc_psc;
264 struct gmac_softc * const psc = sc->sc_psc;
410 struct gmac_softc * const psc = sc->sc_psc;
446 struct gmac_softc * const psc = sc->sc_psc;
666 struct gmac_softc * const psc = sc->sc_psc;
676 struct gmac_softc * const psc = sc->sc_psc;
727 struct gmac_softc *psc = device_private(parent);
746 struct gmac_softc * const psc = device_private(parent);
H A Dgemini_gmac.c73 CFATTACH_DECL_NEW(geminigmac, sizeof(struct gmac_softc),
80 gmac_swfree_min_update(struct gmac_softc *sc)
95 gmac_intr_update(struct gmac_softc *sc)
110 gmac_init(struct gmac_softc *sc)
242 struct gmac_softc *sc = device_private(self);
351 struct gmac_softc * const sc = device_private(dv);
362 struct gmac_softc * const sc = device_private(dv);
395 struct gmac_softc * const sc = device_private(parent);
412 struct gmac_softc * const sc = device_private(parent);

Completed in 220 milliseconds