Lines Matching defs:il_softc
84 struct il_softc { struct
85 device_t sc_dev; /* Configuration common part */
86 struct ethercom sc_ec; /* Ethernet common part */
88 struct evcnt sc_cintrcnt; /* Command interrupts */
89 struct evcnt sc_rintrcnt; /* Receive interrupts */
90 bus_space_tag_t sc_iot;
91 bus_addr_t sc_ioh;
92 bus_dma_tag_t sc_dmat;
93 struct ubinfo sc_ui;
95 struct ifuba sc_ifuba; /* UNIBUS resources */
119 static int ilwait(struct il_softc *, const char *); argument