Home
last modified time | relevance | path

Searched defs:ave_stats (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/socionext/
Dsni_ave.c240 struct ave_stats { struct
241 struct u64_stats_sync syncp;
242 u64 packets;
243 u64 bytes;
244 u64 errors;
245 u64 dropped;
269 struct ave_stats stats_rx; argument
/kernel/linux/linux-5.10/drivers/net/ethernet/socionext/
Dsni_ave.c239 struct ave_stats { struct
240 struct u64_stats_sync syncp;
241 u64 packets;
242 u64 bytes;
243 u64 errors;
244 u64 dropped;
268 struct ave_stats stats_rx; argument