Searched refs:PCIE_PERF_OFF (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_stats.c | 1529 #define PCIE_PERF_OFF(c) \ macro 1532 { "rx_pci_signal_integrity", PCIE_PERF_OFF(rx_errors) }, 1533 { "tx_pci_signal_integrity", PCIE_PERF_OFF(tx_errors) }, 1543 { "outbound_pci_stalled_rd", PCIE_PERF_OFF(outbound_stalled_reads) }, 1544 { "outbound_pci_stalled_wr", PCIE_PERF_OFF(outbound_stalled_writes) }, 1545 { "outbound_pci_stalled_rd_events", PCIE_PERF_OFF(outbound_stalled_reads_events) }, 1546 { "outbound_pci_stalled_wr_events", PCIE_PERF_OFF(outbound_stalled_writes_events) },
|