Lines Matching refs:timestamps
19 * Packets not matching are delivered without timestamps (MCDI events will
215 * @rx_ts_inline: Flag for whether RX timestamps are inline (else they are
217 * @rxq: Receive SKB queue (awaiting timestamps)
249 * timestamps
251 * timestamps
253 * @ts_corrections.pps_in: Required driver correction of PPS input timestamps
255 * transmit timestamps
257 * receive timestamps
365 * if PTP uses MAC TX timestamps, not if PTP uses the MC directly to transmit.
600 * we can deal with the (unlikely) case of sync timestamps
1136 struct skb_shared_hwtstamps timestamps;
1165 memset(×tamps, 0, sizeof(timestamps));
1166 timestamps.hwtstamp = ptp_data->nic_to_kernel_time(
1171 skb_tstamp_tx(skb, ×tamps);
1234 struct skb_shared_hwtstamps *timestamps;
1237 timestamps = skb_hwtstamps(skb);
1238 timestamps->hwtstamp = evt->hwtimestamp;
1831 * timestamps, the NIC will not support them.
2007 * to reconstruct full-range timestamps and they are optionally used
2043 struct skb_shared_hwtstamps *timestamps;
2050 /* get the difference between the packet and sync timestamps,
2085 /* attach the timestamps to the skb */
2086 timestamps = skb_hwtstamps(skb);
2087 timestamps->hwtstamp =