Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
Dnetcp.h66 struct netcp_stats { struct
67 struct u64_stats_sync syncp_rx ____cacheline_aligned_in_smp;
68 u64 rx_packets;
69 u64 rx_bytes;
70 u32 rx_errors;
71 u32 rx_dropped;
73 struct u64_stats_sync syncp_tx ____cacheline_aligned_in_smp;
74 u64 tx_packets;
75 u64 tx_bytes;
76 u32 tx_errors;
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/ti/
Dnetcp.h74 struct netcp_stats { struct
75 struct u64_stats_sync syncp_rx ____cacheline_aligned_in_smp;
76 u64 rx_packets;
77 u64 rx_bytes;
78 u32 rx_errors;
79 u32 rx_dropped;
81 struct u64_stats_sync syncp_tx ____cacheline_aligned_in_smp;
82 u64 tx_packets;
83 u64 tx_bytes;
84 u32 tx_errors;
[all …]