Home
last modified time | relevance | path

Searched refs:report_work (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c537 health = container_of(work, struct mlx5_core_health, report_work); in mlx5_fw_reporter_err_work()
734 queue_work(health->wq, &health->report_work); in poll_health()
740 queue_work(health->wq, &health->report_work); in poll_health()
782 cancel_work_sync(&health->report_work); in mlx5_drain_health_wq()
821 INIT_WORK(&health->report_work, mlx5_fw_reporter_err_work); in mlx5_health_init()
/Linux-v5.15/net/batman-adv/
Dbridge_loop_avoidance.c465 report_work); in batadv_bla_loopdetect_report()
519 INIT_WORK(&entry->report_work, batadv_bla_loopdetect_report); in batadv_bla_get_backbone_gw()
1866 ret = queue_work(batadv_event_workqueue, &backbone_gw->report_work); in batadv_bla_loopdetect_check()
Dtypes.h1827 struct work_struct report_work; member
/Linux-v5.15/include/linux/mlx5/
Ddriver.h441 struct work_struct report_work; member