Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2.h1116 struct mvpp2_pcpu_stats { struct
1117 struct u64_stats_sync syncp;
1118 u64 rx_packets;
1119 u64 rx_bytes;
1120 u64 tx_packets;
1121 u64 tx_bytes;
1123 u64 xdp_redirect;
1124 u64 xdp_pass;
1125 u64 xdp_drop;
1126 u64 xdp_xmit;
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2.h1018 struct mvpp2_pcpu_stats { struct
1019 struct u64_stats_sync syncp;
1020 u64 rx_packets;
1021 u64 rx_bytes;
1022 u64 tx_packets;
1023 u64 tx_bytes;
1025 u64 xdp_redirect;
1026 u64 xdp_pass;
1027 u64 xdp_drop;
1028 u64 xdp_xmit;
[all …]