Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_md.c16 struct gptp_md_sync_info *sync_send, in gptp_md_sync_prepare() argument
23 memcpy(&hdr->port_id.clk_id, &sync_send->src_port_id.clk_id, in gptp_md_sync_prepare()
28 hdr->log_msg_interval = sync_send->log_msg_interval; in gptp_md_sync_prepare()
33 struct gptp_md_sync_info *sync_send, in gptp_md_follow_up_prepare() argument
44 memcpy(&hdr->port_id.clk_id, &sync_send->src_port_id.clk_id, in gptp_md_follow_up_prepare()
49 hdr->log_msg_interval = sync_send->log_msg_interval; in gptp_md_follow_up_prepare()
73 htons(sync_send->precise_orig_ts._sec.high); in gptp_md_follow_up_prepare()
74 fup->prec_orig_ts_secs_low = htonl(sync_send->precise_orig_ts._sec.low); in gptp_md_follow_up_prepare()
75 fup->prec_orig_ts_nsecs = htonl(sync_send->precise_orig_ts.nanosecond); in gptp_md_follow_up_prepare()
87 delay_ns = sync_ts_ns - sync_send->upstream_tx_time; in gptp_md_follow_up_prepare()
[all …]
Dgptp_state.h337 struct gptp_md_sync_info sync_send; member
500 struct gptp_sync_send_state sync_send; member
Dgptp_mi.c490 struct gptp_sync_send_state *sync_send; in gptp_mi_pss_send_md_sync_send() local
494 sync_send = &GPTP_PORT_STATE(port)->sync_send; in gptp_mi_pss_send_md_sync_send()
496 memcpy(&state->sync_send, &pss_ptr->sync_info, in gptp_mi_pss_send_md_sync_send()
499 sync_send->sync_send_ptr = &state->sync_send; in gptp_mi_pss_send_md_sync_send()
500 sync_send->rcvd_md_sync = true; in gptp_mi_pss_send_md_sync_send()
Dgptp_messages.c93 state = &GPTP_PORT_STATE(port)->sync_send; in gptp_sync_timestamp_callback()
/Zephyr-latest/subsys/net/lib/shell/
Dgptp.c437 ": %s\n", sync_send2str(port_state->sync_send.state)); in gptp_print_port_info()
440 port_state->sync_send.rcvd_md_sync ? "yes" : "no"); in gptp_print_port_info()
443 port_state->sync_send.md_sync_timestamp_avail ? "yes" : "no"); in gptp_print_port_info()