Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_md.c499 if (timer == &state->follow_up_discard_timer) { in gptp_md_follow_up_receipt_timeout()
547 k_timer_init(&state->follow_up_discard_timer, in gptp_md_init_sync_rcv_state_machine()
757 k_timer_stop(&state->follow_up_discard_timer); in gptp_md_sync_receive_state_machine()
798 k_timer_stop(&state->follow_up_discard_timer); in gptp_md_sync_receive_state_machine()
832 k_timer_stop(&state->follow_up_discard_timer); in gptp_md_sync_receive_state_machine()
Dgptp_state.h235 struct k_timer follow_up_discard_timer; member
Dgptp_messages.c595 k_timer_start(&state->follow_up_discard_timer, duration, K_NO_WAIT); in gptp_handle_sync()