Searched refs:max_wait (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/mrsas/
H A Dmrsas.c1905 u_int8_t max_wait = MRSAS_IOC_INIT_WAIT_TIME; local
1956 for (i=0; i < (max_wait * 1000); i++){
1971 device_printf(sc->mrsas_dev, "IOC Init timed out after %d seconds.\n", max_wait);
2102 u_int8_t max_wait; local
2109 max_wait = MRSAS_RESET_WAIT_TIME;
2140 for (i=0; i < max_wait * 1000; i++) {
2173 * The cur_state should not last for more than max_wait secs
2175 for (i = 0; i < (max_wait * 1000); i++) {
2187 * Return error if fw_state hasn't changed after max_wait
2191 "in %d secs\n", fw_state, max_wait);
2703 u_int8_t max_wait = MRSAS_INTERNAL_CMD_WAIT_TIME; local
2866 u_int8_t max_wait = MRSAS_INTERNAL_CMD_WAIT_TIME; local
3473 u_int8_t max_wait = MRSAS_INTERNAL_CMD_WAIT_TIME; local
[all...]
/freebsd-9.3-release/sys/dev/mfi/
H A Dmfi.c282 int max_wait, i; local
302 max_wait = MFI_RESET_WAIT_TIME;
309 max_wait = MFI_RESET_WAIT_TIME;
313 max_wait = MFI_RESET_WAIT_TIME;
316 max_wait = MFI_RESET_WAIT_TIME;
320 max_wait = MFI_RESET_WAIT_TIME;
323 max_wait = MFI_RESET_WAIT_TIME; /* wait for 180 seconds */
331 max_wait = MFI_RESET_WAIT_TIME;
338 for (i = 0; i < (max_wait * 10); i++) {

Completed in 83 milliseconds