Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_clock.c106 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()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ptp.c235 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()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c695 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()
H A Dixgbe.h796 unsigned long last_overflow_check; member