Searched refs:rx_fps_jiffies (Results 1 – 2 of 2) sorted by relevance
127 ulong rx_fps_jiffies; /* jiffies at last FPS calc */ member
254 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()