Searched refs:pause_ms (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_thread.c | 106 void cl_thread_suspend(IN const uint32_t pause_ms) in cl_thread_suspend() argument 109 usleep(pause_ms * 1000); in cl_thread_suspend()
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_thread.h | 247 void cl_thread_suspend(IN const uint32_t pause_ms);
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_aer.c | 93 pause_ms("adfrst", 100); in adf_reset_sbr() 96 pause_ms("adfrst", 100); in adf_reset_sbr()
|
H A D | adf_init.c | 690 pause_ms("adfstop", 100); in adf_dev_restarting_notify_sync() 723 pause_ms("adfstop", 100); in adf_dev_stop_notify_sync()
|
H A D | adf_gen4_hw_data.c | 175 pause_ms("adfstop", timeout_step); in reset_ring_pair()
|
H A D | qat_uclo.c | 1456 pause_ms("adfstop", FW_AUTH_WAIT_PERIOD); in qat_uclo_auth_fw() 1763 pause_ms("adfstop", FW_AUTH_WAIT_PERIOD); in qat_uclo_load_fw()
|
H A D | qat_hal.c | 1165 pause_ms("adfstop", FW_AUTH_WAIT_PERIOD); in qat_hal_start()
|
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/ |
H A D | adf_c4xxx_reset.c | 47 pause_ms("adfstop", 100); in adf_c4xxx_dev_reset()
|
/freebsd/sys/dev/qat/include/common/ |
H A D | qat_freebsd.h | 45 #define pause_ms(wmesg, ms) pause_sbt(wmesg, (ms)*SBT_1MS, 0, C_HARDCLOCK) macro
|