Home
last modified time | relevance | path

Searched refs:VNIC_ENV_GET (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dreporter_vnic.c42 VNIC_ENV_GET(&vnic, total_error_queues)); in mlx5_reporter_vnic_diagnose_counters()
47 VNIC_ENV_GET(&vnic, in mlx5_reporter_vnic_diagnose_counters()
55 VNIC_ENV_GET(&vnic, comp_eq_overrun)); in mlx5_reporter_vnic_diagnose_counters()
60 VNIC_ENV_GET(&vnic, async_eq_overrun)); in mlx5_reporter_vnic_diagnose_counters()
67 VNIC_ENV_GET(&vnic, cq_overrun)); in mlx5_reporter_vnic_diagnose_counters()
74 VNIC_ENV_GET(&vnic, invalid_command)); in mlx5_reporter_vnic_diagnose_counters()
81 VNIC_ENV_GET(&vnic, quota_exceeded_command)); in mlx5_reporter_vnic_diagnose_counters()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.h278 #define VNIC_ENV_GET(vnic_env_stats, c) \ macro
H A Den_main.c3765 VNIC_ENV_GET(&priv->stats.vnic, eth_wqe_too_small); in mlx5e_get_stats()