Searched refs:last_overflow_check (Results 1 – 4 of 4) sorted by relevance
106 bool timeout = time_is_before_jiffies(mdev->last_overflow_check + in mlx4_en_ptp_overflow_check()114 mdev->last_overflow_check = jiffies; in mlx4_en_ptp_overflow_check()
235 bool timeout = time_is_before_jiffies(wx->last_overflow_check + in wx_ptp_overflow_check()245 wx->last_overflow_check = jiffies; in wx_ptp_overflow_check()768 wx->last_overflow_check = jiffies; in wx_ptp_reset()
695 bool timeout = time_is_before_jiffies(adapter->last_overflow_check + in ixgbe_ptp_overflow_check()705 adapter->last_overflow_check = jiffies; in ixgbe_ptp_overflow_check()1353 adapter->last_overflow_check = jiffies; in ixgbe_ptp_reset()
796 unsigned long last_overflow_check; member