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 | 1679 #define PCIE_PERF_OFF(c) \ macro 1682 { "rx_pci_signal_integrity", PCIE_PERF_OFF(rx_errors) }, 1683 { "tx_pci_signal_integrity", PCIE_PERF_OFF(tx_errors) }, 1693 { "outbound_pci_stalled_rd", PCIE_PERF_OFF(outbound_stalled_reads) }, 1694 { "outbound_pci_stalled_wr", PCIE_PERF_OFF(outbound_stalled_writes) }, 1695 { "outbound_pci_stalled_rd_events", PCIE_PERF_OFF(outbound_stalled_reads_events) }, 1696 { "outbound_pci_stalled_wr_events", PCIE_PERF_OFF(outbound_stalled_writes_events) },
|