Home
last modified time | relevance | path

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

/subsys/net/l2/ethernet/gptp/
A Dgptp_mi.c126 for (port = GPTP_PORT_START; port < GPTP_PORT_END; port++) { in gptp_mi_half_sync_itv_timeout()
146 for (port = GPTP_PORT_START; port < GPTP_PORT_END; port++) { in gptp_mi_rcv_sync_receipt_timeout()
161 for (port = GPTP_PORT_START; port < GPTP_PORT_END; port++) { in gptp_mi_send_sync_receipt_timeout()
241 for (port = GPTP_PORT_START; port < GPTP_PORT_END; port++) { in announce_timer_handler()
286 for (port = GPTP_PORT_START; port < GPTP_PORT_END; port++) { in announce_periodic_timer_handler()
364 for (port = GPTP_PORT_START; port < GPTP_PORT_END; port++) { in gptp_get_current_master_time_nanosecond()
641 for (port = GPTP_PORT_START; port < GPTP_PORT_END; port++) { in gptp_mi_site_ss_send_to_pss()
995 for (port = GPTP_PORT_START; port < GPTP_PORT_END; port++) { in gptp_mi_tx_ps_sync_cmss()
1584 for (port = GPTP_PORT_START; port < GPTP_PORT_END; port++) { in gptp_updt_role_disabled_tree()
1637 for (port = GPTP_PORT_START; port < GPTP_PORT_END; port++) { in compute_best_vector()
[all …]
A Dgptp.c44 if (port >= GPTP_PORT_START && port < GPTP_PORT_END) { in gptp_get_port_number()
48 for (port = GPTP_PORT_START; port < GPTP_PORT_END; port++) { in gptp_get_port_number()
528 for (port = GPTP_PORT_START; port < GPTP_PORT_END; port++) { in gptp_state_machine()
568 for (port = GPTP_PORT_START; port < GPTP_PORT_END; port++) { in gptp_thread()
884 if (port < GPTP_PORT_START || port >= GPTP_PORT_END) { in gptp_get_port_data()
A Dgptp_user_api.c62 for (port = GPTP_PORT_START; port <= GPTP_PORT_END; port++) { in gptp_event_capture()
A Dgptp_messages.c194 NET_ASSERT((port >= GPTP_PORT_START) && (port <= GPTP_PORT_END)); in gptp_prepare_sync()
249 NET_ASSERT((port >= GPTP_PORT_START) && (port <= GPTP_PORT_END)); in gptp_prepare_follow_up()
299 NET_ASSERT((port >= GPTP_PORT_START) && (port <= GPTP_PORT_END)); in gptp_prepare_pdelay_req()
482 NET_ASSERT((port >= GPTP_PORT_START) && (port <= GPTP_PORT_END)); in gptp_prepare_announce()
865 NET_ASSERT((port >= GPTP_PORT_START) && (port <= GPTP_PORT_END)); in gptp_send_pdelay_req()
A Dgptp_md.c462 for (port = GPTP_PORT_START; port < GPTP_PORT_END; port++) { in gptp_md_pdelay_req_timeout()
497 for (port = GPTP_PORT_START; port < GPTP_PORT_END; port++) { in gptp_md_follow_up_receipt_timeout()
579 for (port = GPTP_PORT_START; port < GPTP_PORT_END; port++) { in gptp_md_init_state_machine()
A Dgptp_data_set.h41 #define GPTP_PORT_END (gptp_domain.default_ds.nb_ports + GPTP_PORT_START) macro

Completed in 52 milliseconds