Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_mi.c1329 rsi_cmp = memcmp(&announce->root_system_id, in compare_priority_vectors()
1330 &vector->root_system_id, in compare_priority_vectors()
1416 memcpy(&vector->root_system_id, &announce->root_system_id, in copy_priority_vector()
1628 gm_prio->root_system_id.grand_master_prio1 = default_ds->priority1; in compute_best_vector()
1629 gm_prio->root_system_id.grand_master_prio2 = default_ds->priority2; in compute_best_vector()
1630 gm_prio->root_system_id.clk_quality.clock_class = in compute_best_vector()
1632 gm_prio->root_system_id.clk_quality.clock_accuracy = in compute_best_vector()
1634 gm_prio->root_system_id.clk_quality.offset_scaled_log_var = in compute_best_vector()
1639 memcpy(gm_prio->root_system_id.grand_master_id, default_ds->clk_id, in compute_best_vector()
1662 tmp = memcmp(&challenger->root_system_id, in compute_best_vector()
[all …]
Dgptp_user_api.c41 gm_id = &global_ds->gm_priority.root_system_id.grand_master_id[0]; in gptp_call_phase_dis_cb()
Dgptp_messages.c36 ann->root_system_id.grand_master_id, \
45 ann->root_system_id.grand_master_prio1, \
46 ann->root_system_id.clk_quality.clock_class, \
47 ann->root_system_id.clk_quality.clock_accuracy,\
48 ann->root_system_id.grand_master_prio2, \
531 memcpy(&ann->root_system_id, in gptp_prepare_announce()
532 &gm_prio->root_system_id, in gptp_prepare_announce()
Dgptp_state.h160 struct gptp_root_system_identity root_system_id; member
Dgptp_messages.h174 struct gptp_root_system_identity root_system_id; member
Dgptp_md.c51 if (memcmp(GPTP_GLOBAL_DS()->gm_priority.root_system_id.grand_master_id, in gptp_md_follow_up_prepare()