Searched defs:ex_softc (Results 1 – 1 of 1) sorted by relevance
76 struct ex_softc { struct77 struct arpcom arpcom; /* Ethernet common data */78 struct ifmedia ifmedia;79 int iobase; /* I/O base address. */80 u_short irq_no; /* IRQ number. */81 u_int mem_size; /* Total memory size, in bytes. */105 void ex_init(struct ex_softc *); argument