Searched refs:PCIE_PERF_OFF (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_stats.c | 1456 #define PCIE_PERF_OFF(c) \ macro 1459 { "rx_pci_signal_integrity", PCIE_PERF_OFF(rx_errors) }, 1460 { "tx_pci_signal_integrity", PCIE_PERF_OFF(tx_errors) }, 1470 { "outbound_pci_stalled_rd", PCIE_PERF_OFF(outbound_stalled_reads) }, 1471 { "outbound_pci_stalled_wr", PCIE_PERF_OFF(outbound_stalled_writes) }, 1472 { "outbound_pci_stalled_rd_events", PCIE_PERF_OFF(outbound_stalled_reads_events) }, 1473 { "outbound_pci_stalled_wr_events", PCIE_PERF_OFF(outbound_stalled_writes_events) },
|