Home
last modified time | relevance | path

Searched refs:halt_work (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dpio.h136 struct work_struct halt_work; /* halted context work queue entry */ member
Dpio.c579 sc = container_of(work, struct send_context, halt_work); in sc_halted()
747 INIT_WORK(&sc->halt_work, sc_halted); in sc_alloc()
895 flush_work(&sc->halt_work); in sc_free()
Dchip.c6031 queue_work(dd->pport->hfi1_wq, &sc->halt_work); in is_sendctxt_err_int()