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

/drivers/scsi/
H A Dsd.c1743 int retries = 3, reset_retries = READ_CAPACITY_RETRIES_ON_RESET; local
1780 if (--reset_retries > 0)
1836 int retries = 3, reset_retries = READ_CAPACITY_RETRIES_ON_RESET; local
1859 if (--reset_retries > 0)
H A Dipr.c2452 ioa_cfg->reset_retries += IPR_NUM_RESET_RELOAD_RETRIES;
3405 ioa_cfg->reset_retries = 0;
6360 ioa_cfg->reset_retries = 0;
6415 ioa_cfg->reset_retries = 0;
8085 if (ioa_cfg->reset_retries++ >= IPR_NUM_RESET_RELOAD_RETRIES) {
8089 ioa_cfg->reset_retries = 0;
8185 ioa_cfg->reset_retries = IPR_NUM_RESET_RELOAD_RETRIES;
8991 ioa_cfg->reset_retries = 0;
H A Dipr.h1478 u16 reset_retries; member in struct:ipr_ioa_cfg

Completed in 56 milliseconds