Home
last modified time | relevance | path

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

/drivers/message/fusion/
Dmptbase.c2906 int cntdn; in MakeIocReady() local
2980 cntdn = ((sleepFlag == CAN_SLEEP) ? HZ : 1000) * 5; /* 5 seconds */ in MakeIocReady()
3003 ii++; cntdn--; in MakeIocReady()
3004 if (!cntdn) { in MakeIocReady()
3326 int cntdn; in SendIocInit() local
3406 cntdn = ((sleepFlag == CAN_SLEEP) ? HZ : 1000) * 60; /* 60 seconds */ in SendIocInit()
3408 while (state != MPI_IOC_STATE_OPERATIONAL && --cntdn) { in SendIocInit()
3415 if (!cntdn) { in SendIocInit()
3885 int cnt,cntdn; in KickStart() local
3908 cntdn = ((sleepFlag == CAN_SLEEP) ? HZ : 1000) * 2; /* 2 seconds */ in KickStart()
[all …]
/drivers/scsi/mpt3sas/
Dmpt3sas_base.c3075 u32 count, cntdn; in _base_wait_on_iocstate() local
3079 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_on_iocstate()
3091 } while (--cntdn); in _base_wait_on_iocstate()
3111 u32 cntdn, count; in _base_wait_for_doorbell_int() local
3115 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_for_doorbell_int()
3129 } while (--cntdn); in _base_wait_for_doorbell_int()
3152 u32 cntdn, count; in _base_wait_for_doorbell_ack() local
3157 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_for_doorbell_ack()
3180 } while (--cntdn); in _base_wait_for_doorbell_ack()
3202 u32 cntdn, count; in _base_wait_for_doorbell_not_used() local
[all …]
/drivers/scsi/mpt2sas/
Dmpt2sas_base.c2902 u32 count, cntdn; in _base_wait_on_iocstate() local
2906 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_on_iocstate()
2918 } while (--cntdn); in _base_wait_on_iocstate()
2938 u32 cntdn, count; in _base_wait_for_doorbell_int() local
2942 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_for_doorbell_int()
2956 } while (--cntdn); in _base_wait_for_doorbell_int()
2978 u32 cntdn, count; in _base_wait_for_doorbell_ack() local
2983 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_for_doorbell_ack()
3006 } while (--cntdn); in _base_wait_for_doorbell_ack()
3027 u32 cntdn, count; in _base_wait_for_doorbell_not_used() local
[all …]