Searched defs:aumac_softc (Results 1 – 1 of 1) sorted by relevance
116 struct aumac_softc { struct117 device_t sc_dev; /* generic device information */118 bus_space_tag_t sc_st; /* bus space tag */119 bus_space_handle_t sc_mac_sh; /* MAC space handle */120 bus_space_handle_t sc_macen_sh; /* MAC enable space handle */121 bus_space_handle_t sc_dma_sh; /* DMA space handle */122 struct ethercom sc_ethercom; /* Ethernet common data */123 void *sc_sdhook; /* shutdown hook */125 int sc_irq;126 void *sc_ih; /* interrupt cookie */[all …]