Searched refs:StartTime (Results 1 – 2 of 2) sorted by relevance
2808 if ((!nx_iperf_ctrl_info.ThroughPut) && (nx_iperf_ctrl_info.StartTime)) in nx_iperf_send_test_result_info()2812 nx_iperf_ctrl_info.RunTime = tx_time_get() - nx_iperf_ctrl_info.StartTime; in nx_iperf_send_test_result_info()3605 ctrlInfo_ptr -> StartTime = 0; in nx_iperf_thread_tcp_rx_entry()3668 ctrlInfo_ptr -> StartTime = tx_time_get(); in nx_iperf_thread_tcp_rx_entry()3669 expire_time = (ULONG)(ctrlInfo_ptr -> StartTime + (ctrlInfo_ptr -> TestTime) + 20); in nx_iperf_thread_tcp_rx_entry()3704 ctrlInfo_ptr -> RunTime = tx_time_get() - ctrlInfo_ptr -> StartTime; in nx_iperf_thread_tcp_rx_entry()3809 ctrlInfo_ptr -> StartTime = 0; in nx_iperf_thread_tcp_tx_entry()3856 ctrlInfo_ptr -> StartTime = tx_time_get(); in nx_iperf_thread_tcp_tx_entry()3857 expire_time = (ULONG)(ctrlInfo_ptr -> StartTime + (ctrlInfo_ptr -> TestTime)); in nx_iperf_thread_tcp_tx_entry()3965 ctrlInfo_ptr -> RunTime = tx_time_get() - ctrlInfo_ptr -> StartTime; in nx_iperf_thread_tcp_tx_entry()[all …]
67 ULONG64 StartTime; member