Searched defs:ixgb_softc (Results 1 – 1 of 1) sorted by relevance
224 struct ixgb_softc { struct225 struct device sc_dv;226 struct arpcom interface_data;227 struct ixgb_hw hw;230 struct ixgb_osdep osdep;231 struct ifmedia media;232 int io_rid;234 void *sc_intrhand;235 struct timeout ixgb_intr_enable;236 struct timeout timer_handle;[all …]