Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_md.h30 struct gptp_scaled_ns last_gm_phase_change; member
Dgptp_md.c108 fup->tlv.last_gm_phase_change.high = in gptp_md_follow_up_prepare()
109 ntohl(sync_send->last_gm_phase_change.high); in gptp_md_follow_up_prepare()
110 fup->tlv.last_gm_phase_change.low = in gptp_md_follow_up_prepare()
111 ntohll(sync_send->last_gm_phase_change.low); in gptp_md_follow_up_prepare()
171 sync_rcv->last_gm_phase_change.high = in gptp_set_md_sync_receive()
172 ntohl(fup->tlv.last_gm_phase_change.high); in gptp_set_md_sync_receive()
173 sync_rcv->last_gm_phase_change.low = in gptp_set_md_sync_receive()
174 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()
734 global_ds->last_gm_phase_change.high = pss->last_gm_phase_change.high; in gptp_mi_clk_slave_sync_compute()
735 global_ds->last_gm_phase_change.low = pss->last_gm_phase_change.low; in gptp_mi_clk_slave_sync_compute()
907 &global_ds->last_gm_phase_change, in gptp_mi_clk_master_sync_offset_state_machine()
988 memcpy(&sync_info->last_gm_phase_change, in gptp_mi_set_ps_sync_cmss()
1154 memset(&invoke_args.last_gm_phase_change, 0x0, in gptp_mi_clk_master_sync_rcv_state_machine()
1191 &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-latest/include/zephyr/net/
Dgptp.h250 struct gptp_scaled_ns last_gm_phase_change; member