| D | if_edvar.h | 38 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 …]
|