Searched refs:intrhand_qf (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/arm/at91/
H A Dif_macbvar.h75 void *intrhand_qf; /* queue full */ member in struct:macb_softc
/freebsd-10.0-release/sys/arm/econa/
H A Dif_ecevar.h121 void *intrhand_qf; /* queue full */ member in struct:ece_softc
H A Dif_ece.c414 NULL,ece_intr_qf, sc, &sc->intrhand_qf);
862 if (sc->intrhand_qf)
863 bus_teardown_intr(dev, sc->irq_res_qf, sc->intrhand_qf);
865 sc->intrhand_qf = 0;

Completed in 176 milliseconds