Searched refs:ed_softc (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/dev/ed/
H A Dif_edvar.h38 * ed_softc: per line info and status
40 struct ed_softc { struct
66 int (*sc_media_ioctl)(struct ed_softc *sc, struct ifreq *ifr,
68 void (*sc_mediachg)(struct ed_softc *);
72 void (*sc_tick)(struct ed_softc *);
73 void (*readmem)(struct ed_softc *sc, bus_size_t src, uint8_t *dst,
75 u_short (*sc_write_mbufs)(struct ed_softc *, struct mbuf *, bus_size_t);
207 int ed_probe_generic8390(struct ed_softc *);
219 void ed_Novell_read_mac(struct ed_softc *);
228 void ed_stop(struct ed_softc *);
[all...]
H A Dif_ed.c79 static void ed_init_locked(struct ed_softc *);
85 static void ed_watchdog(struct ed_softc *);
87 static void ed_ds_getmcaf(struct ed_softc *, uint32_t *);
89 static void ed_get_packet(struct ed_softc *, bus_size_t, u_short);
90 static void ed_stop_hw(struct ed_softc *sc);
92 static __inline void ed_rint(struct ed_softc *);
93 static __inline void ed_xmit(struct ed_softc *);
94 static __inline void ed_ring_copy(struct ed_softc *, bus_size_t, char *,
97 static void ed_setrcr(struct ed_softc *);
123 ed_probe_generic8390(struct ed_softc *s
[all...]
H A Dif_ed_pccard.c301 static void ed_pccard_tick(struct ed_softc *);
304 static void ed_pccard_dl100xx_mii_reset(struct ed_softc *sc);
379 struct ed_softc *sc = device_get_softc(dev);
438 ed_pccard_kick_phy(struct ed_softc *sc)
450 ed_pccard_media_ioctl(struct ed_softc *sc, struct ifreq *ifr, u_long command)
462 ed_pccard_mediachg(struct ed_softc *sc)
479 struct ed_softc *sc = device_get_softc(dev);
659 struct ed_softc *sc = device_get_softc(dev);
726 ed_pccard_dl100xx_mii_reset(struct ed_softc *sc)
747 struct ed_softc *s
[all...]
H A Dif_ed_isa.c77 struct ed_softc *sc = device_get_softc(dev);
101 struct ed_softc *sc = device_get_softc(dev);
165 struct ed_softc *sc = device_get_softc(dev);
200 sizeof(struct ed_softc)
H A Dif_ed_hpp.c66 static void ed_hpp_readmem(struct ed_softc *, bus_size_t, uint8_t *,
68 static void ed_hpp_writemem(struct ed_softc *, uint8_t *, uint16_t,
70 static void ed_hpp_set_physical_link(struct ed_softc *sc);
71 static u_short ed_hpp_write_mbufs(struct ed_softc *, struct mbuf *,
123 struct ed_softc *sc = device_get_softc(dev);
377 ed_hpp_set_physical_link(struct ed_softc *sc)
424 ed_hpp_readmem(struct ed_softc *sc, bus_size_t src, uint8_t *dst,
515 ed_hpp_writemem(struct ed_softc *sc, uint8_t *src, uint16_t dst, uint16_t len)
560 ed_hpp_write_mbufs(struct ed_softc *sc, struct mbuf *m, bus_size_t dst)
H A Dif_ed_pci.c92 struct ed_softc *sc = device_get_softc(dev);
142 sizeof(struct ed_softc),
H A Dif_ed_novell.c72 struct ed_softc *sc = device_get_softc(dev);
218 struct ed_softc *sc = device_get_softc(dev);
237 struct ed_softc *sc = device_get_softc(dev);
302 ed_Novell_read_mac(struct ed_softc *sc)
H A Dif_ed_rtl80x9.c72 ed_rtl80x9_media_ioctl(struct ed_softc *sc, struct ifreq *ifr, u_long command)
80 struct ed_softc *sc = device_get_softc(dev);
150 struct ed_softc *sc;
195 struct ed_softc *sc;
H A Dif_ed_3c503.c66 static void ed_3c503_mediachg(struct ed_softc *sc);
74 struct ed_softc *sc = device_get_softc(dev);
360 ed_3c503_mediachg(struct ed_softc *sc)
H A Dif_ed_sic.c70 struct ed_softc *sc = device_get_softc(dev);
H A Dif_ed_wd80x3.c97 struct ed_softc *sc = device_get_softc(dev);
441 struct ed_softc *sc = device_get_softc(dev);

Completed in 53 milliseconds