Searched refs:report_unhealthy_work (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dptp.h38 struct work_struct report_unhealthy_work; member in struct:mlx5e_ptpsq
H A Dptp.c219 queue_work(ptpsq->txqsq.priv->wq, &ptpsq->report_unhealthy_work);
450 container_of(work, struct mlx5e_ptpsq, report_unhealthy_work);
484 INIT_WORK(&ptpsq->report_unhealthy_work, mlx5e_ptpsq_unhealthy_work);
499 if (current_work() != &ptpsq->report_unhealthy_work)
500 cancel_work_sync(&ptpsq->report_unhealthy_work);

Completed in 172 milliseconds