Searched refs:vnic_reporter (Results 1 – 2 of 2) sorted by relevance
87 health->vnic_reporter = in mlx5_reporter_vnic_create()91 if (IS_ERR(health->vnic_reporter)) in mlx5_reporter_vnic_create()94 PTR_ERR(health->vnic_reporter)); in mlx5_reporter_vnic_create()101 if (!IS_ERR_OR_NULL(health->vnic_reporter)) in mlx5_reporter_vnic_destroy()102 devlink_health_reporter_destroy(health->vnic_reporter); in mlx5_reporter_vnic_destroy()
448 struct devlink_health_reporter *vnic_reporter; member