Searched defs:ae_softc (Results 1 – 1 of 1) sorted by relevance
126 struct ae_softc { struct127 device_t sc_dev; /* generic device information */128 bus_space_tag_t sc_st; /* bus space tag */129 bus_space_handle_t sc_sh; /* bus space handle */130 bus_size_t sc_size; /* bus space size */131 bus_dma_tag_t sc_dmat; /* bus DMA tag */132 void *sc_ih; /* interrupt handle */ 133 int sc_cirq; /* interrupt request line (cpu) */134 int sc_mirq; /* interrupt request line (misc) */135 struct ethercom sc_ethercom; /* ethernet common data */[all …]