Home
last modified time | relevance | path

Searched refs:recover_work (Results 1 – 14 of 14) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/msm/adreno/
Da5xx_preempt.c86 kthread_queue_work(gpu->worker, &gpu->recover_work); in a5xx_preempt_timer()
181 kthread_queue_work(gpu->worker, &gpu->recover_work); in a5xx_preempt_irq()
Da6xx_gmu.c32 kthread_queue_work(gpu->worker, &gpu->recover_work); in a6xx_gmu_fault()
Da5xx_gpu.c1248 kthread_queue_work(gpu->worker, &gpu->recover_work); in a5xx_fault_detect_irq()
Da6xx_gpu.c1703 kthread_queue_work(gpu->worker, &gpu->recover_work); in a6xx_fault_detect_irq()
/linux-6.6.21/drivers/gpu/drm/lima/
Dlima_sched.c464 container_of(work, struct lima_sched_pipe, recover_work); in lima_sched_recover_work()
489 INIT_WORK(&pipe->recover_work, lima_sched_recover_work); in lima_sched_pipe_init()
509 schedule_work(&pipe->recover_work); in lima_sched_pipe_task_done()
Dlima_sched.h84 struct work_struct recover_work; member
/linux-6.6.21/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c55 struct work_struct recover_work; member
573 container_of(work, struct tilcdc_crtc, recover_work); in tilcdc_crtc_recover_work()
989 &tilcdc_crtc->recover_work); in tilcdc_crtc_irq()
1048 INIT_WORK(&tilcdc_crtc->recover_work, tilcdc_crtc_recover_work); in tilcdc_crtc_create()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den.h465 struct work_struct recover_work; member
551 struct work_struct recover_work; member
726 struct work_struct recover_work; member
1097 void mlx5e_tx_err_cqe_work(struct work_struct *recover_work);
Den_main.c614 static void mlx5e_rq_err_cqe_work(struct work_struct *recover_work) in mlx5e_rq_err_cqe_work() argument
616 struct mlx5e_rq *rq = container_of(recover_work, struct mlx5e_rq, recover_work); in mlx5e_rq_err_cqe_work()
745 INIT_WORK(&rq->recover_work, mlx5e_rq_err_cqe_work); in mlx5e_alloc_rq()
1285 cancel_work_sync(&rq->recover_work); in mlx5e_close_rq()
1411 static void mlx5e_icosq_err_cqe_work(struct work_struct *recover_work) in mlx5e_icosq_err_cqe_work() argument
1413 struct mlx5e_icosq *sq = container_of(recover_work, struct mlx5e_icosq, in mlx5e_icosq_err_cqe_work()
1414 recover_work); in mlx5e_icosq_err_cqe_work()
1419 static void mlx5e_async_icosq_err_cqe_work(struct work_struct *recover_work) in mlx5e_async_icosq_err_cqe_work() argument
1421 struct mlx5e_icosq *sq = container_of(recover_work, struct mlx5e_icosq, in mlx5e_async_icosq_err_cqe_work()
1422 recover_work); in mlx5e_async_icosq_err_cqe_work()
[all …]
Den_tx.c864 queue_work(cq->priv->wq, &sq->recover_work); in mlx5e_poll_tx_cq()
Den_rx.c1042 queue_work(cq->priv->wq, &sq->recover_work); in mlx5e_poll_ico_cq()
1812 queue_work(priv->wq, &rq->recover_work); in trigger_report()
/linux-6.6.21/drivers/gpu/drm/msm/
Dmsm_gpu.c356 struct msm_gpu *gpu = container_of(work, struct msm_gpu, recover_work); in recover_worker()
532 kthread_queue_work(gpu->worker, &gpu->recover_work); in hangcheck_handler()
871 kthread_init_work(&gpu->recover_work, recover_worker); in msm_gpu_init()
Dmsm_gpu.h266 struct kthread_work recover_work; member
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
Dptp.c340 INIT_WORK(&sq->recover_work, mlx5e_tx_err_cqe_work); in mlx5e_ptp_alloc_txqsq()
502 cancel_work_sync(&sq->recover_work); in mlx5e_ptp_close_txqsq()