Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dsd.c1750 int retries = 3, reset_retries = READ_CAPACITY_RETRIES_ON_RESET; in read_capacity_16() local
1787 if (--reset_retries > 0) in read_capacity_16()
1843 int retries = 3, reset_retries = READ_CAPACITY_RETRIES_ON_RESET; in read_capacity_10() local
1866 if (--reset_retries > 0) in read_capacity_10()
Dipr.c2452 ioa_cfg->reset_retries += IPR_NUM_RESET_RELOAD_RETRIES; in ipr_oper_timeout()
3405 ioa_cfg->reset_retries = 0; in ipr_store_adapter_state()
6360 ioa_cfg->reset_retries = 0; in ipr_ioa_bringdown_done()
6415 ioa_cfg->reset_retries = 0; in ipr_ioa_reset_done()
8085 if (ioa_cfg->reset_retries++ >= IPR_NUM_RESET_RELOAD_RETRIES) { in ipr_initiate_ioa_reset()
8089 ioa_cfg->reset_retries = 0; in ipr_initiate_ioa_reset()
8185 ioa_cfg->reset_retries = IPR_NUM_RESET_RELOAD_RETRIES; in ipr_pci_perm_failure()
8991 ioa_cfg->reset_retries = 0; in ipr_initiate_ioa_bringdown()
Dipr.h1478 u16 reset_retries; member