Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dptp.h38 struct work_struct report_unhealthy_work; member
Dptp.c217 queue_work(ptpsq->txqsq.priv->wq, &ptpsq->report_unhealthy_work); in mlx5e_ptp_handle_ts_cqe()
438 container_of(work, struct mlx5e_ptpsq, report_unhealthy_work); in mlx5e_ptpsq_unhealthy_work()
472 INIT_WORK(&ptpsq->report_unhealthy_work, mlx5e_ptpsq_unhealthy_work); in mlx5e_ptp_open_txqsq()
487 if (current_work() != &ptpsq->report_unhealthy_work) in mlx5e_ptp_close_txqsq()
488 cancel_work_sync(&ptpsq->report_unhealthy_work); in mlx5e_ptp_close_txqsq()