Lines Matching refs:recover
277 struct gk104_fifo *fifo = container_of(w, typeof(*fifo), recover.work); in gk104_fifo_recover_work()
285 runm = fifo->recover.runm; in gk104_fifo_recover_work()
286 engm = fifo->recover.engm; in gk104_fifo_recover_work()
287 fifo->recover.engm = 0; in gk104_fifo_recover_work()
288 fifo->recover.runm = 0; in gk104_fifo_recover_work()
317 if (fifo->recover.runm & runm) in gk104_fifo_recover_runl()
319 fifo->recover.runm |= runm; in gk104_fifo_recover_runl()
326 schedule_work(&fifo->recover.work); in gk104_fifo_recover_runl()
407 if (fifo->recover.engm & engm) in gk104_fifo_recover_engn()
409 fifo->recover.engm |= engm; in gk104_fifo_recover_engn()
461 schedule_work(&fifo->recover.work); in gk104_fifo_recover_engn()
869 flush_work(&fifo->recover.work); in gk104_fifo_fini()
1052 INIT_WORK(&fifo->recover.work, gk104_fifo_recover_work); in gk104_fifo_new_()