Searched defs:mvpp2_pcpu_stats (Results 1 – 1 of 1) sorted by relevance
996 struct mvpp2_pcpu_stats { struct997 struct u64_stats_sync syncp;998 u64 rx_packets;999 u64 rx_bytes;1000 u64 tx_packets;1001 u64 tx_bytes;1003 u64 xdp_redirect;1004 u64 xdp_pass;1005 u64 xdp_drop;1006 u64 xdp_xmit;[all …]