Searched refs:pcie_stats (Results 1 – 3 of 3) sorted by relevance
325 #define PCIE_PERF_GET(pcie_stats, c) \ argument326 MLX5_GET(mpcnt_reg, (pcie_stats)->pcie_perf_counters, \329 #define PCIE_PERF_GET64(pcie_stats, c) \ argument330 MLX5_GET64(mpcnt_reg, (pcie_stats)->pcie_perf_counters, \
1543 struct mlx5e_pcie_stats *pcie_stats = &priv->stats.pcie; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() local1552 out = pcie_stats->pcie_perf_counters; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
1100 struct pcie_stats_stc pcie_stats; member