pcie_stats        617 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 		__le64 *pcie_stats = (__le64 *)bp->hw_pcie_stats;
pcie_stats        620 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 			buf[j] = le64_to_cpu(*(pcie_stats +
pcie_stats        975 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 	struct mlx5e_pcie_stats *pcie_stats = &priv->stats.pcie;
pcie_stats        984 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c 	out = pcie_stats->pcie_perf_counters;
pcie_stats        215 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define PCIE_PERF_GET(pcie_stats, c) \
pcie_stats        216 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h 	MLX5_GET(mpcnt_reg, (pcie_stats)->pcie_perf_counters, \
pcie_stats        219 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define PCIE_PERF_GET64(pcie_stats, c) \
pcie_stats        220 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h 	MLX5_GET64(mpcnt_reg, (pcie_stats)->pcie_perf_counters, \