Home
last modified time | relevance | path

Searched refs:gptp_uscaled_ns_to_timer_ms (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_private.h74 int32_t gptp_uscaled_ns_to_timer_ms(struct gptp_uscaled_ns *usns);
Dgptp.c653 int32_t gptp_uscaled_ns_to_timer_ms(struct gptp_uscaled_ns *usns) in gptp_uscaled_ns_to_timer_ms() function
711 return gptp_uscaled_ns_to_timer_ms(itv); in update_itv()
725 old_itv = gptp_uscaled_ns_to_timer_ms(&port_ds->pdelay_req_itv); in gptp_update_pdelay_req_interval()
753 old_itv = gptp_uscaled_ns_to_timer_ms(&port_ds->half_sync_itv); in gptp_update_sync_interval()
805 old_itv = gptp_uscaled_ns_to_timer_ms(&bmca_data->announce_interval); in gptp_update_announce_interval()
Dgptp_md.c227 gptp_uscaled_ns_to_timer_ms(&port_ds->pdelay_req_itv); in gptp_md_pdelay_check_multiple_resp()
661 K_MSEC(gptp_uscaled_ns_to_timer_ms( in gptp_md_pdelay_req_state_machine()
Dgptp_mi.c556 duration = K_MSEC(gptp_uscaled_ns_to_timer_ms( in gptp_mi_pss_send_state_machine()
1566 K_MSEC(gptp_uscaled_ns_to_timer_ms( in gptp_mi_port_announce_information_state_machine()
1964 K_MSEC(gptp_uscaled_ns_to_timer_ms( in gptp_mi_port_announce_transmit_state_machine()
/Zephyr-latest/subsys/net/lib/shell/
Dgptp.c364 gptp_uscaled_ns_to_timer_ms( in gptp_print_port_info()