Lines Matching refs: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
1107 struct skb_shared_hwtstamps timestamps;
1136 memset(×tamps, 0, sizeof(timestamps));
1137 timestamps.hwtstamp = ptp_data->nic_to_kernel_time(
1142 skb_tstamp_tx(skb, ×tamps);
1205 struct skb_shared_hwtstamps *timestamps;
1208 timestamps = skb_hwtstamps(skb);
1209 timestamps->hwtstamp = evt->hwtimestamp;
1961 * to reconstruct full-range timestamps and they are optionally used
1997 struct skb_shared_hwtstamps *timestamps;
2004 /* get the difference between the packet and sync timestamps,
2039 /* attach the timestamps to the skb */
2040 timestamps = skb_hwtstamps(skb);
2041 timestamps->hwtstamp =