Searched refs:wait_cnt (Results 1 - 5 of 5) sorted by relevance

/drivers/power/
H A Dabx500_chargalg.c170 * @wait_cnt: to avoid too fast current step down in case of charger
182 int wait_cnt; member in struct:abx500_charge_curr_maximization
765 di->ccm.wait_cnt);
766 if (di->ccm.wait_cnt == 0) {
768 di->ccm.wait_cnt++;
778 di->ccm.wait_cnt = (di->ccm.wait_cnt + 1) % 3;
783 di->ccm.wait_cnt = 0;
/drivers/scsi/qla2xxx/
H A Dqla_sup.c190 uint32_t nv_cmd, wait_cnt; local
221 wait_cnt = NVR_WAIT_CNT;
223 if (!--wait_cnt) {
310 uint32_t word, wait_cnt; local
352 wait_cnt = NVR_WAIT_CNT;
354 if (!--wait_cnt) {
363 if (wait_cnt)
375 uint32_t word, wait_cnt; local
412 wait_cnt = NVR_WAIT_CNT;
414 if (!--wait_cnt) {
[all...]
/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c1109 int wait_cnt = 0; local
1227 if (wait_cnt++ > BNX2FC_RELOGIN_WAIT_CNT)
H A Dbnx2fc_fcoe.c1808 int wait_cnt = 0; local
1831 if (++wait_cnt > 12)
/drivers/scsi/lpfc/
H A Dlpfc_init.c8289 int wait_cnt = 0; local
8308 if (++wait_cnt > LPFC_ACTIVE_MBOX_WAIT_CNT)

Completed in 95 milliseconds