Lines Matching full:timestamps
19 * Packets not matching are delivered without timestamps (MCDI events will
229 * @rxq: Receive SKB queue (awaiting timestamps)
257 * timestamps
259 * timestamps
261 * @ts_corrections.pps_in: Required driver correction of PPS input timestamps
263 * transmit timestamps
265 * receive timestamps
370 * if PTP uses MAC TX timestamps, not if PTP uses the MC directly to transmit.
586 * we can deal with the (unlikely) case of sync timestamps in efx_ptp_mac_nic_to_ktime_correction()
1126 struct skb_shared_hwtstamps timestamps; in efx_ptp_xmit_skb_mc() local
1154 memset(×tamps, 0, sizeof(timestamps)); in efx_ptp_xmit_skb_mc()
1155 timestamps.hwtstamp = ptp_data->nic_to_kernel_time( in efx_ptp_xmit_skb_mc()
1160 skb_tstamp_tx(skb, ×tamps); in efx_ptp_xmit_skb_mc()
1350 /* if the NIC supports hw timestamps by the MAC, we can support in efx_ptp_insert_multicast_filters()
1881 * timestamps, the NIC will not support them. in efx_ptp_get_ts_info()
2002 * to reconstruct full-range timestamps and they are optionally used in efx_time_sync_event()
2038 struct skb_shared_hwtstamps *timestamps; in __efx_rx_skb_attach_timestamp() local
2045 /* get the difference between the packet and sync timestamps, in __efx_rx_skb_attach_timestamp()
2080 /* attach the timestamps to the skb */ in __efx_rx_skb_attach_timestamp()
2081 timestamps = skb_hwtstamps(skb); in __efx_rx_skb_attach_timestamp()
2082 timestamps->hwtstamp = in __efx_rx_skb_attach_timestamp()