Symbol: sonic_softc
sys/arch/arc/jazz/if_sn_jazzio.c
69
CFATTACH_DECL_NEW(sn_jazzio, sizeof(struct sonic_softc),
sys/arch/arc/jazz/if_sn_jazzio.c
86
struct sonic_softc *sc = device_private(self);
sys/arch/mac68k/nubus/if_sn_nubus.c
103
struct sonic_softc *sc = device_private(self);
sys/arch/mac68k/nubus/if_sn_nubus.c
60
CFATTACH_DECL_NEW(sn_nubus, sizeof(struct sonic_softc),
sys/arch/mac68k/obio/if_sn_obio.c
172
sn_obio_getaddr(struct sonic_softc *sc, uint8_t *lladdr)
sys/arch/mac68k/obio/if_sn_obio.c
199
sn_obio_getaddr_kludge(struct sonic_softc *sc, u_int8_t *lladdr)
sys/arch/mac68k/obio/if_sn_obio.c
62
static int sn_obio_getaddr(struct sonic_softc *, uint8_t *);
sys/arch/mac68k/obio/if_sn_obio.c
63
static int sn_obio_getaddr_kludge(struct sonic_softc *, uint8_t *);
sys/arch/mac68k/obio/if_sn_obio.c
65
CFATTACH_DECL_NEW(sn_obio, sizeof(struct sonic_softc),
sys/arch/mac68k/obio/if_sn_obio.c
96
struct sonic_softc *sc = device_private(self);
sys/dev/ic/dp83932.c
1043
sonic_rxdrain(struct sonic_softc *sc)
sys/dev/ic/dp83932.c
1066
struct sonic_softc *sc = ifp->if_softc;
sys/dev/ic/dp83932.c
1115
sonic_add_rxbuf(struct sonic_softc *sc, int idx)
sys/dev/ic/dp83932.c
1154
sonic_set_camentry(struct sonic_softc *sc, int entry, const uint8_t *enaddr)
sys/dev/ic/dp83932.c
1180
sonic_set_filter(struct sonic_softc *sc)
sys/dev/ic/dp83932.c
270
struct sonic_softc *sc = device_private(self);
sys/dev/ic/dp83932.c
285
struct sonic_softc *sc = ifp->if_softc;
sys/dev/ic/dp83932.c
533
struct sonic_softc *sc = ifp->if_softc;
sys/dev/ic/dp83932.c
576
struct sonic_softc *sc = arg;
sys/dev/ic/dp83932.c
627
sonic_txintr(struct sonic_softc *sc)
sys/dev/ic/dp83932.c
705
sonic_rxintr(struct sonic_softc *sc)
sys/dev/ic/dp83932.c
72
static void sonic_reset(struct sonic_softc *);
sys/dev/ic/dp83932.c
73
static void sonic_rxdrain(struct sonic_softc *);
sys/dev/ic/dp83932.c
74
static int sonic_add_rxbuf(struct sonic_softc *, int);
sys/dev/ic/dp83932.c
75
static void sonic_set_filter(struct sonic_softc *);
sys/dev/ic/dp83932.c
77
static uint16_t sonic_txintr(struct sonic_softc *);
sys/dev/ic/dp83932.c
78
static void sonic_rxintr(struct sonic_softc *);
sys/dev/ic/dp83932.c
871
sonic_reset(struct sonic_softc *sc)
sys/dev/ic/dp83932.c
897
struct sonic_softc *sc = ifp->if_softc;
sys/dev/ic/dp83932.c
90
sonic_attach(struct sonic_softc *sc, const uint8_t *enaddr)
sys/dev/ic/dp83932var.h
351
htosonic16(struct sonic_softc *sc, uint16_t val)
sys/dev/ic/dp83932var.h
360
sonic16toh(struct sonic_softc *sc, uint16_t val)
sys/dev/ic/dp83932var.h
369
htosonic32(struct sonic_softc *sc, uint32_t val)
sys/dev/ic/dp83932var.h
378
sonic32toh(struct sonic_softc *sc, uint32_t val)
sys/dev/ic/dp83932var.h
387
void sonic_attach(struct sonic_softc *, const uint8_t *);