Searched defs:il_softc (Results 1 – 1 of 1) sorted by relevance
84 struct il_softc { struct85 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 */[all …]