Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dptp.c2041 u32 pkt_timestamp_major, pkt_timestamp_minor; in __efx_rx_skb_attach_timestamp() local
2048 pkt_timestamp_minor = efx_rx_buf_timestamp_minor(efx, skb_mac_header(skb)); in __efx_rx_skb_attach_timestamp()
2053 diff = pkt_timestamp_minor - channel->sync_timestamp_minor; in __efx_rx_skb_attach_timestamp()
2054 if (pkt_timestamp_minor < channel->sync_timestamp_minor) in __efx_rx_skb_attach_timestamp()
2080 pkt_timestamp_minor, channel->sync_timestamp_major, in __efx_rx_skb_attach_timestamp()
2089 pkt_timestamp_minor, in __efx_rx_skb_attach_timestamp()