Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Dptp.c1726 #define MINOR_TICKS_PER_SECOND 0x8000000 macro
1728 #define FUZZ (MINOR_TICKS_PER_SECOND / 10)
1755 (MINOR_TICKS_PER_SECOND - 1); in __efx_rx_skb_attach_timestamp()
1761 (MINOR_TICKS_PER_SECOND - 1); in __efx_rx_skb_attach_timestamp()
1763 carry = channel->sync_timestamp_minor + diff > MINOR_TICKS_PER_SECOND ? in __efx_rx_skb_attach_timestamp()
1766 if (diff <= MINOR_TICKS_PER_SECOND / EXPECTED_SYNC_EVENTS_PER_SECOND + in __efx_rx_skb_attach_timestamp()
1772 } else if (diff >= MINOR_TICKS_PER_SECOND - FUZZ) { in __efx_rx_skb_attach_timestamp()