Home
last modified time | relevance | path

Searched refs:rcvd_pss_sync (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_mi.c521 if (state->rcvd_pss_sync && ((!port_ds->ptt_port_enabled) || in gptp_mi_pss_send_state_machine()
523 state->rcvd_pss_sync = false; in gptp_mi_pss_send_state_machine()
532 if (state->rcvd_pss_sync && in gptp_mi_pss_send_state_machine()
542 if (state->rcvd_pss_sync) { in gptp_mi_pss_send_state_machine()
544 state->rcvd_pss_sync = false; in gptp_mi_pss_send_state_machine()
583 ((state->rcvd_pss_sync && in gptp_mi_pss_send_state_machine()
593 (state->rcvd_pss_sync && in gptp_mi_pss_send_state_machine()
644 pss_send->rcvd_pss_sync = true; in gptp_mi_site_ss_send_to_pss()
1007 pss_send->rcvd_pss_sync = true; in gptp_mi_tx_ps_sync_cmss()
Dgptp_state.h340 bool rcvd_pss_sync; member
/Zephyr-latest/subsys/net/lib/shell/
Dgptp.c475 ": %s\n", port_state->pss_send.rcvd_pss_sync ? "yes" : "no"); in gptp_print_port_info()