Home
last modified time | relevance | path

Searched defs:igc_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pci/igc/
H A Dif_igc.h324 struct igc_softc { struct
325 device_t sc_dev;
326 struct ethercom sc_ec;
327 struct ifmedia media;
329 pci_intr_type_t sc_intr_type;
330 int sc_nintrs;
331 pci_intr_handle_t *sc_intrs;
332 void *sc_ihs[IGC_MAX_INTRS];
334 struct intrmap *sc_intrmap;
337 struct igc_osdep osdep;
[all …]