Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/net/l2/ethernet/gptp/
Dgptp_md.h30 struct gptp_scaled_ns last_gm_phase_change; member
Dgptp_md.c86 fup->tlv.last_gm_phase_change.high = in gptp_md_follow_up_prepare()
87 ntohl(sync_send->last_gm_phase_change.high); in gptp_md_follow_up_prepare()
88 fup->tlv.last_gm_phase_change.low = in gptp_md_follow_up_prepare()
89 ntohll(sync_send->last_gm_phase_change.low); in gptp_md_follow_up_prepare()
149 sync_rcv->last_gm_phase_change.high = in gptp_set_md_sync_receive()
150 ntohl(fup->tlv.last_gm_phase_change.high); in gptp_set_md_sync_receive()
151 sync_rcv->last_gm_phase_change.low = in gptp_set_md_sync_receive()
152 ntohll(fup->tlv.last_gm_phase_change.low); in gptp_set_md_sync_receive()
Dgptp_data_set.h192 struct gptp_scaled_ns last_gm_phase_change; member
296 struct gptp_scaled_ns last_gm_phase_change; member
Dgptp_mi.c475 memcpy(&state->last_gm_phase_change, &sync_info->last_gm_phase_change, in gptp_mi_pss_store_last_pss()
725 global_ds->last_gm_phase_change.high = pss->last_gm_phase_change.high; in gptp_mi_clk_slave_sync_compute()
726 global_ds->last_gm_phase_change.low = pss->last_gm_phase_change.low; in gptp_mi_clk_slave_sync_compute()
898 &global_ds->last_gm_phase_change, in gptp_mi_clk_master_sync_offset_state_machine()
974 memcpy(&sync_info->last_gm_phase_change, in gptp_mi_set_ps_sync_cmss()
1140 memset(&invoke_args.last_gm_phase_change, 0x0, in gptp_mi_clk_master_sync_rcv_state_machine()
1177 &s->rcvd_clk_src_req.last_gm_phase_change, in gptp_mi_clk_master_sync_rcv_state_machine()
Dgptp_state.h310 struct gptp_scaled_ns last_gm_phase_change; member
Dgptp_messages.h213 struct gptp_scaled_ns last_gm_phase_change; member
/Zephyr-Core-3.4.0/include/zephyr/net/
Dgptp.h246 struct gptp_scaled_ns last_gm_phase_change; member