Home
last modified time | relevance | path

Searched refs:ed_softc (Results 1 – 12 of 12) sorted by relevance

/freebsd-10-stable/sys/dev/ed/
Dif_edvar.h38 struct ed_softc { struct
64 int (*sc_media_ioctl)(struct ed_softc *sc, struct ifreq *ifr, argument
66 void (*sc_mediachg)(struct ed_softc *); argument
70 void (*sc_tick)(struct ed_softc *); argument
71 void (*readmem)(struct ed_softc *sc, bus_size_t src, uint8_t *dst, argument
73 u_short (*sc_write_mbufs)(struct ed_softc *, struct mbuf *, bus_size_t); argument
205 int ed_probe_generic8390(struct ed_softc *);
217 void ed_Novell_read_mac(struct ed_softc *);
226 void ed_stop(struct ed_softc *);
227 void ed_shmem_readmem16(struct ed_softc *, bus_size_t, uint8_t *, uint16_t);
[all …]
Dif_ed.c75 static void ed_init_locked(struct ed_softc *);
81 static void ed_watchdog(struct ed_softc *);
83 static void ed_ds_getmcaf(struct ed_softc *, uint32_t *);
85 static void ed_get_packet(struct ed_softc *, bus_size_t, u_short);
86 static void ed_stop_hw(struct ed_softc *sc);
88 static __inline void ed_rint(struct ed_softc *);
89 static __inline void ed_xmit(struct ed_softc *);
90 static __inline void ed_ring_copy(struct ed_softc *, bus_size_t, char *,
93 static void ed_setrcr(struct ed_softc *);
119 ed_probe_generic8390(struct ed_softc *sc) in ed_probe_generic8390()
[all …]
Dif_ed_pccard.c298 static void ed_pccard_tick(struct ed_softc *);
301 static void ed_pccard_dl100xx_mii_reset(struct ed_softc *sc);
376 struct ed_softc *sc = device_get_softc(dev); in ed_pccard_rom_mac()
435 ed_pccard_kick_phy(struct ed_softc *sc) in ed_pccard_kick_phy()
447 ed_pccard_media_ioctl(struct ed_softc *sc, struct ifreq *ifr, u_long command) in ed_pccard_media_ioctl()
459 ed_pccard_mediachg(struct ed_softc *sc) in ed_pccard_mediachg()
476 struct ed_softc *sc = device_get_softc(dev); in ed_pccard_attach()
656 struct ed_softc *sc = device_get_softc(dev); in ed_pccard_dl100xx()
723 ed_pccard_dl100xx_mii_reset(struct ed_softc *sc) in ed_pccard_dl100xx_mii_reset()
744 struct ed_softc *sc; in ed_pccard_dl100xx_mii_bitbang_write()
[all …]
Dif_ed_cbus.c55 static int ed_pio_testmem(struct ed_softc *, int, int, int);
64 static int ed98_probe_generic8390(struct ed_softc *);
65 static void ed_reset_CNET98(struct ed_softc *, int);
66 static void ed_winsel_CNET98(struct ed_softc *, u_short);
67 static void ed_get_SB98(struct ed_softc *);
80 struct ed_softc *sc = device_get_softc(dev); in ed_cbus_probe()
230 struct ed_softc *sc = device_get_softc(dev);
276 struct ed_softc *sc = device_get_softc(dev); in ed_probe_EZ98()
449 struct ed_softc *sc = device_get_softc(dev); in ed98_alloc_port()
608 struct ed_softc *sc = device_get_softc(dev);
[all …]
Dif_ed_hpp.c63 static void ed_hpp_readmem(struct ed_softc *, bus_size_t, uint8_t *,
65 static void ed_hpp_writemem(struct ed_softc *, uint8_t *, uint16_t,
67 static void ed_hpp_set_physical_link(struct ed_softc *sc);
68 static u_short ed_hpp_write_mbufs(struct ed_softc *, struct mbuf *,
120 struct ed_softc *sc = device_get_softc(dev); in ed_probe_HP_pclanp()
374 ed_hpp_set_physical_link(struct ed_softc *sc) in ed_hpp_set_physical_link()
421 ed_hpp_readmem(struct ed_softc *sc, bus_size_t src, uint8_t *dst, in ed_hpp_readmem()
512 ed_hpp_writemem(struct ed_softc *sc, uint8_t *src, uint16_t dst, uint16_t len) in ed_hpp_writemem()
557 ed_hpp_write_mbufs(struct ed_softc *sc, struct mbuf *m, bus_size_t dst) in ed_hpp_write_mbufs()
Dif_ed_isa.c75 struct ed_softc *sc = device_get_softc(dev); in ed_isa_probe_Novell()
99 struct ed_softc *sc = device_get_softc(dev); in ed_isa_probe()
163 struct ed_softc *sc = device_get_softc(dev); in ed_isa_attach()
198 sizeof(struct ed_softc)
Dif_ed_rtl80x9.c69 ed_rtl80x9_media_ioctl(struct ed_softc *sc, struct ifreq *ifr, u_long command) in ed_rtl80x9_media_ioctl()
77 struct ed_softc *sc = device_get_softc(dev); in ed_probe_RTL80x9()
147 struct ed_softc *sc; in ed_rtl_set_media()
192 struct ed_softc *sc; in ed_rtl_get_media()
Dif_ed_novell.c70 struct ed_softc *sc = device_get_softc(dev); in ed_probe_Novell_generic()
216 struct ed_softc *sc = device_get_softc(dev); in ed_probe_Novell()
235 struct ed_softc *sc = device_get_softc(dev); in ed_probe_gwether()
300 ed_Novell_read_mac(struct ed_softc *sc) in ed_Novell_read_mac()
Dif_ed_pci.c90 struct ed_softc *sc = device_get_softc(dev); in ed_pci_attach()
140 sizeof(struct ed_softc),
Dif_ed_3c503.c63 static void ed_3c503_mediachg(struct ed_softc *sc);
71 struct ed_softc *sc = device_get_softc(dev); in ed_probe_3Com()
357 ed_3c503_mediachg(struct ed_softc *sc) in ed_3c503_mediachg()
Dif_ed_wd80x3.c95 struct ed_softc *sc = device_get_softc(dev); in ed_probe_WD80x3_generic()
439 struct ed_softc *sc = device_get_softc(dev); in ed_probe_WD80x3()
Dif_ed_sic.c68 struct ed_softc *sc = device_get_softc(dev); in ed_probe_SIC()