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

/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c640 u32 max_wait_count; local
649 max_wait_count = 4 * 1000 * 1000;/* 4 sec */
651 max_wait_count = 2 * 1000 * 1000;/* 2 sec */
657 } while ((value != 0) && (--max_wait_count));
659 if (!max_wait_count)
662 max_wait_count = 100 * 1000;/* 100 msec */
669 (gst_len_mpistate & GST_MPI_STATE_MASK)) && (--max_wait_count));
670 if (!max_wait_count)
688 u32 max_wait_count; local
693 max_wait_time = max_wait_count
1133 u32 max_wait_count; local
[all...]
H A Dpm8001_hwi.c526 u32 max_wait_count; local
533 max_wait_count = 1 * 1000 * 1000;/* 1 sec */
538 } while ((value != 0) && (--max_wait_count));
540 if (!max_wait_count)
562 u32 max_wait_count; local
595 max_wait_count = 1 * 1000 * 1000;/* 1 sec timeout */
604 if ((--max_wait_count) == 0)
699 u32 max_wait_count; local
718 max_wait_count = 1 * 1000 * 1000;/* 1 sec */
723 } while ((value != 0) && (--max_wait_count));
818 u32 max_wait_count; local
[all...]
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.c1826 u32 *max_wait_count)
1834 *max_wait_count += temp / QLC_83XX_LB_MSLEEP_COUNT;
1842 u32 config, max_wait_count; local
1846 max_wait_count = QLC_83XX_LB_WAIT_COUNT;
1891 &max_wait_count);
1893 if (loop++ > max_wait_count) {
1910 u32 config = ahw->port_config, max_wait_count; local
1915 max_wait_count = QLC_83XX_LB_WAIT_COUNT;
1945 &max_wait_count);
1947 if (loop++ > max_wait_count) {
1825 qlcnic_extend_lb_idc_cmpltn_wait(struct qlcnic_adapter *adapter, u32 *max_wait_count) argument
[all...]

Completed in 118 milliseconds