Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/net/l2/ethernet/gptp/
Dgptp_md.h39 uint64_t upstream_tx_time; member
Dgptp_md.c106 sync_rcv->upstream_tx_time = sync_ts->second; in gptp_set_md_sync_receive()
107 sync_rcv->upstream_tx_time *= NSEC_PER_SEC; in gptp_set_md_sync_receive()
108 sync_rcv->upstream_tx_time += sync_ts->nanosecond; in gptp_set_md_sync_receive()
113 sync_rcv->upstream_tx_time -= prop_delay_rated; in gptp_set_md_sync_receive()
118 sync_rcv->upstream_tx_time -= delay_asymmetry_rated; in gptp_set_md_sync_receive()
Dgptp_mi.c481 state->last_upstream_tx_time = sync_info->upstream_tx_time; in gptp_mi_pss_store_last_pss()
722 global_ds->sync_receipt_local_time += pss->upstream_tx_time; in gptp_mi_clk_slave_sync_compute()
967 sync_info->upstream_tx_time = global_ds->local_time.low; in gptp_mi_set_ps_sync_cmss()