Home
last modified time | relevance | path

Searched refs:retry_count (Results 1 – 25 of 93) sorted by relevance

1234

/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_modparams.c91 static int retry_count = 5; variable
92 module_param(retry_count, int, 0644);
93 MODULE_PARM_DESC(retry_count, "Retransmissions when no ACK received");
159 .kib_retry_count = &retry_count,
/drivers/staging/media/omap4iss/
Diss_csiphy.c63 u8 retry_count; in csiphy_set_power() local
69 retry_count = 0; in csiphy_set_power()
76 retry_count++; in csiphy_set_power()
78 } while ((reg != power >> 2) && (retry_count < 250)); in csiphy_set_power()
80 if (retry_count == 250) { in csiphy_set_power()
/drivers/usb/wusbcore/
Dwusbhc.c216 return sprintf(buf, "%d\n", wusbhc->retry_count); in wusb_retry_count_show()
224 uint8_t retry_count; in wusb_retry_count_store() local
227 result = sscanf(buf, "%hhu", &retry_count); in wusb_retry_count_store()
232 wusbhc->retry_count = max_t(uint8_t, retry_count, in wusb_retry_count_store()
277 wusbhc->retry_count = WUSB_RETRY_COUNT_INFINITE; in wusbhc_create()
/drivers/usb/isp1760/
Disp1760-if.c35 int retry_count; in isp1761_pci_init() local
71 retry_count = 20; in isp1761_pci_init()
73 while ((reg_data != 0xFACE) && retry_count) { in isp1761_pci_init()
80 retry_count--; in isp1761_pci_init()
/drivers/media/platform/omap3isp/
Dispcsiphy.c134 u8 retry_count; in csiphy_set_power() local
139 retry_count = 0; in csiphy_set_power()
146 retry_count++; in csiphy_set_power()
148 } while ((reg != power >> 2) && (retry_count < 100)); in csiphy_set_power()
150 if (retry_count == 100) { in csiphy_set_power()
/drivers/gpu/drm/radeon/
Dradeon_dp_auxch.c66 int retry_count = 0; in radeon_dp_aux_transfer_native() local
158 } while (retry_count++ < 1000); in radeon_dp_aux_transfer_native()
160 if (retry_count >= 1000) { in radeon_dp_aux_transfer_native()
/drivers/xen/
Dballoon.c228 balloon_stats.retry_count = 1; in update_schedule()
232 ++balloon_stats.retry_count; in update_schedule()
235 balloon_stats.retry_count > balloon_stats.max_retry_count) { in update_schedule()
237 balloon_stats.retry_count = 1; in update_schedule()
767 balloon_stats.retry_count = 1; in balloon_init()
Dxen-balloon.c135 static DEVICE_ULONG_ATTR(retry_count, 0444, balloon_stats.retry_count);
/drivers/scsi/aic94xx/
Daic94xx_sas.h388 u8 retry_count; member
415 u8 retry_count; member
521 u8 retry_count; member
572 u8 retry_count; member
620 u8 retry_count; member
Daic94xx_task.c407 scb->ata_task.retry_count = task->ata_task.retry_count; in asd_build_ata_ascb()
515 scb->ssp_task.retry_count = scb->ssp_task.retry_count; in asd_build_ssp_ascb()
/drivers/watchdog/
Dintel_scu_watchdog.c212 int retry_count; in intel_scu_set_heartbeat() local
257 retry_count = 0; in intel_scu_set_heartbeat()
264 if (MAX_RETRY < retry_count++) { in intel_scu_set_heartbeat()
/drivers/scsi/libfc/
Dfc_disc.c238 disc->retry_count = 0; in fc_disc_restart()
317 PTR_ERR(fp), disc->retry_count, in fc_disc_error()
325 if (disc->retry_count < FC_DISC_RETRY_LIMIT) { in fc_disc_error()
333 if (!disc->retry_count) in fc_disc_error()
336 disc->retry_count++; in fc_disc_error()
/drivers/s390/char/
Dsclp_rw.c59 buffer->retry_count = 0; in sclp_make_buffer()
403 if (++buffer->retry_count > SCLP_BUFFER_MAX_RETRY) { in sclp_writedata_callback()
421 if (++buffer->retry_count > SCLP_BUFFER_MAX_RETRY) { in sclp_writedata_callback()
Dsclp_vt220.c44 int retry_count; member
177 if (++vt220_request->retry_count > SCLP_BUFFER_MAX_RETRY) in sclp_vt220_callback()
190 if (++vt220_request->retry_count > SCLP_BUFFER_MAX_RETRY) in sclp_vt220_callback()
273 request->retry_count = 0; in sclp_vt220_initialize_page()
Dsclp_rw.h71 int retry_count; member
/drivers/net/wireless/ti/wl1251/
Ddebugfs.c212 DEBUGFS_READONLY_FILE(retry_count, 20, "%u", wl->stats.retry_count);
353 DEBUGFS_DEL(retry_count); in wl1251_debugfs_delete_files()
454 DEBUGFS_ADD(retry_count, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
468 wl->stats.retry_count = 0; in wl1251_debugfs_reset()
Dwl1251.h155 unsigned int retry_count; member
257 struct dentry *retry_count; member
/drivers/scsi/arcmsr/
Darcmsr_hba.c411 int retry_count = 30; in arcmsr_hbaA_flush_cache() local
417 retry_count--; in arcmsr_hbaA_flush_cache()
419 timeout, retry count down = %d \n", acb->host->host_no, retry_count); in arcmsr_hbaA_flush_cache()
421 } while (retry_count != 0); in arcmsr_hbaA_flush_cache()
427 int retry_count = 30; in arcmsr_hbaB_flush_cache() local
433 retry_count--; in arcmsr_hbaB_flush_cache()
435 timeout,retry count down = %d \n", acb->host->host_no, retry_count); in arcmsr_hbaB_flush_cache()
437 } while (retry_count != 0); in arcmsr_hbaB_flush_cache()
443 int retry_count = 30;/* enlarge wait flush adapter cache time: 10 minute */ in arcmsr_hbaC_flush_cache() local
450 retry_count--; in arcmsr_hbaC_flush_cache()
[all …]
/drivers/scsi/mpt3sas/
Dmpt3sas_config.c291 u8 retry_count, issue_host_reset = 0; in _config_request() local
304 retry_count = 0; in _config_request()
342 if (retry_count) { in _config_request()
343 if (retry_count > 2) { /* attempt only 2 retries */ in _config_request()
348 ioc->name, __func__, retry_count); in _config_request()
396 retry_count++; in _config_request()
439 if (retry_count) in _config_request()
441 ioc->name, __func__, retry_count); in _config_request()
/drivers/net/wireless/cw1200/
Dtxrx.h31 u8 retry_count; member
/drivers/staging/rtl8188eu/hal/
Dphy.c1092 u32 retry_count = 9; in phy_iq_calibrate() local
1094 retry_count = 9; in phy_iq_calibrate()
1096 retry_count = 2; in phy_iq_calibrate()
1153 for (i = 0; i < retry_count; i++) { in phy_iq_calibrate()
1164 for (i = 0; i < retry_count; i++) { in phy_iq_calibrate()
1189 for (i = 0; i < retry_count; i++) { in phy_iq_calibrate()
1201 } else if (i == (retry_count - 1) && path_b_ok == 0x01) { /* Tx IQK OK */ in phy_iq_calibrate()
/drivers/net/wireless/ti/wl18xx/
Dtx.c114 wl->stats.retry_count++; in wl18xx_tx_complete_packet()
/drivers/staging/rdma/ehca/
Dehca_classes_pSeries.h107 u32 retry_count; /* 18 */ member
/drivers/block/
Dcciss_cmd.h211 int retry_count; member
/drivers/staging/rdma/hfi1/
Dpcie.c879 int do_retry, retry_count = 0; in do_pcie_gen3_transition() local
1239 do_retry = retry_count < pcie_retry; in do_pcie_gen3_transition()
1242 retry_count++; in do_pcie_gen3_transition()

1234