Home
last modified time | relevance | path

Searched refs:PTP_PS_GRAND_MASTER (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/net/lib/ptp/
Dstate_machine.c78 new_state = PTP_PS_GRAND_MASTER; in ptp_state_machine()
154 new_state = PTP_PS_GRAND_MASTER; in ptp_state_machine()
186 new_state = PTP_PS_GRAND_MASTER; in ptp_state_machine()
218 new_state = PTP_PS_GRAND_MASTER; in ptp_state_machine()
Dstate_machine.h33 PTP_PS_GRAND_MASTER, enumerator
Dbtca.c135 return PTP_PS_GRAND_MASTER; in ptp_btca_state_decision()
143 return PTP_PS_GRAND_MASTER; in ptp_btca_state_decision()
Dclock.c141 (state == PTP_PS_GRAND_MASTER || in clock_forward_management_msg()
343 case PTP_PS_GRAND_MASTER: in ptp_clock_handle_state_decision_evt()
Dport.c73 [PTP_PS_GRAND_MASTER] = "GRAND MASTER", in port_state_str()
537 case PTP_PS_GRAND_MASTER: in port_announce_msg_process()
616 if (state != PTP_PS_TIME_TRANSMITTER && state != PTP_PS_GRAND_MASTER) { in port_delay_req_msg_process()
1159 case PTP_PS_GRAND_MASTER: in ptp_port_event_handle()
1213 case PTP_PS_GRAND_MASTER: in ptp_port_timer_event_gen()
/Zephyr-latest/samples/net/ptp/src/
Dmain.c58 case PTP_PS_GRAND_MASTER: in get_current_status()