Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dptp.c1727 #define MINOR_TICKS_PER_SECOND 0x8000000 macro
1729 #define FUZZ (MINOR_TICKS_PER_SECOND / 10)
1756 (MINOR_TICKS_PER_SECOND - 1); in __efx_rx_skb_attach_timestamp()
1762 (MINOR_TICKS_PER_SECOND - 1); in __efx_rx_skb_attach_timestamp()
1764 carry = channel->sync_timestamp_minor + diff > MINOR_TICKS_PER_SECOND ? in __efx_rx_skb_attach_timestamp()
1767 if (diff <= MINOR_TICKS_PER_SECOND / EXPECTED_SYNC_EVENTS_PER_SECOND + in __efx_rx_skb_attach_timestamp()
1773 } else if (diff >= MINOR_TICKS_PER_SECOND - FUZZ) { in __efx_rx_skb_attach_timestamp()