Searched refs:mc_softc (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/macppc/dev/
H A Dif_mcvar.h64 struct mc_softc { struct
77 void (*sc_bus_init)(struct mc_softc *);
78 void (*sc_putpacket)(struct mc_softc *, u_int);
79 int (*sc_mediachange)(struct mc_softc *);
80 void (*sc_mediastatus)(struct mc_softc *,
98 int mcsetup(struct mc_softc *, u_int8_t *);
100 void mc_rint(struct mc_softc *sc);
H A Dif_mc.c64 hide void mc_init(struct mc_softc *);
65 hide void mc_putpacket(struct mc_softc *, u_int);
67 hide void mc_reset_rxdma(struct mc_softc *);
68 hide void mc_reset_txdma(struct mc_softc *);
69 hide void mc_select_utp(struct mc_softc *);
70 hide void mc_select_aui(struct mc_softc *);
71 hide int mc_mediachange(struct mc_softc *);
72 hide void mc_mediastatus(struct mc_softc *, struct ifmediareq *);
82 CFATTACH_DECL_NEW(mc, sizeof(struct mc_softc),
108 struct mc_softc *s
[all...]
H A Dam79c950.c72 hide int mcinit(struct mc_softc *);
73 hide int mcstop(struct mc_softc *);
76 hide void mcreset(struct mc_softc *);
78 integrate u_int maceput(struct mc_softc *, struct mbuf *);
79 integrate void mc_tint(struct mc_softc *);
80 integrate void mace_read(struct mc_softc *, uint8_t *, int);
81 integrate struct mbuf *mace_get(struct mc_softc *, uint8_t *, int);
137 mcsetup(struct mc_softc *sc, uint8_t *lladdr)
172 struct mc_softc *sc = ifp->if_softc;
250 struct mc_softc *s
[all...]
/netbsd-current/sys/arch/mac68k/dev/
H A Dif_mcvar.h64 struct mc_softc { struct
76 void (*sc_bus_init)(struct mc_softc *);
77 void (*sc_putpacket)(struct mc_softc *, u_int);
95 int mcsetup(struct mc_softc *, u_int8_t *);
97 void mc_rint(struct mc_softc *);
H A Dif_mc.c76 hide int mcinit(struct mc_softc *);
77 hide int mcstop(struct mc_softc *);
80 hide void mcreset(struct mc_softc *);
82 integrate u_int maceput(struct mc_softc *, struct mbuf *);
83 integrate void mc_tint(struct mc_softc *);
84 integrate void mace_read(struct mc_softc *, void *, int);
85 integrate struct mbuf *mace_get(struct mc_softc *, void *, int);
140 mcsetup(struct mc_softc *sc, uint8_t *lladdr)
172 struct mc_softc *sc = ifp->if_softc;
248 struct mc_softc *s
[all...]
/netbsd-current/sys/arch/mac68k/obio/
H A Dif_mc_obio.c67 hide void mc_obio_init(struct mc_softc *);
68 hide void mc_obio_put(struct mc_softc *, u_int);
70 hide void mc_reset_rxdma(struct mc_softc *);
71 hide void mc_reset_rxdma_set(struct mc_softc *, int);
72 hide void mc_reset_txdma(struct mc_softc *);
73 hide int mc_obio_getaddr(struct mc_softc *, u_int8_t *);
75 CFATTACH_DECL_NEW(mc_obio, sizeof(struct mc_softc),
113 struct mc_softc *sc = device_private(self);
236 mc_obio_init(struct mc_softc *sc)
243 mc_obio_put(struct mc_softc *s
[all...]
/netbsd-current/sys/arch/arm/nvidia/
H A Dtegra_mc.c59 static struct tegra_mc_softc *mc_softc = NULL; variable in typeref:struct:tegra_mc_softc
107 KASSERT(mc_softc == NULL);
108 mc_softc = sc;

Completed in 179 milliseconds