Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ed/
HDif_edvar.h38 struct ed_softc { struct
39 struct ifnet *ifp;
40 struct ifmedia ifmedia; /* Media info */
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
75 int tx_timer;
76 int nic_offset; /* NIC (DS8390) I/O bus address offset */
[all …]