Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_md.c39 struct net_ptp_time *sync_ts = net_pkt_timestamp(sync); in gptp_md_follow_up_prepare() local
60 fup->prec_orig_ts_secs_high = htons(sync_ts->_sec.high); in gptp_md_follow_up_prepare()
61 fup->prec_orig_ts_secs_low = htonl(sync_ts->_sec.low); in gptp_md_follow_up_prepare()
62 fup->prec_orig_ts_nsecs = htonl(sync_ts->nanosecond); in gptp_md_follow_up_prepare()
84 sync_ts_ns = sync_ts->second; in gptp_md_follow_up_prepare()
86 sync_ts_ns += sync_ts->nanosecond; in gptp_md_follow_up_prepare()
124 struct net_ptp_time *sync_ts; in gptp_set_md_sync_receive() local
138 sync_ts = &state->rcvd_sync_ptr->timestamp; in gptp_set_md_sync_receive()
151 sync_rcv->upstream_tx_time = sync_ts->second; in gptp_set_md_sync_receive()
153 sync_rcv->upstream_tx_time += sync_ts->nanosecond; in gptp_set_md_sync_receive()