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

1234

/drivers/staging/lustre/lnet/klnds/o2iblnd/
H A 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");
165 .kib_retry_count = &retry_count,
/drivers/staging/media/omap4iss/
H A Diss_csiphy.c62 u8 retry_count; local
68 retry_count = 0;
75 retry_count++;
77 } while ((reg != power >> 2) && (retry_count < 250));
79 if (retry_count == 250) {
/drivers/usb/wusbcore/
H A Dwusbhc.c216 return sprintf(buf, "%d\n", wusbhc->retry_count);
224 uint8_t retry_count; local
227 result = sscanf(buf, "%hhu", &retry_count);
232 wusbhc->retry_count = max_t(uint8_t, retry_count,
277 wusbhc->retry_count = WUSB_RETRY_COUNT_INFINITE;
H A Dwusbhc.h258 uint8_t retry_count; member in struct:wusbhc
/drivers/net/wireless/cw1200/
H A Dtxrx.h31 u8 retry_count; member in struct:tx_policy
/drivers/s390/char/
H A Dsclp_rw.h74 int retry_count; member in struct:sclp_buffer
H A Dsclp_rw.c59 buffer->retry_count = 0;
399 if (++buffer->retry_count > SCLP_BUFFER_MAX_RETRY) {
417 if (++buffer->retry_count > SCLP_BUFFER_MAX_RETRY) {
H A Dsclp_vt220.c42 int retry_count; member in struct:sclp_vt220_request
175 if (++vt220_request->retry_count > SCLP_BUFFER_MAX_RETRY)
188 if (++vt220_request->retry_count > SCLP_BUFFER_MAX_RETRY)
271 request->retry_count = 0;
/drivers/media/platform/omap3isp/
H A Dispcsiphy.c136 u8 retry_count; local
141 retry_count = 0;
148 retry_count++;
150 } while ((reg != power >> 2) && (retry_count < 100));
152 if (retry_count == 100) {
/drivers/xen/
H A Dxen-balloon.c135 static DEVICE_ULONG_ATTR(retry_count, 0444, balloon_stats.retry_count);
H A Dballoon.c175 balloon_stats.retry_count = 1;
179 ++balloon_stats.retry_count;
182 balloon_stats.retry_count > balloon_stats.max_retry_count) {
184 balloon_stats.retry_count = 1;
674 balloon_stats.retry_count = 1;
/drivers/watchdog/
H A Dintel_scu_watchdog.c212 int retry_count; local
257 retry_count = 0;
264 if (MAX_RETRY < retry_count++) {
/drivers/usb/host/
H A Disp1760-if.c178 int retry_count; local
250 retry_count = 20;
252 while ((reg_data != 0xFACE) && retry_count) {
259 retry_count--;
/drivers/net/wireless/ti/wl1251/
H A Ddebugfs.c212 DEBUGFS_READONLY_FILE(retry_count, 20, "%u", wl->stats.retry_count);
353 DEBUGFS_DEL(retry_count);
454 DEBUGFS_ADD(retry_count, wl->debugfs.rootdir);
468 wl->stats.retry_count = 0;
H A Dwl1251.h155 unsigned int retry_count; member in struct:wl1251_stats
257 struct dentry *retry_count; member in struct:wl1251_debugfs
/drivers/scsi/aic94xx/
H A Daic94xx_sas.h388 u8 retry_count; member in struct:initiate_ssp_task
415 u8 retry_count; member in struct:initiate_ata_task
521 u8 retry_count; member in struct:abort_task
572 u8 retry_count; member in struct:initiate_ssp_tmf
620 u8 retry_count; member in struct:ssp_targ_get_data
H A Daic94xx_task.c407 scb->ata_task.retry_count = task->ata_task.retry_count;
515 scb->ssp_task.retry_count = scb->ssp_task.retry_count;
/drivers/scsi/libfc/
H A Dfc_disc.c238 disc->retry_count = 0;
317 PTR_ERR(fp), disc->retry_count,
325 if (disc->retry_count < FC_DISC_RETRY_LIMIT) {
333 if (!disc->retry_count)
336 disc->retry_count++;
/drivers/scsi/arcmsr/
H A Darcmsr_hba.c419 int retry_count = 30; local
425 retry_count--;
427 timeout, retry count down = %d \n", acb->host->host_no, retry_count);
429 } while (retry_count != 0);
435 int retry_count = 30; local
441 retry_count--;
443 timeout,retry count down = %d \n", acb->host->host_no, retry_count);
445 } while (retry_count != 0);
451 int retry_count = 30;/* enlarge wait flush adapter cache time: 10 minute */ local
458 retry_count
468 int retry_count = 15; local
3750 int retry_count = 0; local
[all...]
/drivers/infiniband/hw/ehca/
H A Dehca_classes_pSeries.h107 u32 retry_count; /* 18 */ member in struct:hcp_modify_qp_control_block
/drivers/net/wireless/ti/wl18xx/
H A Dtx.c114 wl->stats.retry_count++;
/drivers/scsi/mpt2sas/
H A Dmpt2sas_config.c294 u8 retry_count, issue_host_reset = 0; local
306 retry_count = 0;
343 if (retry_count) {
344 if (retry_count > 2) { /* attempt only 2 retries */
349 ioc->name, __func__, retry_count);
399 retry_count++;
413 if (retry_count)
415 ioc->name, __func__, retry_count);
/drivers/scsi/mpt3sas/
H A Dmpt3sas_config.c294 u8 retry_count, issue_host_reset = 0; local
307 retry_count = 0;
345 if (retry_count) {
346 if (retry_count > 2) { /* attempt only 2 retries */
351 ioc->name, __func__, retry_count);
401 retry_count++;
444 if (retry_count)
446 ioc->name, __func__, retry_count);
/drivers/block/
H A Dcciss_cmd.h211 int retry_count; member in struct:_CommandList_struct
/drivers/staging/rtl8188eu/hal/
H A Dphy.c1193 u32 retry_count = 9; local
1195 retry_count = 9;
1197 retry_count = 2;
1254 for (i = 0; i < retry_count; i++) {
1265 for (i = 0; i < retry_count; i++) {
1290 for (i = 0; i < retry_count; i++) {
1302 } else if (i == (retry_count - 1) && path_b_ok == 0x01) { /* Tx IQK OK */

Completed in 509 milliseconds

1234