Lines Matching full:timestamps
19 * Packets not matching are delivered without timestamps (MCDI events will
214 * @rx_ts_inline: Flag for whether RX timestamps are inline (else they are
216 * @rxq: Receive SKB queue (awaiting timestamps)
248 * timestamps
250 * timestamps
252 * @ts_corrections.pps_in: Required driver correction of PPS input timestamps
254 * transmit timestamps
256 * receive timestamps
364 * if PTP uses MAC TX timestamps, not if PTP uses the MC directly to transmit.
593 * we can deal with the (unlikely) case of sync timestamps in efx_ptp_mac_nic_to_ktime_correction()
1107 struct skb_shared_hwtstamps timestamps; in efx_ptp_xmit_skb_mc() local
1136 memset(×tamps, 0, sizeof(timestamps)); in efx_ptp_xmit_skb_mc()
1137 timestamps.hwtstamp = ptp_data->nic_to_kernel_time( in efx_ptp_xmit_skb_mc()
1142 skb_tstamp_tx(skb, ×tamps); in efx_ptp_xmit_skb_mc()
1205 struct skb_shared_hwtstamps *timestamps; in efx_ptp_match_rx() local
1208 timestamps = skb_hwtstamps(skb); in efx_ptp_match_rx()
1209 timestamps->hwtstamp = evt->hwtimestamp; in efx_ptp_match_rx()
1961 * to reconstruct full-range timestamps and they are optionally used in efx_siena_time_sync_event()
1997 struct skb_shared_hwtstamps *timestamps; in __efx_siena_rx_skb_attach_timestamp() local
2004 /* get the difference between the packet and sync timestamps, in __efx_siena_rx_skb_attach_timestamp()
2039 /* attach the timestamps to the skb */ in __efx_siena_rx_skb_attach_timestamp()
2040 timestamps = skb_hwtstamps(skb); in __efx_siena_rx_skb_attach_timestamp()
2041 timestamps->hwtstamp = in __efx_siena_rx_skb_attach_timestamp()