Searched defs:ave_stats (Results 1 – 1 of 1) sorted by relevance
238 struct ave_stats { struct239 struct u64_stats_sync syncp;240 u64 packets;241 u64 bytes;242 u64 errors;266 struct ave_stats stats_rx; argument