Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dreporter_vnic.c137 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()
/Linux-v6.6/include/linux/mlx5/
Ddriver.h443 struct devlink_health_reporter *vnic_reporter; member