Searched refs:vnic_reporter (Results 1 – 2 of 2) sorted by relevance
137 health->vnic_reporter = in mlx5_reporter_vnic_create()141 if (IS_ERR(health->vnic_reporter)) in mlx5_reporter_vnic_create()144 PTR_ERR(health->vnic_reporter)); in mlx5_reporter_vnic_create()151 if (!IS_ERR_OR_NULL(health->vnic_reporter)) in mlx5_reporter_vnic_destroy()152 devlink_health_reporter_destroy(health->vnic_reporter); in mlx5_reporter_vnic_destroy()
443 struct devlink_health_reporter *vnic_reporter; member