Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dsd.c2456 int retries = 3, reset_retries = READ_CAPACITY_RETRIES_ON_RESET; in read_capacity_16() local
2493 if (--reset_retries > 0) in read_capacity_16()
2550 int retries = 3, reset_retries = READ_CAPACITY_RETRIES_ON_RESET; in read_capacity_10() local
2573 if (--reset_retries > 0) in read_capacity_10()
H A Dipr.c2640 ioa_cfg->reset_retries += IPR_NUM_RESET_RELOAD_RETRIES; in ipr_oper_timeout()
3607 ioa_cfg->reset_retries = 0; in ipr_store_adapter_state()
6477 ioa_cfg->reset_retries = 0; in ipr_ioa_bringdown_done()
6543 ioa_cfg->reset_retries = 0; in ipr_ioa_reset_done()
7389 ioa_cfg->reset_retries += IPR_NUM_RESET_RELOAD_RETRIES; in ipr_ioafp_page0_inquiry()
8545 if (ioa_cfg->reset_retries++ >= IPR_NUM_RESET_RELOAD_RETRIES) { in ipr_initiate_ioa_reset()
8549 ioa_cfg->reset_retries = 0; in ipr_initiate_ioa_reset()
8684 ioa_cfg->reset_retries = IPR_NUM_RESET_RELOAD_RETRIES - 1; in ipr_pci_perm_failure()
9685 ioa_cfg->reset_retries = 0; in ipr_initiate_ioa_bringdown()
H A Dipr.h1495 u16 reset_retries; member