Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_mi.c1048 struct net_ptp_extended_time src_time_n; in gptp_compute_gm_rate_ratio() local
1060 memcpy(&src_time_n, &state->rcvd_clk_src_req.src_time, in gptp_compute_gm_rate_ratio()
1068 memcpy(&src_time_0, &src_time_n, in gptp_compute_gm_rate_ratio()
1082 if ((src_time_n.second < src_time_0.second) in gptp_compute_gm_rate_ratio()
1083 || (src_time_n.second == src_time_0.second in gptp_compute_gm_rate_ratio()
1084 && src_time_n.fract_nsecond < src_time_0.fract_nsecond)) { in gptp_compute_gm_rate_ratio()
1086 memcpy(&src_time_t, &src_time_n, in gptp_compute_gm_rate_ratio()
1088 memcpy(&src_time_n, &src_time_0, in gptp_compute_gm_rate_ratio()
1111 src_time_n.second -= src_time_0.second; in gptp_compute_gm_rate_ratio()
1113 if (src_time_n.fract_nsecond >= src_time_0.fract_nsecond) { in gptp_compute_gm_rate_ratio()
[all …]