Searched defs:netcp_stats (Results 1 – 1 of 1) sorted by relevance
66 struct netcp_stats { struct67 struct u64_stats_sync syncp_rx ____cacheline_aligned_in_smp;68 u64_stats_t rx_packets;69 u64_stats_t rx_bytes;70 u32 rx_errors;71 u32 rx_dropped;73 struct u64_stats_sync syncp_tx ____cacheline_aligned_in_smp;74 u64_stats_t tx_packets;75 u64_stats_t tx_bytes;76 u32 tx_errors;[all …]