Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_state.h271 bool md_sync_timestamp_avail; member
Dgptp_md.c568 state->md_sync_timestamp_avail = false; in gptp_md_init_sync_send_state_machine()
889 if (state->md_sync_timestamp_avail) { in gptp_md_sync_send_state_machine()
890 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-latest/subsys/net/lib/shell/
Dgptp.c443 port_state->sync_send.md_sync_timestamp_avail ? "yes" : "no"); in gptp_print_port_info()