Searched refs:sc_hwintr (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/sys/dev/le/
H A Dlancevar.h73 int (*sc_hwintr)(struct lance_softc *); member in struct:lance_softc
H A Dam7990.c396 if (sc->sc_hwintr && (*sc->sc_hwintr)(sc) == -1) {
H A Dam79900.c434 if (sc->sc_hwintr && (*sc->sc_hwintr)(sc) == -1) {
H A Dif_le_pci.c415 sc->sc_hwintr = NULL;
H A Dif_le_cbus.c354 sc->sc_hwintr = NULL;
H A Dif_le_isa.c404 sc->sc_hwintr = NULL;
H A Dif_le_lebuffer.c308 sc->sc_hwintr = NULL;
H A Dif_le_ledma.c404 sc->sc_hwintr = le_dma_hwintr;

Completed in 162 milliseconds