Searched refs:reset_retries (Results 1 – 3 of 3) sorted by relevance
2344 int retries = 3, reset_retries = READ_CAPACITY_RETRIES_ON_RESET; in read_capacity_16() local2381 if (--reset_retries > 0) in read_capacity_16()2435 int retries = 3, reset_retries = READ_CAPACITY_RETRIES_ON_RESET; in read_capacity_10() local2458 if (--reset_retries > 0) in read_capacity_10()
2728 ioa_cfg->reset_retries += IPR_NUM_RESET_RELOAD_RETRIES; in ipr_oper_timeout()3695 ioa_cfg->reset_retries = 0; in ipr_store_adapter_state()7249 ioa_cfg->reset_retries = 0; in ipr_ioa_bringdown_done()7315 ioa_cfg->reset_retries = 0; in ipr_ioa_reset_done()8161 ioa_cfg->reset_retries += IPR_NUM_RESET_RELOAD_RETRIES; in ipr_ioafp_page0_inquiry()9317 if (ioa_cfg->reset_retries++ >= IPR_NUM_RESET_RELOAD_RETRIES) { in ipr_initiate_ioa_reset()9321 ioa_cfg->reset_retries = 0; in ipr_initiate_ioa_reset()9456 ioa_cfg->reset_retries = IPR_NUM_RESET_RELOAD_RETRIES - 1; in ipr_pci_perm_failure()10462 ioa_cfg->reset_retries = 0; in ipr_initiate_ioa_bringdown()
1555 u16 reset_retries; member