Home
last modified time | relevance | path

Searched refs:pause_ms (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ofed/opensm/complib/
H A Dcl_thread.c106 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 Dcl_thread.h247 void cl_thread_suspend(IN const uint32_t pause_ms);
/freebsd/sys/dev/qat/qat_common/
H A Dadf_aer.c97 pause_ms("adfrst", 100); in adf_reset_sbr()
100 pause_ms("adfrst", 100); in adf_reset_sbr()
H A Dadf_init.c690 pause_ms("adfstop", 100); in adf_dev_restarting_notify_sync()
723 pause_ms("adfstop", 100); in adf_dev_stop_notify_sync()
H A Dadf_gen4_hw_data.c175 pause_ms("adfstop", timeout_step); in reset_ring_pair()
H A Dqat_uclo.c1456 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 Dqat_hal.c1165 pause_ms("adfstop", FW_AUTH_WAIT_PERIOD); in qat_hal_start()
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_reset.c47 pause_ms("adfstop", 100); in adf_c4xxx_dev_reset()
/freebsd/sys/dev/qat/include/common/
H A Dqat_freebsd.h45 #define pause_ms(wmesg, ms) pause_sbt(wmesg, (ms)*SBT_1MS, 0, C_HARDCLOCK) macro