Home
last modified time | relevance | path

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

/drivers/net/benet/
Dbe.h127 ulong rx_fps_jiffies; /* jiffies at last FPS calc */ member
Dbe_main.c254 if (((jiffies - stats->rx_fps_jiffies) < HZ) || rx_eq->enable_aic == 0) in be_rx_eqd_update()
258 ((jiffies - stats->rx_fps_jiffies) / HZ); in be_rx_eqd_update()
260 stats->rx_fps_jiffies = jiffies; in be_rx_eqd_update()