Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_md.c502 state->follow_up_timeout_expired = true; in gptp_md_follow_up_receipt_timeout()
555 state->follow_up_timeout_expired = false; in gptp_md_init_sync_rcv_state_machine()
797 if (state->follow_up_timeout_expired) { in gptp_md_sync_receive_state_machine()
799 state->follow_up_timeout_expired = false; in gptp_md_sync_receive_state_machine()
833 state->follow_up_timeout_expired = false; in gptp_md_sync_receive_state_machine()
Dgptp_state.h253 bool follow_up_timeout_expired; member
/Zephyr-latest/subsys/net/lib/shell/
Dgptp.c429 port_state->sync_rcv.follow_up_timeout_expired ? "yes" : "no"); in gptp_print_port_info()