Searched defs:igb_softc (Results 1 – 1 of 1) sorted by relevance
323 struct igb_softc { struct324 struct arpcom arpcom;325 struct e1000_hw hw;327 struct e1000_osdep osdep;328 device_t dev;329 uint32_t flags;333 bus_dma_tag_t parent_tag;335 int mem_rid;336 struct resource *mem_res;338 struct ifmedia media;[all …]