Searched refs:root_system_id (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_mi.c | 1329 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 …]
|
D | gptp_user_api.c | 41 gm_id = &global_ds->gm_priority.root_system_id.grand_master_id[0]; in gptp_call_phase_dis_cb()
|
D | gptp_messages.c | 36 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()
|
D | gptp_state.h | 160 struct gptp_root_system_identity root_system_id; member
|
D | gptp_messages.h | 174 struct gptp_root_system_identity root_system_id; member
|
D | gptp_md.c | 51 if (memcmp(GPTP_GLOBAL_DS()->gm_priority.root_system_id.grand_master_id, in gptp_md_follow_up_prepare()
|