Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2.h1121 struct mvpp2_pcpu_stats { struct
1122 struct u64_stats_sync syncp;
1123 u64 rx_packets;
1124 u64 rx_bytes;
1125 u64 tx_packets;
1126 u64 tx_bytes;
1128 u64 xdp_redirect;
1129 u64 xdp_pass;
1130 u64 xdp_drop;
1131 u64 xdp_xmit;
[all …]