Searched refs:sonic_softc (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mac68k/obio/
H A Dif_sn_obio.c60 static int sn_obio_getaddr(struct sonic_softc *, uint8_t *);
61 static int sn_obio_getaddr_kludge(struct sonic_softc *, uint8_t *);
63 CFATTACH_DECL_NEW(sn_obio, sizeof(struct sonic_softc),
94 struct sonic_softc *sc = device_private(self);
170 sn_obio_getaddr(struct sonic_softc *sc, uint8_t *lladdr)
197 sn_obio_getaddr_kludge(struct sonic_softc *sc, u_int8_t *lladdr)
/netbsd-6-1-5-RELEASE/sys/arch/arc/jazz/
H A Dif_sn_jazzio.c68 CFATTACH_DECL_NEW(sn_jazzio, sizeof(struct sonic_softc),
85 struct sonic_softc *sc = device_private(self);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Ddp83932.c71 static void sonic_reset(struct sonic_softc *);
72 static void sonic_rxdrain(struct sonic_softc *);
73 static int sonic_add_rxbuf(struct sonic_softc *, int);
74 static void sonic_set_filter(struct sonic_softc *);
76 static uint16_t sonic_txintr(struct sonic_softc *);
77 static void sonic_rxintr(struct sonic_softc *);
89 sonic_attach(struct sonic_softc *sc, const uint8_t *enaddr)
265 struct sonic_softc *sc = device_private(self);
280 struct sonic_softc *sc = ifp->if_softc;
533 struct sonic_softc *s
[all...]
H A Ddp83932var.h148 struct sonic_softc { struct
349 htosonic16(struct sonic_softc *sc, uint16_t val)
358 sonic16toh(struct sonic_softc *sc, uint16_t val)
367 htosonic32(struct sonic_softc *sc, uint32_t val)
376 sonic32toh(struct sonic_softc *sc, uint32_t val)
385 void sonic_attach(struct sonic_softc *, const uint8_t *);
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/nubus/
H A Dif_sn_nubus.c58 CFATTACH_DECL_NEW(sn_nubus, sizeof(struct sonic_softc),
101 struct sonic_softc *sc = device_private(self);

Completed in 87 milliseconds