Searched refs:nx_ptp_client_sync (Results 1 – 2 of 2) sorted by relevance
1194 _nx_ptp_msg_parse_timestamp(ts_ptr, &client_ptr -> nx_ptp_client_sync); in _nx_ptp_client_sync_received()1203 _nx_ptp_client_utility_time_sum(&client_ptr -> nx_ptp_client_sync, &correction, in _nx_ptp_client_sync_received()1204 &client_ptr -> nx_ptp_client_sync); in _nx_ptp_client_sync_received()1221 _nx_ptp_client_utility_time_diff(&client_ptr -> nx_ptp_client_sync, in _nx_ptp_client_sync_received()1239 …_nx_ptp_client_utility_time_diff(&client_ptr -> nx_ptp_client_sync, &client_ptr -> nx_ptp_client_s… in _nx_ptp_client_sync_received()1373 if ((client_ptr -> nx_ptp_client_sync.second_low == 0) && in _nx_ptp_client_delay_resp_received()1374 (client_ptr -> nx_ptp_client_sync.second_high == 0)) in _nx_ptp_client_delay_resp_received()1383 …ent_utility_time_diff(&client_ptr -> nx_ptp_client_sync_ts, &client_ptr -> nx_ptp_client_sync, &a); in _nx_ptp_client_delay_resp_received()1602 NX_PTP_TS_RESET(client_ptr -> nx_ptp_client_sync); in _nx_ptp_client_init_packet_received()3005 NX_PTP_TS_COPY(client_ptr -> nx_ptp_client_prev_sync, client_ptr -> nx_ptp_client_sync); in _nx_ptp_client_process_event_packet()
543 NX_PTP_TIME nx_ptp_client_sync; member