Home
last modified time | relevance | path

Searched refs:sp_tq_task (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/bxe/
HDbxe.h1428 struct task sp_tq_task; member
HDbxe.c8938 taskqueue_enqueue(sc->sp_tq, &sc->sp_tq_task); in bxe_eq_int()
9244 taskqueue_enqueue_fast(sc->sp_tq, &sc->sp_tq_task); in bxe_intr_legacy()
9266 taskqueue_enqueue_fast(sc->sp_tq, &sc->sp_tq_task); in bxe_intr_sp()
9581 taskqueue_drain(sc->sp_tq, &sc->sp_tq_task); in bxe_interrupt_detach()
9605 TASK_INIT(&sc->sp_tq_task, 0, bxe_handle_sp_tq, sc); in bxe_interrupt_attach()