Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dpio.h134 struct work_struct halt_work; /* halted context work queue entry */ member
Dpio.c587 sc = container_of(work, struct send_context, halt_work); in sc_halted()
754 INIT_WORK(&sc->halt_work, sc_halted); in sc_alloc()
902 flush_work(&sc->halt_work); in sc_free()
Dchip.c5984 queue_work(dd->pport->hfi1_wq, &sc->halt_work); in is_sendctxt_err_int()