Searched refs:smc_ih (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/smc/
H A Dif_smcvar.h45 void *smc_ih; member in struct:smc_softc
H A Dif_smc.c408 INTR_TYPE_NET|INTR_MPSAFE, smc_intr, NULL, sc, &sc->smc_ih);
441 if (sc->smc_ih != NULL)
442 bus_teardown_intr(sc->smc_dev, sc->smc_irq, sc->smc_ih);

Completed in 53 milliseconds