Searched refs:mc_softc (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/arch/macppc/dev/ |
H A D | if_mc.c | 64 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 *sc = device_private(self); in mc_attach() [all …]
|
H A D | am79c950.c | 72 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) in mcsetup() 172 struct mc_softc *sc = ifp->if_softc; in mcioctl() 250 struct mc_softc *sc = ifp->if_softc; in mcstart() [all …]
|
H A D | if_mcvar.h | 64 struct mc_softc { struct 77 void (*sc_bus_init)(struct mc_softc *); argument 78 void (*sc_putpacket)(struct mc_softc *, u_int); argument 79 int (*sc_mediachange)(struct mc_softc *); argument 80 void (*sc_mediastatus)(struct mc_softc *, argument 98 int mcsetup(struct mc_softc *, u_int8_t *); argument 100 void mc_rint(struct mc_softc *sc);
|
/netbsd-src/sys/arch/mac68k/obio/ |
H A D | if_mc_obio.c | 67 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); in mc_obio_attach() 236 mc_obio_init(struct mc_softc *sc) in mc_obio_init() 243 mc_obio_put(struct mc_softc *sc, u_int len) in mc_obio_put() [all …]
|
/netbsd-src/sys/arch/mac68k/dev/ |
H A D | if_mc.c | 76 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) in mcsetup() 172 struct mc_softc *sc = ifp->if_softc; in mcioctl() 248 struct mc_softc *sc = ifp->if_softc; in mcstart() [all …]
|
H A D | if_mcvar.h | 64 struct mc_softc { struct 76 void (*sc_bus_init)(struct mc_softc *); argument 77 void (*sc_putpacket)(struct mc_softc *, u_int); argument 95 int mcsetup(struct mc_softc *, u_int8_t *); argument 97 void mc_rint(struct mc_softc *);
|
/netbsd-src/sys/arch/arm/nvidia/ |
H A D | tegra_mc.c | 59 static struct tegra_mc_softc *mc_softc = NULL; variable 107 KASSERT(mc_softc == NULL); in tegra_mc_attach() 108 mc_softc = sc; in tegra_mc_attach()
|