Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpio.h94 struct work_struct halt_work; /* halted context work queue entry */ member
H A Dpio.c537 sc = container_of(work, struct send_context, halt_work); in sc_halted()
705 INIT_WORK(&sc->halt_work, sc_halted); in sc_alloc()
853 flush_work(&sc->halt_work); in sc_free()
H A Dchip.c5991 queue_work(dd->pport->hfi1_wq, &sc->halt_work); in is_sendctxt_err_int()