Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dipr.c2641 ioa_cfg->reset_retries += IPR_NUM_RESET_RELOAD_RETRIES; in ipr_oper_timeout()
3608 ioa_cfg->reset_retries = 0; in ipr_store_adapter_state()
6441 ioa_cfg->reset_retries = 0; in ipr_ioa_bringdown_done()
6507 ioa_cfg->reset_retries = 0; in ipr_ioa_reset_done()
8496 if (ioa_cfg->reset_retries++ >= IPR_NUM_RESET_RELOAD_RETRIES) { in ipr_initiate_ioa_reset()
8500 ioa_cfg->reset_retries = 0; in ipr_initiate_ioa_reset()
8635 ioa_cfg->reset_retries = IPR_NUM_RESET_RELOAD_RETRIES - 1; in ipr_pci_perm_failure()
9636 ioa_cfg->reset_retries = 0; in ipr_initiate_ioa_bringdown()
H A Dipr.h1495 u16 reset_retries; member