/src/sys/dev/ic/ |
ax88190var.h | 36 void ax88190_media_init(struct dp8390_softc *); 37 void ax88190_media_fini(struct dp8390_softc *); 39 int ax88190_mediachange(struct dp8390_softc *); 40 void ax88190_mediastatus(struct dp8390_softc *, struct ifmediareq *ifmr); 41 void ax88190_init_card(struct dp8390_softc *); 42 void ax88190_stop_card(struct dp8390_softc *);
|
dl10019var.h | 41 void dl10019_media_init(struct dp8390_softc *); 42 void dl10019_media_fini(struct dp8390_softc *); 44 int dl10019_mediachange(struct dp8390_softc *); 45 void dl10019_mediastatus(struct dp8390_softc *, struct ifmediareq *ifmr); 46 void dl10019_init_card(struct dp8390_softc *); 47 void dl10019_stop_card(struct dp8390_softc *);
|
dp83905var.h | 33 extern int dp83905_mediachange(struct dp8390_softc *); 34 extern void dp83905_mediastatus(struct dp8390_softc *, struct ifmediareq *); 35 extern void dp83905_init_card(struct dp8390_softc *);
|
rtl80x9var.h | 45 int rtl80x9_mediachange(struct dp8390_softc *); 46 void rtl80x9_mediastatus(struct dp8390_softc *, struct ifmediareq *); 47 void rtl80x9_init_card(struct dp8390_softc *); 49 void rtl80x9_media_init(struct dp8390_softc *);
|
mx98905var.h | 46 void mx98905_attach(struct dp8390_softc *); 47 int mx98905_write_mbuf(struct dp8390_softc *, struct mbuf *, int); 48 int mx98905_ring_copy(struct dp8390_softc *, int, void *, u_short); 49 void mx98905_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *);
|
dp8390var.h | 28 * dp8390_softc: per line info and status 30 struct dp8390_softc { struct 75 int (*test_mem)(struct dp8390_softc *); 76 void (*init_card)(struct dp8390_softc *); 77 void (*stop_card)(struct dp8390_softc *); 78 void (*read_hdr)(struct dp8390_softc *, int, struct dp8390_ring *); 79 void (*recv_int)(struct dp8390_softc *); 80 int (*ring_copy)(struct dp8390_softc *, int, void *, u_short); 81 int (*write_mbuf)(struct dp8390_softc *, struct mbuf *, int); 83 int (*sc_enable)(struct dp8390_softc *); [all...] |
wevar.h | 14 struct dp8390_softc sc_dp8390;
|
ne2000var.h | 37 struct dp8390_softc sc_dp8390;
|
dl10019.c | 97 dl10019_mii_reset(struct dp8390_softc *sc) 119 struct dp8390_softc *sc = arg; 130 dl10019_media_init(struct dp8390_softc *sc) 159 dl10019_media_fini(struct dp8390_softc *sc) 168 dl10019_mediachange(struct dp8390_softc *sc) 178 dl10019_mediastatus(struct dp8390_softc *sc, struct ifmediareq *ifmr) 187 dl10019_init_card(struct dp8390_softc *sc) 196 dl10019_stop_card(struct dp8390_softc *sc) 206 struct dp8390_softc *sc = device_private(self); 216 struct dp8390_softc *sc = device_private(self) [all...] |
ax88190.c | 86 struct dp8390_softc *sc = arg; 97 ax88190_media_init(struct dp8390_softc *sc) 124 ax88190_media_fini(struct dp8390_softc *sc) 133 ax88190_mediachange(struct dp8390_softc *sc) 143 ax88190_mediastatus(struct dp8390_softc *sc, struct ifmediareq *ifmr) 152 ax88190_init_card(struct dp8390_softc *sc) 160 ax88190_stop_card(struct dp8390_softc *sc)
|
we.c | 88 static void we_media_init(struct dp8390_softc *); 90 static int we_mediachange(struct dp8390_softc *); 91 static void we_mediastatus(struct dp8390_softc *, struct ifmediareq *); 93 static void we_recv_int(struct dp8390_softc *); 94 static void we_init_card(struct dp8390_softc *); 95 static int we_write_mbuf(struct dp8390_softc *, struct mbuf *, int); 96 static int we_ring_copy(struct dp8390_softc *, int, void *, u_short); 97 static void we_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *); 98 static int we_test_mem(struct dp8390_softc *); 136 struct dp8390_softc *sc = &wsc->sc_dp8390 [all...] |
dp8390.c | 54 static void dp8390_halt(struct dp8390_softc *); 56 static void dp8390_xmit(struct dp8390_softc *); 58 static void dp8390_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *); 59 static int dp8390_ring_copy(struct dp8390_softc *, int, void *, u_short); 60 static int dp8390_write_mbuf(struct dp8390_softc *, struct mbuf *, int); 62 static int dp8390_test_mem(struct dp8390_softc *); 68 dp8390_media_init(struct dp8390_softc *sc) 80 dp8390_config(struct dp8390_softc *sc) 141 * alias of sc_mii.mii_media in dp8390_softc.) 171 struct dp8390_softc *sc = ifp->if_softc [all...] |
dp83905.c | 58 dp83905_mediachange(struct dp8390_softc *sc) 67 dp83905_mediastatus(struct dp8390_softc *sc, struct ifmediareq *ifmr) 96 void dp83905_init_card(struct dp8390_softc *sc)
|
mx98905.c | 88 static inline void mx98905_write_setup(struct dp8390_softc *, int, int); 89 static inline void mx98905_write_wait(struct dp8390_softc *); 92 mx98905_attach(struct dp8390_softc *sc) 101 mx98905_write_setup(struct dp8390_softc *sc, int len, int buf) 133 mx98905_write_wait(struct dp8390_softc *sc) 167 mx98905_write_mbuf(struct dp8390_softc *sc, struct mbuf *m, int buf) 290 mx98905_ring_copy(struct dp8390_softc *sc, int src, void *vdst, u_short amount) 320 mx98905_read_hdr(struct dp8390_softc *sc, int buf, struct dp8390_ring *hdr)
|
rtl80x9.c | 60 rtl80x9_mediachange(struct dp8390_softc *dsc) 73 rtl80x9_mediastatus(struct dp8390_softc *sc, struct ifmediareq *ifmr) 104 rtl80x9_init_card(struct dp8390_softc *sc) 157 rtl80x9_media_init(struct dp8390_softc *sc)
|
ne2000.c | 89 static int ne2000_write_mbuf(struct dp8390_softc *, struct mbuf *, int); 90 static int ne2000_ring_copy(struct dp8390_softc *, int, void *, u_short); 91 static void ne2000_read_hdr(struct dp8390_softc *, int, 93 static int ne2000_test_mem(struct dp8390_softc *); 114 struct dp8390_softc *dsc = &nsc->sc_dp8390; 548 ne2000_write_mbuf(struct dp8390_softc *sc, struct mbuf *m, int buf) 724 ne2000_ring_copy(struct dp8390_softc *sc, int src, void *dstv, u_short amount) 755 ne2000_read_hdr(struct dp8390_softc *sc, int buf, struct dp8390_ring *hdr) 768 ne2000_test_mem(struct dp8390_softc *sc) 886 struct dp8390_softc *dsc = &sc->sc_dp8390 [all...] |
/src/sys/arch/mac68k/dev/ |
if_aevar.h | 17 int ae_test_mem(struct dp8390_softc *); 18 int ae_write_mbuf(struct dp8390_softc *, struct mbuf *, int);
|
if_ae.c | 102 ae_test_mem(struct dp8390_softc *sc) 129 ae_write_mbuf(struct dp8390_softc *sc, struct mbuf *m, int buf)
|
/src/sys/dev/isa/ |
if_ec.c | 79 struct dp8390_softc sc_dp8390; 97 void ec_media_init(struct dp8390_softc *); 99 int ec_mediachange(struct dp8390_softc *); 100 void ec_mediastatus(struct dp8390_softc *, struct ifmediareq *); 102 void ec_init_card(struct dp8390_softc *); 103 int ec_write_mbuf(struct dp8390_softc *, struct mbuf *, int); 104 int ec_ring_copy(struct dp8390_softc *, int, void *, u_short); 105 void ec_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *); 106 int ec_fake_test_mem(struct dp8390_softc *); 107 int ec_test_mem(struct dp8390_softc *); [all...] |
/src/sys/arch/amiga/dev/ |
if_ed_zbus.c | 76 int ed_zbus_test_mem(struct dp8390_softc *); 77 void ed_zbus_read_hdr(struct dp8390_softc *, int, struct dp8390_ring *); 78 int ed_zbus_ring_copy(struct dp8390_softc *, int, void *, u_short); 79 int ed_zbus_write_mbuf(struct dp8390_softc *, struct mbuf *, int); 82 struct dp8390_softc sc_dp8390; 107 struct dp8390_softc *sc = &zsc->sc_dp8390; 205 ed_zbus_test_mem(struct dp8390_softc *sc) 225 ed_zbus_read_hdr(struct dp8390_softc *sc, int src, struct dp8390_ring *hdrp) 247 ed_zbus_ring_copy(struct dp8390_softc *sc, int src, void *dst, u_short amount) 286 ed_zbus_write_mbuf(struct dp8390_softc *sc, struct mbuf *m, int buf [all...] |
if_ne_xsurf.c | 121 struct dp8390_softc *dsc = &nsc->sc_dp8390;
|
/src/sys/arch/acorn32/podulebus/ |
if_ne_pbus.c | 114 void eh600_init_media (struct dp8390_softc *); 117 void en_init_media (struct dp8390_softc *); 149 (struct dp8390_softc *); 151 (struct dp8390_softc *, struct ifmediareq *); 153 (struct dp8390_softc *); 155 (struct dp8390_softc *); 235 struct dp8390_softc *dsc = &nsc->sc_dp8390; 490 struct dp8390_softc *dsc = &nsc->sc_dp8390; 515 struct dp8390_softc *dsc = &nsc->sc_dp8390; 541 void eh600_init_media(struct dp8390_softc *sc [all...] |
/src/sys/dev/pci/ |
if_ne_pci.c | 79 int (*npp_mediachange)(struct dp8390_softc *); 80 void (*npp_mediastatus)(struct dp8390_softc *, struct ifmediareq *); 81 void (*npp_init_card)(struct dp8390_softc *); 82 void (*npp_media_init)(struct dp8390_softc *); 172 struct dp8390_softc *dsc = &nsc->sc_dp8390;
|
/src/sys/arch/evbarm/g42xxeb/ |
if_ne_obio.c | 115 ne_obio_enable(struct dp8390_softc *dsc) 226 void debug_obio_ne(struct dp8390_softc *); 228 debug_obio_ne(struct dp8390_softc *sc)
|
/src/sys/arch/mmeye/dev/ |
if_ne_mainbus.c | 101 struct dp8390_softc *dsc = &sc->sc_dp8390;
|