Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_state.h368 bool rcvd_pss; member
380 bool rcvd_pss; member
Dgptp_mi.c447 site_ss_state->rcvd_pss = true; in gptp_mi_pss_rcv_state_machine()
668 state->rcvd_pss = false; in gptp_mi_site_sync_sync_state_machine()
673 if (state->rcvd_pss) { in gptp_mi_site_sync_sync_state_machine()
674 state->rcvd_pss = false; in gptp_mi_site_sync_sync_state_machine()
690 clk_ss->rcvd_pss = true; in gptp_mi_site_sync_sync_state_machine()
859 state->rcvd_pss = false; in gptp_mi_clk_slave_sync_state_machine()
864 if (state->rcvd_pss) { in gptp_mi_clk_slave_sync_state_machine()
865 state->rcvd_pss = false; in gptp_mi_clk_slave_sync_state_machine()
/Zephyr-latest/subsys/net/lib/shell/
Dgptp.c607 domain->state.site_ss.rcvd_pss ? "yes" : "no"); in cmd_net_gptp()
613 domain->state.clk_slave_sync.rcvd_pss ? "yes" : "no"); in cmd_net_gptp()