Searched refs:steps_removed (Results 1 – 3 of 3) sorted by relevance
/NetX-Duo-v6.2.1/test/regression/ptp_test/ |
D | netx_ptp_client_api_test.c | 132 USHORT steps_removed; in ptp_event_callback() local 145 … &grandmaster_identity_length, &steps_removed, &time_source); in ptp_event_callback() 157 ASSERT_TRUE(steps_removed == 0); in ptp_event_callback()
|
/NetX-Duo-v6.2.1/addons/ptp/ |
D | nxd_ptp_client.h | 720 … UINT *grandmaster_identity_length, USHORT *steps_removed, UCHAR *time_source); 732 USHORT steps_removed, UCHAR time_source); 748 … UINT *grandmaster_identity_length, USHORT *steps_removed, UCHAR *time_source); 756 USHORT steps_removed, UCHAR time_source);
|
D | nxd_ptp_client.c | 4417 USHORT steps_removed, UCHAR time_source) 4440 … clock_accuracy, clock_variance, steps_removed, time_source)); 4492 USHORT steps_removed, UCHAR time_source) 4519 client_ptr -> ptp_master.nx_ptp_client_master_steps_removed = steps_removed; 4814 … UINT *grandmaster_identity_length, USHORT *steps_removed, UCHAR *time_source) 4828 grandmaster_identity_length, steps_removed, time_source)); 4886 … UINT *grandmaster_identity_length, USHORT *steps_removed, UCHAR *time_source) 4932 if (steps_removed) 4934 *steps_removed = master_ptr -> nx_ptp_client_master_steps_removed;
|