Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/net/l2/ethernet/gptp/
Dgptp_md.c457 state->follow_up_timeout_expired = true; in gptp_md_follow_up_receipt_timeout()
510 state->follow_up_timeout_expired = false; in gptp_md_init_sync_rcv_state_machine()
752 if (state->follow_up_timeout_expired) { in gptp_md_sync_receive_state_machine()
754 state->follow_up_timeout_expired = false; in gptp_md_sync_receive_state_machine()
788 state->follow_up_timeout_expired = false; in gptp_md_sync_receive_state_machine()
Dgptp_state.h253 bool follow_up_timeout_expired; member
/Zephyr-Core-3.6.0/subsys/net/lib/shell/
Dgptp.c429 port_state->sync_rcv.follow_up_timeout_expired ? "yes" : "no"); in gptp_print_port_info()