Home
last modified time | relevance | path

Searched refs:md_sync_timestamp_avail (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.4.0/subsys/net/l2/ethernet/gptp/
Dgptp_state.h271 bool md_sync_timestamp_avail; member
Dgptp_md.c546 state->md_sync_timestamp_avail = false; in gptp_md_init_sync_send_state_machine()
867 if (state->md_sync_timestamp_avail) { in gptp_md_sync_send_state_machine()
868 state->md_sync_timestamp_avail = false; in gptp_md_sync_send_state_machine()
Dgptp_messages.c99 state->md_sync_timestamp_avail = true; in gptp_sync_timestamp_callback()
/Zephyr-Core-3.4.0/subsys/net/ip/
Dnet_shell.c3144 port_state->sync_send.md_sync_timestamp_avail ? "yes" : "no"); in gptp_print_port_info()