Searched refs:rx_frames (Results 1 – 3 of 3) sorted by relevance
121 long rx_frames = atomic_long_read(&pkg_stats->rx_frames); in can_stat_update() local137 if (rx_frames > (LONG_MAX / HZ)) in can_stat_update()149 if (rx_frames) in can_stat_update()150 pkg_stats->total_rx_match_ratio = (matches * 100) / rx_frames; in can_stat_update()155 rx_frames); in can_stat_update()225 atomic_long_read(&pkg_stats->rx_frames)); in can_stats_proc_show()
69 atomic_long_t rx_frames; member
652 atomic_long_inc(&pkg_stats->rx_frames); in can_receive()
Completed in 6 milliseconds