Searched defs:emx_softc (Results 1 – 1 of 1) sorted by relevance
356 struct emx_softc { struct357 struct arpcom arpcom;358 struct e1000_hw hw;359 int flags;366 struct e1000_osdep osdep;367 device_t dev;369 bus_dma_tag_t parent_dtag;371 struct resource *memory;372 int memory_rid;374 struct resource *flash;[all …]