Searched refs:pcie_stats (Results 1 – 3 of 3) sorted by relevance
215 #define PCIE_PERF_GET(pcie_stats, c) \ argument216 MLX5_GET(mpcnt_reg, (pcie_stats)->pcie_perf_counters, \219 #define PCIE_PERF_GET64(pcie_stats, c) \ argument220 MLX5_GET64(mpcnt_reg, (pcie_stats)->pcie_perf_counters, \
972 struct mlx5e_pcie_stats *pcie_stats = &priv->stats.pcie; in mlx5e_grp_pcie_update_stats() local981 out = pcie_stats->pcie_perf_counters; in mlx5e_grp_pcie_update_stats()
615 __le64 *pcie_stats = (__le64 *)bp->hw_pcie_stats; in bnxt_get_ethtool_stats() local618 buf[j] = le64_to_cpu(*(pcie_stats + in bnxt_get_ethtool_stats()