HomeSort by: relevance | last modified time | path
    Searched defs:gmac_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/dev/
if_gm.c 71 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 *, void *, int)
    [all...]
  /src/sys/arch/arm/gemini/
gemini_gmacvar.h 65 struct gmac_softc { struct
189 void gmac_swfree_min_update(struct gmac_softc *);
190 void gmac_intr_update(struct gmac_softc *);

Completed in 13 milliseconds