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

  /src/sys/dev/ic/
smc83c170.c 76 static void epic_reset(struct epic_softc *);
77 static void epic_rxdrain(struct epic_softc *);
78 static int epic_add_rxbuf(struct epic_softc *, int);
79 static void epic_read_eeprom(struct epic_softc *, int, int, uint16_t *);
80 static void epic_set_mchash(struct epic_softc *);
81 static void epic_fixup_clock_source(struct epic_softc *);
84 static int epic_mii_wait(struct epic_softc *, uint32_t);
101 epic_attach(struct epic_softc *sc)
345 struct epic_softc *sc = device_private(self);
359 struct epic_softc *sc = ifp->if_softc
    [all...]
smc83c170var.h 95 struct epic_softc { struct
178 void epic_attach(struct epic_softc *);
  /src/sys/dev/pci/
if_epic_pci.c 74 struct epic_softc sc_epic; /* real EPIC softc */
155 struct epic_softc *sc = &psc->sc_epic;

Completed in 28 milliseconds