Searched defs:igc_softc (Results 1 – 1 of 1) sorted by relevance
290 struct igc_softc { struct291 struct device sc_dev;292 struct arpcom sc_ac;293 struct ifmedia media;294 struct intrmap *sc_intrmap;296 struct igc_osdep osdep;297 struct igc_hw hw;299 uint16_t fc;300 uint16_t link_active;301 uint16_t link_speed;[all …]