Searched refs:rtw_systime_to_ms (Results 1 – 3 of 3) sorted by relevance
861 u32 rtw_systime_to_ms(u32 systime) in rtw_systime_to_ms() function863 if(osdep_service.rtw_systime_to_ms) in rtw_systime_to_ms()864 return osdep_service.rtw_systime_to_ms(systime); in rtw_systime_to_ms()904 return rtw_systime_to_ms(rtw_get_current_time() - start); in rtw_get_passing_time_ms()909 return rtw_systime_to_ms(end - start); in rtw_get_time_interval_ms()
340 if(rtw_systime_to_ms(current_time - start_time) < (unsigned int)duration) { in promisc_test()458 if(rtw_systime_to_ms(current_time - start_time) < (unsigned int)duration) { in promisc_test_all()
740 u32 rtw_systime_to_ms(u32 systime);1307 u32 (*rtw_systime_to_ms)(u32 systime); member
Completed in 25 milliseconds