Searched refs:retry (Results 26 - 50 of 324) sorted by relevance

1234567891011>>

/drivers/media/pci/ivtv/
H A Divtv-i2c.c557 int retry, ret = -EREMOTEIO; local
560 for (retry = 0; ret != 0 && retry < 8; ++retry) {
580 int retry, ret = -EREMOTEIO; local
583 for (retry = 0; ret != 0 && retry < 8; ++retry) {
/drivers/media/platform/vivid/
H A Dvivid-radio-tx.c59 retry:
82 goto retry;
/drivers/net/usb/
H A Dmcs7830.c306 int retry; local
308 for (retry = 0; retry < 2; retry++) {
489 int retry; local
493 for (retry = 0; retry < 5 && ret; retry++)
/drivers/parport/
H A Dieee1284_ops.c412 int retry;
438 for (retry = 0; retry < 100; retry++) {
647 int retry;
674 for (retry = 0; retry < 100; retry++) {
/drivers/scsi/csiostor/
H A Dcsio_attr.c411 int retry = 0; local
431 for (retry = 0; retry < 3; retry++) {
492 int retry = 0; local
511 for (retry = 0; retry < 3; retry++) {
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c881 if (wrqu->retry.flags & IW_RETRY_LIFETIME ||
882 wrqu->retry.disabled) {
886 if (!(wrqu->retry.flags & IW_RETRY_LIMIT)) {
891 if (wrqu->retry.value > R8192_MAX_RETRY) {
895 if (wrqu->retry.flags & IW_RETRY_MAX) {
896 priv->retry_rts = wrqu->retry.value;
897 DMESG("Setting retry for RTS/CTS data to %d",
898 wrqu->retry.value);
901 priv->retry_data = wrqu->retry.value;
902 DMESG("Setting retry fo
[all...]
/drivers/misc/
H A Dapds9802als.c63 int retry = 10; local
68 } while (!(ret & 0x80) && retry--);
70 if (retry < 0) {
/drivers/net/wimax/i2400m/
H A Dusb-fw.c105 retry:
125 * works, the retry works; if it fails, this switch
137 goto retry;
159 goto retry;
337 continue; /* retry */
/drivers/s390/cio/
H A Dcio.c349 int ccode, retry, ret = 0; local
356 for (retry = 0; retry < 5; retry++) {
727 int retry, cc; local
730 for (retry=0;retry<3;retry++) {
746 int retry; local
750 for (retry
[all...]
/drivers/media/pci/pt1/
H A Dva1j5jf8007t.c237 int *lock, int *retry)
261 *retry = read_buf[0] & 0x80;
273 int lock = 0, retry = 0; local
323 ret = va1j5jf8007t_check_modulation(state, &lock, &retry);
328 if (!retry) {
236 va1j5jf8007t_check_modulation(struct va1j5jf8007t_state *state, int *lock, int *retry) argument
/drivers/media/usb/dvb-usb/
H A Dfriio-fe.c125 int retry; local
189 for (retry = 0; retry < RETRY_COUNT; retry++) {
201 if (retry >= RETRY_COUNT) {
/drivers/scsi/lpfc/
H A Dlpfc_els.c52 struct lpfc_nodelist *ndlp, uint8_t retry);
126 * @retry: number of retries to the command IOCB when it fails.
151 uint16_t cmdSize, uint8_t retry,
304 elsiocb->retry = retry;
953 * the lpfc_els_retry() routine shall be invoked to retry the FLOGI. If
954 * retry has been made (either immediately or delayed with lpfc_els_retry()
956 * If the retry attempt has been given up (possibly reach the maximum
1035 /* Check for retry */
1182 * @retry
150 lpfc_prep_els_iocb(struct lpfc_vport *vport, uint8_t expectRsp, uint16_t cmdSize, uint8_t retry, struct lpfc_nodelist *ndlp, uint32_t did, uint32_t elscmd) argument
1201 lpfc_issue_els_flogi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint8_t retry) argument
1954 lpfc_issue_els_plogi(struct lpfc_vport *vport, uint32_t did, uint8_t retry) argument
2113 lpfc_issue_els_prli(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint8_t retry) argument
2401 lpfc_issue_els_adisc(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint8_t retry) argument
2598 lpfc_issue_els_logo(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint8_t retry) argument
2733 lpfc_issue_els_scr(struct lpfc_vport *vport, uint32_t nportid, uint8_t retry) argument
2827 lpfc_issue_els_farpr(struct lpfc_vport *vport, uint32_t nportid, uint8_t retry) argument
3025 uint32_t cmd, retry; local
3115 int retry = 0, maxretry = lpfc_max_els_tries, delay = 0; local
7602 lpfc_issue_els_fdisc(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint8_t retry) argument
[all...]
H A Dlpfc_ct.c295 uint32_t tmo, uint8_t retry)
361 geniocb->retry = retry;
377 uint32_t rsp_size, uint8_t retry)
399 cnt, 0, retry);
621 /* Check for retry */
740 int did, rc, retry; local
771 /* Check for retry */
772 if (cmdiocb->retry < LPFC_MAX_NS_RETRY) {
773 retry
290 lpfc_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, struct lpfc_dmabuf *inp, struct lpfc_dmabuf *outp, void (*cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, struct lpfc_iocbq *), struct lpfc_nodelist *ndlp, uint32_t usr_flg, uint32_t num_entry, uint32_t tmo, uint8_t retry) argument
373 lpfc_ct_cmd(struct lpfc_vport *vport, struct lpfc_dmabuf *inmp, struct lpfc_dmabuf *bmp, struct lpfc_nodelist *ndlp, void (*cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, struct lpfc_iocbq *), uint32_t rsp_size, uint8_t retry) argument
865 uint8_t retry; local
1090 lpfc_ns_cmd(struct lpfc_vport *vport, int cmdcode, uint8_t retry, uint32_t context) argument
[all...]
/drivers/mtd/ubi/
H A Deba.c404 retry:
453 goto retry;
509 retry:
579 goto retry;
644 retry:
702 goto retry;
765 retry:
822 goto retry;
884 retry:
944 goto retry;
[all...]
/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c93 * Zydas retry rates table. Each line is listed in the same order as
449 int success = 1, retry = 1; local
457 retry = tx_status->retry + success;
471 ZD_ASSERT(1 <= retry && retry <= retries->count);
474 info->status.rates[0].count = 1; // (retry > 1 ? 2 : 1);
476 for (i=1; i<IEEE80211_TX_MAX_RATES-1 && i<retry; i++) {
478 info->status.rates[i].count = 1; // ((i==retry-1) && success ? 1:2);
480 for (; i<IEEE80211_TX_MAX_RATES && i<retry;
508 int retry = tx_status->retry + success; local
[all...]
/drivers/firewire/
H A Dcore-iso.c278 int channel, ret = -EIO, retry = 5; local
311 /* 1394-1995 IRM, fall through to retry. */
313 if (retry) {
314 retry--;
/drivers/media/dvb-frontends/
H A Dor51132.c383 int retry = 1; local
402 if (retry--)
480 int retry = 1; local
511 if (retry--) goto start;
/drivers/media/i2c/
H A Dtvp7002.c48 /* I2C retry attempts */
458 int retry; local
461 for (retry = 0; retry < I2C_RETRY_COUNT; retry++) {
504 int retry; local
509 for (retry = 0; retry < I2C_RETRY_COUNT; retry++) {
515 v4l2_warn(sd, "Write: retry
[all...]
H A Dtvp514x.c290 int err, retry = 0; local
297 if (retry <= I2C_RETRY_COUNT) {
298 v4l2_warn(sd, "Read: retry ... %d\n", retry);
299 retry++;
332 int err, retry = 0; local
339 if (retry <= I2C_RETRY_COUNT) {
340 v4l2_warn(sd, "Write: retry ... %d\n", retry);
341 retry
[all...]
/drivers/staging/rtl8723au/core/
H A Drtw_efuse.c144 u16 retry; local
157 retry = 0;
159 while (!((value32 >> 24) & 0x80) && retry < 10000) {
161 retry++;
/drivers/dma/ioat/
H A Ddma_v2.c698 bool retry; local
700 retry:
712 retry = test_and_set_bit(IOAT_RESHAPE_PENDING, &chan->state);
716 if (retry)
717 goto retry;
721 retry = reshape_ring(ioat, ioat->alloc_order + 1);
726 /* if we were able to expand the ring retry the allocation */
727 if (retry)
728 goto retry;
/drivers/edac/
H A Damd64_edac_inj.c180 retry:
185 goto retry;
/drivers/iio/adc/
H A Dlp8788_adc.c60 int retry = 5; local
68 /* retry until adc conversion is done */
70 while (retry--) {
/drivers/misc/mic/host/
H A Dmic_virtio.c482 int ret = 0, retry, i; local
505 for (retry = 100; retry--;) {
513 "%s %d retry: %d\n", __func__, __LINE__, retry); local
749 int i, ret, retry; local
762 for (retry = 100; retry--;) {
769 "Device id %d config_change %d guest_ack %d retry %d\n",
771 mvdev->dc->guest_ack, retry);
[all...]
/drivers/net/wireless/rtl818x/rtl8187/
H A Drtl8187.h74 __le32 retry; member in struct:rtl8187_tx_hdr
85 __le32 retry; member in struct:rtl8187b_tx_hdr

Completed in 489 milliseconds

1234567891011>>