Searched refs:retry (Results 226 - 250 of 324) sorted by relevance

1234567891011>>

/drivers/dma/
H A Ds3c24xx-dma.c584 retry:
623 goto retry;
H A Damba-pl08x.c688 retry:
725 goto retry;
/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c1248 retry:
1318 goto retry;
/drivers/input/mouse/
H A Dpsmouse-base.c1709 int retry = 0; local
1723 if (++retry > 3) {
/drivers/md/
H A Ddm-bufio.c751 * __GFP_NORETRY: don't retry and rather return failure
1289 retry:
1294 goto retry;
H A Ddm-ioctl.c286 retry:
323 goto retry;
H A Dmd.c492 retry:
556 goto retry;
1746 retry:
1759 goto retry;
6504 /* Then retry the open from the top */
7856 * might need to retry if it is very unlucky.
7890 retry:
7938 goto retry;
8271 retry:
8294 goto retry;
[all...]
/drivers/media/tuners/
H A Dtuner-xc2028.c733 retry:
894 goto retry;
/drivers/net/wireless/ath/carl9170/
H A Dtx.c935 * retry rate set array.
1151 retry:
1233 goto retry;
/drivers/net/wireless/
H A Dmwl8k.c1533 int retry; local
1560 retry = 1;
1586 if (retry)
1591 if (retry) {
1593 retry = 0;
1601 retry = 1;
5791 retry:
5820 goto retry;
/drivers/scsi/
H A Dscsi_scan.c448 retry:
502 goto retry;
1438 * retry a few times (like sd.c does for TEST UNIT READY).
1444 * a retry.
H A Dscsi_transport_spi.c917 retry:
992 goto retry;
H A Dhpsa.c1539 * Return 1 for any error that should generate a RAID path retry.
1540 * Return 0 for errors that don't require a RAID path retry.
1548 int retry = 0; local
1575 retry = 1;
1581 retry = 1;
1587 retry = 1;
1597 retry = 1;
1603 retry = 1;
1612 retry = 1;
1620 retry
[all...]
H A Dmvumi.c795 unsigned char device_id, retry = 0; local
804 if (retry++ >= 5) {
808 retry = 0;
/drivers/ata/
H A Dlibata-core.c1885 retry:
1947 goto retry;
2015 goto retry;
2042 goto retry;
2603 retry:
2712 goto retry;
/drivers/scsi/ibmvscsi/
H A Dibmvfc.c94 u8 retry; member in struct:__anon5488
299 return cmd_status[rc].retry;
884 int retry = 0; local
896 retry = 1;
901 return retry;
1443 dev_warn(vhost->dev, "Send warning. Receive queue closed, will retry.\n");
3277 * ibmvfc_retry_tgt_init - Attempt to retry a step in target initialization
3299 int retry; member in struct:__anon5493
3364 } else if (prli_rsp[index].retry)
/drivers/dma/ppc4xx/
H A Dadma.c1711 int slots_found, retry = 0; local
1719 retry:
1721 if (retry == 0)
1774 if (!retry++)
1775 goto retry;
/drivers/infiniband/core/
H A Dmad.c2218 retry:
2256 goto retry;
2272 mad_send_wr->retry = 1;
2302 if (mad_send_wr->retry) {
2306 mad_send_wr->retry = 0;
/drivers/atm/
H A Dhe.c2339 int retry = 0, sleep = 1, tx_inuse; local
2397 (retry < MAX_RETRY)) {
2402 ++retry;
/drivers/gpu/drm/i915/
H A Dintel_sdvo.c524 u8 retry = 15; /* 5 quick checks, followed by 10 long checks */ local
554 status == SDVO_CMD_STATUS_TARGET_NOT_SPECIFIED) && --retry) {
555 if (retry < 10)
/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Dinit.c1167 u8 retry = nv_ro08(bios, init->offset + 2); local
1168 u8 wait = min((u16)retry * 50, 100);
1170 trace("CONDITION_TIME\t0x%02x 0x%02x\n", cond, retry);
/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c1524 wrqu->retry.value = 7;
1525 wrqu->retry.fixed = 0; /* no auto select */
1526 wrqu->retry.disabled = 1;
/drivers/usb/dwc2/
H A Dhcd.c476 struct usb_host_endpoint *ep, int retry)
491 while (!list_empty(&qh->qtd_list) && retry--) {
492 if (retry == 0) {
475 dwc2_hcd_endpoint_disable(struct dwc2_hsotg *hsotg, struct usb_host_endpoint *ep, int retry) argument
/drivers/block/drbd/
H A Ddrbd_receiver.c189 * No need to jump around here, drbd_alloc_pages will retry this
235 * @retry: whether to retry, if not enough pages are available right now
239 * Possibly retry until DRBD frees sufficient pages somewhere else.
252 bool retry)
279 if (!retry)
955 retry:
986 goto retry;
1922 * be queued on the retry workqueue. */
4054 retry
251 drbd_alloc_pages(struct drbd_peer_device *peer_device, unsigned int number, bool retry) argument
[all...]
/drivers/media/common/siano/
H A Dsmscoreapi.c1206 int retry = 0; local
1228 if (++retry > 10) {

Completed in 1304 milliseconds

1234567891011>>