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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_mpi.c233 int max_wait; local
245 max_wait = 5; /* wait upto 5 PI interrupt */
247 while ((done != B_TRUE) && (max_wait--)) {
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c2348 uint8_t max_wait; local
2381 max_wait = 2;
2395 max_wait = 10;
2411 max_wait = 10;
2418 max_wait = 2;
2422 max_wait = 2;
2426 max_wait = 2;
2430 max_wait = 10;
2439 /* the cur_state should not last for more than max_wait secs */
2440 for (i = 0; i < (max_wait * MILLISE
[all...]
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c3782 uint8_t max_wait; local
3824 max_wait = (instance->tbolt == 1) ? 180 : 2;
3842 max_wait = (instance->tbolt == 1) ? 180 : 10;
3874 max_wait = (instance->tbolt == 1) ? 180 : 10;
3881 max_wait = (instance->tbolt == 1) ? 180 : 2;
3885 max_wait = (instance->tbolt == 1) ? 180 : 2;
3889 max_wait = (instance->tbolt == 1) ? 180 : 2;
3893 max_wait = 180;
3897 max_wait = 180;
3904 max_wait
[all...]

Completed in 83 milliseconds