Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/smartpqi/
HDsmartpqi_helper.c439 uint64_t timeout = 0, delay_in_usec = 1000; //In micro Seconds in check_device_pending_commands_to_complete() local
454 OS_BUSYWAIT(delay_in_usec); in check_device_pending_commands_to_complete()
455 timeout += delay_in_usec; in check_device_pending_commands_to_complete()
506 uint64_t timeout_in_usec = 0, delay_in_usec = 1000; //In microseconds in pqisrc_wait_for_device_commands_to_complete() local
517 OS_BUSYWAIT(delay_in_usec); // In microseconds in pqisrc_wait_for_device_commands_to_complete()
521 timeout_in_usec += delay_in_usec; in pqisrc_wait_for_device_commands_to_complete()