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

/freebsd-12-stable/sys/dev/txp/
H A Dif_txpreg.h688 struct task sc_int_task; member in struct:txp_softc
H A Dif_txp.c272 TASK_INIT(&sc->sc_int_task, 0, txp_int_task, sc);
500 taskqueue_drain(sc->sc_tq, &sc->sc_int_task);
811 taskqueue_enqueue(sc->sc_tq, &sc->sc_int_task);
869 taskqueue_enqueue(sc->sc_tq, &sc->sc_int_task);

Completed in 106 milliseconds