/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd_modparams.c | 91 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/ |
D | iss_csiphy.c | 63 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/ |
D | wusbhc.c | 216 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/ |
D | isp1760-if.c | 35 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/ |
D | ispcsiphy.c | 134 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/ |
D | radeon_dp_auxch.c | 66 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/ |
D | balloon.c | 228 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()
|
D | xen-balloon.c | 135 static DEVICE_ULONG_ATTR(retry_count, 0444, balloon_stats.retry_count);
|
/drivers/scsi/aic94xx/ |
D | aic94xx_sas.h | 388 u8 retry_count; member 415 u8 retry_count; member 521 u8 retry_count; member 572 u8 retry_count; member 620 u8 retry_count; member
|
D | aic94xx_task.c | 407 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/ |
D | intel_scu_watchdog.c | 212 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/ |
D | fc_disc.c | 238 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/ |
D | sclp_rw.c | 59 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()
|
D | sclp_vt220.c | 44 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()
|
D | sclp_rw.h | 71 int retry_count; member
|
/drivers/net/wireless/ti/wl1251/ |
D | debugfs.c | 212 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()
|
D | wl1251.h | 155 unsigned int retry_count; member 257 struct dentry *retry_count; member
|
/drivers/scsi/arcmsr/ |
D | arcmsr_hba.c | 411 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/ |
D | mpt3sas_config.c | 291 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/ |
D | txrx.h | 31 u8 retry_count; member
|
/drivers/staging/rtl8188eu/hal/ |
D | phy.c | 1092 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/ |
D | tx.c | 114 wl->stats.retry_count++; in wl18xx_tx_complete_packet()
|
/drivers/staging/rdma/ehca/ |
D | ehca_classes_pSeries.h | 107 u32 retry_count; /* 18 */ member
|
/drivers/block/ |
D | cciss_cmd.h | 211 int retry_count; member
|
/drivers/staging/rdma/hfi1/ |
D | pcie.c | 879 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()
|