Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Dptp.c553 major = channel->sync_timestamp_major; in last_sync_timestamp_major()
1949 channel->sync_timestamp_major = MCDI_EVENT_FIELD(*ev, PTP_TIME_MAJOR); in efx_time_sync_event()
2003 pkt_timestamp_major = channel->sync_timestamp_major + carry; in __efx_rx_skb_attach_timestamp()
2009 pkt_timestamp_major = channel->sync_timestamp_major - 1 + carry; in __efx_rx_skb_attach_timestamp()
2018 pkt_timestamp_minor, channel->sync_timestamp_major, in __efx_rx_skb_attach_timestamp()
Dnet_driver.h510 u32 sync_timestamp_major; member