Searched refs:sync_event_diff_max (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/
H A Dptp.c248 * @nic_time.sync_event_diff_max: Maximum acceptable difference between time
313 u32 sync_event_diff_max; member in struct:efx_ptp_data::__anon1616
677 ptp->nic_time.sync_event_diff_max = (ptp->nic_time.minor_max / 4)
2056 if (diff <= ptp->nic_time.sync_event_diff_max) {
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dptp.c239 * @nic_time.sync_event_diff_max: Maximum acceptable difference between time
309 u32 sync_event_diff_max; member in struct:efx_ptp_data::__anon1621
690 ptp->nic_time.sync_event_diff_max = (ptp->nic_time.minor_max / 4)
2009 if (diff <= ptp->nic_time.sync_event_diff_max) {

Completed in 203 milliseconds