Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dgptp.h120 #define GPTP_CLOCK_ID_LEN 8 macro
129 uint8_t clk_id[GPTP_CLOCK_ID_LEN];
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_data_set.h154 uint8_t path_sequence[GPTP_MAX_PATHTRACE_SIZE][GPTP_CLOCK_ID_LEN];
268 uint8_t clk_id[GPTP_CLOCK_ID_LEN];
333 uint8_t gm_id[GPTP_CLOCK_ID_LEN];
Dgptp_mi.c568 GPTP_CLOCK_ID_LEN); in gptp_mi_pss_send_state_machine()
977 GPTP_CLOCK_ID_LEN); in gptp_mi_set_ps_sync_cmss()
1222 sys_path_trace->len = htons(len + GPTP_CLOCK_ID_LEN); in copy_path_trace()
1229 GPTP_DEFAULT_DS()->clk_id, GPTP_CLOCK_ID_LEN); in copy_path_trace()
1243 GPTP_CLOCK_ID_LEN) == 0) { in gptp_mi_qualify_announce()
1255 GPTP_CLOCK_ID_LEN) == 0) { in gptp_mi_qualify_announce()
1600 global_ds->path_trace.len = htons(GPTP_CLOCK_ID_LEN); in gptp_updt_role_disabled_tree()
1602 GPTP_CLOCK_ID_LEN); in gptp_updt_role_disabled_tree()
1638 GPTP_CLOCK_ID_LEN); in compute_best_vector()
1640 GPTP_CLOCK_ID_LEN); in compute_best_vector()
[all …]
Dgptp_messages.c336 port_ds->port_id.clk_id, GPTP_CLOCK_ID_LEN); in gptp_prepare_pdelay_req()
394 GPTP_CLOCK_ID_LEN); in gptp_prepare_pdelay_resp()
456 GPTP_CLOCK_ID_LEN); in gptp_prepare_pdelay_follow_up()
515 GPTP_CLOCK_ID_LEN); in gptp_prepare_announce()
680 GPTP_CLOCK_ID_LEN)) { in gptp_handle_pdelay_resp()
685 GPTP_CLOCK_ID_LEN) == 0) { in gptp_handle_pdelay_resp()
739 GPTP_CLOCK_ID_LEN)) { in gptp_handle_pdelay_follow_up()
745 GPTP_CLOCK_ID_LEN) == 0) { in gptp_handle_pdelay_follow_up()
Dgptp_md.c24 GPTP_CLOCK_ID_LEN); in gptp_md_sync_prepare()
45 GPTP_CLOCK_ID_LEN); in gptp_md_follow_up_prepare()
52 GPTP_DEFAULT_DS()->clk_id, GPTP_CLOCK_ID_LEN) == 0 && in gptp_md_follow_up_prepare()
412 GPTP_CLOCK_ID_LEN); in gptp_md_pdelay_compute()
Dgptp.c418 GPTP_CLOCK_ID_LEN); in gptp_init_clock_ds()
419 memcpy(parent_ds->gm_id, default_ds->clk_id, GPTP_CLOCK_ID_LEN); in gptp_init_clock_ds()
468 memcpy(port_ds->port_id.clk_id, default_ds->clk_id, GPTP_CLOCK_ID_LEN); in gptp_init_port_ds()
Dgptp_messages.h147 uint8_t grand_master_id[GPTP_CLOCK_ID_LEN];