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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dhosts.h51 int reset_retries; member in struct:hpsb_host
H A Dieee1394_core.c456 if (host->reset_retries++ < 20) {
466 host->reset_retries = 0;
469 host->reset_retries = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsd.c1499 int retries = 3, reset_retries = READ_CAPACITY_RETRIES_ON_RESET; local
1533 if (--reset_retries > 0)
1593 int retries = 3, reset_retries = READ_CAPACITY_RETRIES_ON_RESET; local
1616 if (--reset_retries > 0)
H A Dipr.c2449 ioa_cfg->reset_retries += IPR_NUM_RESET_RELOAD_RETRIES;
3370 ioa_cfg->reset_retries = 0;
6225 ioa_cfg->reset_retries = 0;
6280 ioa_cfg->reset_retries = 0;
7862 if (ioa_cfg->reset_retries++ >= IPR_NUM_RESET_RELOAD_RETRIES) {
7866 ioa_cfg->reset_retries = 0;
7962 ioa_cfg->reset_retries = IPR_NUM_RESET_RELOAD_RETRIES;
8753 ioa_cfg->reset_retries = 0;
H A Dipr.h1457 u16 reset_retries; member in struct:ipr_ioa_cfg

Completed in 247 milliseconds