Home
last modified time | relevance | path

Searched refs:rx_frames (Results 1 – 3 of 3) sorted by relevance

/net/can/
A Dproc.c121 long rx_frames = atomic_long_read(&pkg_stats->rx_frames); in can_stat_update() local
137 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()
A Daf_can.h69 atomic_long_t rx_frames; member
A Daf_can.c652 atomic_long_inc(&pkg_stats->rx_frames); in can_receive()

Completed in 6 milliseconds