Home
last modified time | relevance | path

Searched refs:sc_hwinit (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/le/
H A Dlancevar.h71 void (*sc_hwinit)(struct lance_softc *); member
H A Dlance.c329 if (sc->sc_hwinit) in lance_init_locked()
330 (*sc->sc_hwinit)(sc); in lance_init_locked()
H A Dif_le_isa.c394 sc->sc_hwinit = NULL; in le_isa_attach()
H A Dif_le_pci.c411 sc->sc_hwinit = NULL; in le_pci_attach()