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

  /src/sys/dev/ic/
depcavar.h 67 struct depca_softc { struct
77 void *(*sc_intr_establish)(struct depca_softc *, struct lance_softc *);
86 void depca_attach(struct depca_softc *);
depca.c 118 depca_attach(struct depca_softc *sc)
141 struct depca_softc *dsc = device_private(device_parent(sc->sc_dev));
150 struct depca_softc *dsc = device_private(device_parent(sc->sc_dev));
241 struct depca_softc *dsc = device_private(parent);
324 struct depca_softc *dsc = device_private(device_parent(sc->sc_dev));
333 struct depca_softc *dsc = device_private(device_parent(sc->sc_dev));
342 struct depca_softc *dsc = device_private(device_parent(sc->sc_dev));
  /src/sys/dev/eisa/
depca_eisa.c 75 struct depca_softc sc_depca;
85 static void *depca_eisa_intr_establish(struct depca_softc *,
103 struct depca_softc *sc = &esc->sc_depca;
154 depca_eisa_intr_establish(struct depca_softc *sc, struct lance_softc *child)
  /src/sys/dev/isa/
depca_isa.c 106 struct depca_softc sc_depca;
114 void *depca_isa_intr_establish(struct depca_softc *, struct lance_softc *);
196 struct depca_softc *sc = &isc->sc_depca;
226 depca_isa_intr_establish(struct depca_softc *sc, struct lance_softc *child)

Completed in 16 milliseconds