Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/smartpqi/
Dsmartpqi_helper.c416 if(timeout >= PQISRC_PENDING_IO_TIMEOUT_USEC) { in check_device_pending_commands_to_complete()
479 if(timeout_in_usec >= PQISRC_PENDING_IO_TIMEOUT_USEC) { in pqisrc_wait_for_device_commands_to_complete()
Dsmartpqi_defines.h43 #define PQISRC_PENDING_IO_TIMEOUT_USEC 30000000 /* 30 seconds */ macro