HomeSort by: relevance | last modified time | path
    Searched refs:igc_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/igc/
if_igc.c 161 static void igc_identify_hardware(struct igc_softc *);
162 static int igc_adjust_nqueues(struct igc_softc *);
163 static int igc_allocate_pci_resources(struct igc_softc *);
164 static int igc_allocate_interrupts(struct igc_softc *);
165 static int igc_allocate_queues(struct igc_softc *);
166 static void igc_free_pci_resources(struct igc_softc *);
167 static void igc_free_interrupts(struct igc_softc *);
168 static void igc_free_queues(struct igc_softc *);
169 static void igc_reset(struct igc_softc *);
170 static void igc_init_dmac(struct igc_softc *, uint32_t)
    [all...]
if_igc.h 260 struct igc_softc *sc;
285 struct igc_softc *sc;
307 struct igc_softc *sc;
324 struct igc_softc { struct

Completed in 21 milliseconds