Home
last modified time | relevance | path

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

/linux/net/can/
H A Dbcm.c115 atomic_long_t frames_abs, frames_filtered; member
234 long reduction, frames_filtered, frames_abs; in bcm_proc_show() local
236 frames_filtered = atomic_long_read(&op->frames_filtered); in bcm_proc_show()
262 frames_filtered, frames_abs); in bcm_proc_show()
264 reduction = 100 - (frames_filtered * 100) / frames_abs; in bcm_proc_show()
303 atomic_long_set(&op->frames_filtered, 0); in bcm_update_rx_stats()
562 atomic_long_inc(&op->frames_filtered); in bcm_rx_changed()