Lines Matching refs:recover
291 struct gk104_fifo *fifo = container_of(w, typeof(*fifo), recover.work); in gk104_fifo_recover_work()
299 runm = fifo->recover.runm; in gk104_fifo_recover_work()
300 engm = fifo->recover.engm; in gk104_fifo_recover_work()
301 fifo->recover.engm = 0; in gk104_fifo_recover_work()
302 fifo->recover.runm = 0; in gk104_fifo_recover_work()
331 if (fifo->recover.runm & runm) in gk104_fifo_recover_runl()
333 fifo->recover.runm |= runm; in gk104_fifo_recover_runl()
340 schedule_work(&fifo->recover.work); in gk104_fifo_recover_runl()
421 if (fifo->recover.engm & engm) in gk104_fifo_recover_engn()
423 fifo->recover.engm |= engm; in gk104_fifo_recover_engn()
476 schedule_work(&fifo->recover.work); in gk104_fifo_recover_engn()
880 flush_work(&fifo->recover.work); in gk104_fifo_fini()
1103 INIT_WORK(&fifo->recover.work, gk104_fifo_recover_work); in gk104_fifo_new_()