Symbol: dp8390_softc
sys/arch/luna88k/cbus/if_ne_cbus.c
113
struct dp8390_softc *dsc = &nsc->sc_dp8390;
sys/arch/luna88k/cbus/if_ne_cbus.c
171
struct dp8390_softc *dsc = &nsc->sc_dp8390;
sys/dev/ic/ax88190.c
104
ax88190_media_fini(struct dp8390_softc *sc)
sys/dev/ic/ax88190.c
110
ax88190_mediachange(struct dp8390_softc *sc)
sys/dev/ic/ax88190.c
117
ax88190_mediastatus(struct dp8390_softc *sc, struct ifmediareq *ifmr)
sys/dev/ic/ax88190.c
125
ax88190_init_card(struct dp8390_softc *sc)
sys/dev/ic/ax88190.c
131
ax88190_stop_card(struct dp8390_softc *sc)
sys/dev/ic/ax88190.c
81
ax88190_media_init(struct dp8390_softc *sc)
sys/dev/ic/ax88190var.h
37
void ax88190_media_init(struct dp8390_softc *);
sys/dev/ic/ax88190var.h
38
void ax88190_media_fini(struct dp8390_softc *);
sys/dev/ic/ax88190var.h
40
int ax88190_mediachange(struct dp8390_softc *);
sys/dev/ic/ax88190var.h
41
void ax88190_mediastatus(struct dp8390_softc *, struct ifmediareq *ifmr);
sys/dev/ic/ax88190var.h
42
void ax88190_init_card(struct dp8390_softc *);
sys/dev/ic/ax88190var.h
43
void ax88190_stop_card(struct dp8390_softc *);
sys/dev/ic/dl10019.c
117
dl10019_media_init(struct dp8390_softc *sc)
sys/dev/ic/dl10019.c
141
dl10019_media_fini(struct dp8390_softc *sc)
sys/dev/ic/dl10019.c
147
dl10019_mediachange(struct dp8390_softc *sc)
sys/dev/ic/dl10019.c
154
dl10019_mediastatus(struct dp8390_softc *sc, struct ifmediareq *ifmr)
sys/dev/ic/dl10019.c
162
dl10019_init_card(struct dp8390_softc *sc)
sys/dev/ic/dl10019.c
169
dl10019_stop_card(struct dp8390_softc *sc)
sys/dev/ic/dl10019.c
177
struct dp8390_softc *sc = (void *) self;
sys/dev/ic/dl10019.c
187
struct dp8390_softc *sc = (void *) self;
sys/dev/ic/dl10019.c
223
struct dp8390_softc *sc = (void *) self;
sys/dev/ic/dl10019.c
64
void dl10019_mii_reset(struct dp8390_softc *);
sys/dev/ic/dl10019.c
97
dl10019_mii_reset(struct dp8390_softc *sc)
sys/dev/ic/dl10019var.h
42
void dl10019_media_init(struct dp8390_softc *);
sys/dev/ic/dl10019var.h
43
void dl10019_media_fini(struct dp8390_softc *);
sys/dev/ic/dl10019var.h
45
int dl10019_mediachange(struct dp8390_softc *);
sys/dev/ic/dl10019var.h
46
void dl10019_mediastatus(struct dp8390_softc *, struct ifmediareq *ifmr);
sys/dev/ic/dl10019var.h
47
void dl10019_init_card(struct dp8390_softc *);
sys/dev/ic/dl10019var.h
48
void dl10019_stop_card(struct dp8390_softc *);
sys/dev/ic/dp8390.c
1003
dp8390_read_hdr(struct dp8390_softc *sc, int src, struct dp8390_ring *hdrp)
sys/dev/ic/dp8390.c
1024
dp8390_ring_copy(struct dp8390_softc *sc, int src, caddr_t dst, u_short amount)
sys/dev/ic/dp8390.c
1053
dp8390_write_mbuf(struct dp8390_softc *sc, struct mbuf *m, int buf)
sys/dev/ic/dp8390.c
1077
dp8390_enable(struct dp8390_softc *sc)
sys/dev/ic/dp8390.c
1096
dp8390_disable(struct dp8390_softc *sc)
sys/dev/ic/dp8390.c
1105
dp8390_detach(struct dp8390_softc *sc, int flags)
sys/dev/ic/dp8390.c
143
struct dp8390_softc *sc = ifp->if_softc;
sys/dev/ic/dp8390.c
157
struct dp8390_softc *sc = ifp->if_softc;
sys/dev/ic/dp8390.c
173
dp8390_reset(struct dp8390_softc *sc)
sys/dev/ic/dp8390.c
187
dp8390_stop(struct dp8390_softc *sc)
sys/dev/ic/dp8390.c
220
struct dp8390_softc *sc = ifp->if_softc;
sys/dev/ic/dp8390.c
232
dp8390_init(struct dp8390_softc *sc)
sys/dev/ic/dp8390.c
368
dp8390_xmit(struct dp8390_softc *sc)
sys/dev/ic/dp8390.c
425
struct dp8390_softc *sc = ifp->if_softc;
sys/dev/ic/dp8390.c
47
static __inline__ void dp8390_xmit(struct dp8390_softc *);
sys/dev/ic/dp8390.c
482
dp8390_rint(struct dp8390_softc *sc)
sys/dev/ic/dp8390.c
49
static __inline__ void dp8390_read_hdr(struct dp8390_softc *,
sys/dev/ic/dp8390.c
51
static __inline__ int dp8390_ring_copy(struct dp8390_softc *,
sys/dev/ic/dp8390.c
53
static __inline__ int dp8390_write_mbuf(struct dp8390_softc *,
sys/dev/ic/dp8390.c
56
static int dp8390_test_mem(struct dp8390_softc *);
sys/dev/ic/dp8390.c
613
struct dp8390_softc *sc = (struct dp8390_softc *)arg;
sys/dev/ic/dp8390.c
66
dp8390_media_init(struct dp8390_softc *sc)
sys/dev/ic/dp8390.c
77
dp8390_config(struct dp8390_softc *sc)
sys/dev/ic/dp8390.c
808
struct dp8390_softc *sc = ifp->if_softc;
sys/dev/ic/dp8390.c
916
dp8390_get(struct dp8390_softc *sc, int src, u_short total_len)
sys/dev/ic/dp8390.c
980
dp8390_test_mem(struct dp8390_softc *sc)
sys/dev/ic/dp8390var.h
154
int dp8390_config(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
159
void dp8390_reset(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
160
void dp8390_init(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
161
void dp8390_stop(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
162
int dp8390_enable(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
163
void dp8390_disable(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
168
void dp8390_media_init(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
170
int dp8390_detach(struct dp8390_softc *, int);
sys/dev/ic/dp8390var.h
172
void dp8390_rint(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
175
struct mbuf *dp8390_get(struct dp8390_softc *, int, u_short);
sys/dev/ic/dp8390var.h
68
int (*test_mem)(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
69
void (*init_card)(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
70
void (*stop_card)(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
71
void (*read_hdr)(struct dp8390_softc *,
sys/dev/ic/dp8390var.h
73
void (*recv_int)(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
74
int (*ring_copy)(struct dp8390_softc *,
sys/dev/ic/dp8390var.h
76
int (*write_mbuf)(struct dp8390_softc *, struct mbuf *, int);
sys/dev/ic/dp8390var.h
78
int (*sc_enable)(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
79
void (*sc_disable)(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
81
void (*sc_media_init)(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
82
void (*sc_media_fini)(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
84
int (*sc_mediachange)(struct dp8390_softc *);
sys/dev/ic/dp8390var.h
85
void (*sc_mediastatus)(struct dp8390_softc *,
sys/dev/ic/ne2000.c
284
struct dp8390_softc *dsc = &nsc->sc_dp8390;
sys/dev/ic/ne2000.c
451
ne2000_write_mbuf(struct dp8390_softc *sc, struct mbuf *m, int buf)
sys/dev/ic/ne2000.c
610
ne2000_ring_copy(struct dp8390_softc *sc, int src, caddr_t dst,
sys/dev/ic/ne2000.c
641
ne2000_read_hdr(struct dp8390_softc *sc, int buf, struct dp8390_ring *hdr)
sys/dev/ic/ne2000.c
654
ne2000_test_mem(struct dp8390_softc *sc)
sys/dev/ic/ne2000.c
74
int ne2000_write_mbuf(struct dp8390_softc *, struct mbuf *, int);
sys/dev/ic/ne2000.c
75
int ne2000_ring_copy(struct dp8390_softc *, int, caddr_t, u_short);
sys/dev/ic/ne2000.c
76
void ne2000_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
sys/dev/ic/ne2000.c
77
int ne2000_test_mem(struct dp8390_softc *);
sys/dev/ic/ne2000.c
95
struct dp8390_softc *dsc = &nsc->sc_dp8390;
sys/dev/ic/ne2000var.h
38
struct dp8390_softc sc_dp8390;
sys/dev/ic/rtl80x9.c
102
rtl80x9_init_card(struct dp8390_softc *sc)
sys/dev/ic/rtl80x9.c
155
rtl80x9_media_init(struct dp8390_softc *sc)
sys/dev/ic/rtl80x9.c
60
rtl80x9_mediachange(struct dp8390_softc *dsc)
sys/dev/ic/rtl80x9.c
73
rtl80x9_mediastatus(struct dp8390_softc *sc, struct ifmediareq *ifmr)
sys/dev/ic/rtl80x9var.h
46
int rtl80x9_mediachange(struct dp8390_softc *);
sys/dev/ic/rtl80x9var.h
47
void rtl80x9_mediastatus(struct dp8390_softc *, struct ifmediareq *);
sys/dev/ic/rtl80x9var.h
48
void rtl80x9_init_card(struct dp8390_softc *);
sys/dev/ic/rtl80x9var.h
49
void rtl80x9_media_init(struct dp8390_softc *);
sys/dev/isa/if_ec.c
101
void ec_media_init(struct dp8390_softc *);
sys/dev/isa/if_ec.c
103
int ec_mediachange(struct dp8390_softc *);
sys/dev/isa/if_ec.c
104
void ec_mediastatus(struct dp8390_softc *, struct ifmediareq *);
sys/dev/isa/if_ec.c
106
void ec_init_card(struct dp8390_softc *);
sys/dev/isa/if_ec.c
107
int ec_write_mbuf(struct dp8390_softc *, struct mbuf *, int);
sys/dev/isa/if_ec.c
108
int ec_ring_copy(struct dp8390_softc *, int, caddr_t, u_short);
sys/dev/isa/if_ec.c
109
void ec_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
sys/dev/isa/if_ec.c
110
int ec_fake_test_mem(struct dp8390_softc *);
sys/dev/isa/if_ec.c
111
int ec_test_mem(struct dp8390_softc *);
sys/dev/isa/if_ec.c
239
struct dp8390_softc *sc = &esc->sc_dp8390;
sys/dev/isa/if_ec.c
492
ec_fake_test_mem(struct dp8390_softc *sc)
sys/dev/isa/if_ec.c
504
ec_test_mem(struct dp8390_softc *sc)
sys/dev/isa/if_ec.c
559
ec_write_mbuf(struct dp8390_softc *sc, struct mbuf *m, int buf)
sys/dev/isa/if_ec.c
665
ec_ring_copy(struct dp8390_softc *sc, int src, caddr_t dst,
sys/dev/isa/if_ec.c
689
ec_read_hdr(struct dp8390_softc *sc, int packet_ptr,
sys/dev/isa/if_ec.c
702
ec_media_init(struct dp8390_softc *sc)
sys/dev/isa/if_ec.c
711
ec_mediachange(struct dp8390_softc *sc)
sys/dev/isa/if_ec.c
720
ec_mediastatus(struct dp8390_softc *sc, struct ifmediareq *ifmr)
sys/dev/isa/if_ec.c
731
ec_init_card(struct dp8390_softc *sc)
sys/dev/isa/if_ec.c
82
struct dp8390_softc sc_dp8390;
sys/dev/isa/if_ne_isa.c
136
struct dp8390_softc *dsc = &nsc->sc_dp8390;
sys/dev/isa/if_ne_isa.c
88
struct dp8390_softc *dsc = &nsc->sc_dp8390;
sys/dev/isa/if_ne_isapnp.c
96
struct dp8390_softc * const dsc = &nsc->sc_dp8390;
sys/dev/isa/if_we.c
126
void we_media_init(struct dp8390_softc *);
sys/dev/isa/if_we.c
128
int we_mediachange(struct dp8390_softc *);
sys/dev/isa/if_we.c
129
void we_mediastatus(struct dp8390_softc *, struct ifmediareq *);
sys/dev/isa/if_we.c
131
void we_recv_int(struct dp8390_softc *);
sys/dev/isa/if_we.c
132
int we_write_mbuf(struct dp8390_softc *, struct mbuf *, int);
sys/dev/isa/if_we.c
133
int we_ring_copy(struct dp8390_softc *, int, caddr_t, u_short);
sys/dev/isa/if_we.c
134
void we_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
sys/dev/isa/if_we.c
135
int we_test_mem(struct dp8390_softc *);
sys/dev/isa/if_we.c
335
struct dp8390_softc *sc = &wsc->sc_dp8390;
sys/dev/isa/if_we.c
548
we_test_mem(struct dp8390_softc *sc)
sys/dev/isa/if_we.c
605
we_write_mbuf(struct dp8390_softc *sc, struct mbuf *m, int buf)
sys/dev/isa/if_we.c
699
we_ring_copy(struct dp8390_softc *sc, int src, caddr_t dst, u_short amount)
sys/dev/isa/if_we.c
722
we_read_hdr(struct dp8390_softc *sc, int packet_ptr,
sys/dev/isa/if_we.c
735
we_recv_int(struct dp8390_softc *sc)
sys/dev/isa/if_we.c
745
we_media_init(struct dp8390_softc *sc)
sys/dev/isa/if_we.c
777
we_mediachange(struct dp8390_softc *sc)
sys/dev/isa/if_we.c
790
we_mediastatus(struct dp8390_softc *sc, struct ifmediareq *ifmr)
sys/dev/isa/if_we.c
90
struct dp8390_softc sc_dp8390;
sys/dev/pci/if_ne_pci.c
166
struct dp8390_softc *dsc = &nsc->sc_dp8390;
sys/dev/pci/if_ne_pci.c
79
int (*npp_mediachange)(struct dp8390_softc *);
sys/dev/pci/if_ne_pci.c
80
void (*npp_mediastatus)(struct dp8390_softc *,
sys/dev/pci/if_ne_pci.c
82
void (*npp_init_card)(struct dp8390_softc *);
sys/dev/pci/if_ne_pci.c
83
void (*npp_media_init)(struct dp8390_softc *);
sys/dev/pcmcia/if_ne_pcmcia.c
607
struct dp8390_softc *dsc = &nsc->sc_dp8390;
sys/dev/pcmcia/if_ne_pcmcia.c
68
int ne_pcmcia_enable(struct dp8390_softc *);
sys/dev/pcmcia/if_ne_pcmcia.c
69
void ne_pcmcia_disable(struct dp8390_softc *);
sys/dev/pcmcia/if_ne_pcmcia.c
856
struct dp8390_softc *esc = &sc->sc_ne2000.sc_dp8390;
sys/dev/pcmcia/if_ne_pcmcia.c
896
ne_pcmcia_enable(struct dp8390_softc *dsc)
sys/dev/pcmcia/if_ne_pcmcia.c
913
ne_pcmcia_disable(struct dp8390_softc *dsc)
sys/dev/pcmcia/if_ne_pcmcia.c
927
struct dp8390_softc *dsc = &nsc->sc_dp8390;
sys/dev/pcmcia/if_ne_pcmcia.c
993
struct dp8390_softc *dsc = &nsc->sc_dp8390;