Home
last modified time | relevance | path

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

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