Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dptp.c543 major = channel->sync_timestamp_major; in last_sync_timestamp_major()
2001 channel->sync_timestamp_major = MCDI_EVENT_FIELD(*ev, PTP_TIME_MAJOR); in efx_time_sync_event()
2055 pkt_timestamp_major = channel->sync_timestamp_major + carry; in __efx_rx_skb_attach_timestamp()
2061 pkt_timestamp_major = channel->sync_timestamp_major - 1 + carry; in __efx_rx_skb_attach_timestamp()
2070 pkt_timestamp_minor, channel->sync_timestamp_major, in __efx_rx_skb_attach_timestamp()
H A Dnet_driver.h516 * @sync_timestamp_major: Major part of the last ptp sync event
582 u32 sync_timestamp_major; member
/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.c550 major = channel->sync_timestamp_major; in last_sync_timestamp_major()
1959 channel->sync_timestamp_major = MCDI_EVENT_FIELD(*ev, PTP_TIME_MAJOR); in efx_siena_time_sync_event()
2013 pkt_timestamp_major = channel->sync_timestamp_major + carry; in __efx_siena_rx_skb_attach_timestamp()
2019 pkt_timestamp_major = channel->sync_timestamp_major - 1 + carry; in __efx_siena_rx_skb_attach_timestamp()
2028 pkt_timestamp_minor, channel->sync_timestamp_major, in __efx_siena_rx_skb_attach_timestamp()
H A Dnet_driver.h486 * @sync_timestamp_major: Major part of the last ptp sync event
550 u32 sync_timestamp_major; member