Lines Matching defs:can_pkg_stats
66 struct can_pkg_stats { struct
67 unsigned long jiffies_init;
69 atomic_long_t rx_frames;
70 atomic_long_t tx_frames;
71 atomic_long_t matches;
73 unsigned long total_rx_rate;
74 unsigned long total_tx_rate;
75 unsigned long total_rx_match_ratio;
77 unsigned long current_rx_rate;
78 unsigned long current_tx_rate;
79 unsigned long current_rx_match_ratio;
81 unsigned long max_rx_rate;
82 unsigned long max_tx_rate;
83 unsigned long max_rx_match_ratio;
85 atomic_long_t rx_frames_delta;
86 atomic_long_t tx_frames_delta;
87 atomic_long_t matches_delta;