Searched refs:retry (Results 251 - 275 of 324) sorted by relevance

<<111213

/drivers/media/tuners/
H A Dxc4000.c962 retry:
1102 goto retry;
/drivers/media/usb/gspca/
H A Dcpia1.c428 retry:
441 goto retry;
H A Dsonixb.c501 int retry = 60; local
508 while (retry--) {
H A Dvc032x.c2975 int retry = 50; local
2990 } while (--retry >= 0);
3065 int retry; local
3081 retry = 4;
3087 } while (--retry > 0);
3088 if (retry <= 0)
/drivers/net/ethernet/8390/
H A Dpcnet_cs.c1244 retry:
1278 goto retry;
/drivers/net/ethernet/ibm/
H A Dibmveth.c519 retry:
530 goto retry;
921 * The retry count sets a maximum for the number of broadcast and
/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h901 u8 retry:1; member in struct:wcn36xx_hal_mac_frame_ctl
915 u8 retry:1;
/drivers/pci/host/
H A Dpci-tegra.c1853 goto retry;
1867 retry:
/drivers/s390/cio/
H A Dqdio_main.c818 retry:
829 goto retry;
/drivers/s390/net/
H A Dctcm_main.c566 ch->retry = 0;
825 ch->retry = 0;
/drivers/scsi/esas2r/
H A Desas2r_main.c1182 retry:
1241 goto retry;
/drivers/scsi/libfc/
H A Dfc_exch.c2150 goto retry;
2171 retry:
/drivers/scsi/
H A Dscsi_error.c145 "scmd %p retry "
520 * performed, treat this just as a retry. otherwise this is
546 * should retry.
1014 retry:
1026 goto retry;
1803 * it is responsible for keeping an internal retry counter
1924 /* we requeue for retry because the error was retryable, and
2070 * scsi_eh_flush_done_q - finish processed commands or retry them.
2084 "%s: flush retry cmd: %p\n",
2124 * scsi_finish_cmd() called for it. we do all of the retry stuf
[all...]
H A Dadvansys.c1787 #define ADV_DONT_RETRY 0x08 /* don't do retry */
1979 #define SCSI_MAX_RETRY 10 /* retry count */
9298 int retry; local
9300 for (retry = 0; retry < ASC_EEP_MAX_RETRY; retry++) {
9408 int retry; local
9410 retry = 0;
9418 if (retry++ > ASC_EEP_MAX_RETRY) {
9543 int retry; local
[all...]
/drivers/usb/host/
H A Dsl811-hcd.c190 PACKET("STATUS%s/%s qh%p\n", ep->nak_count ? "/retry" : "",
227 PACKET("IN%s/%d qh%p len%d\n", ep->nak_count ? "/retry" : "",
270 PACKET("OUT%s/%d qh%p len%d\n", ep->nak_count ? "/retry" : "",
570 /* error? retry, until "3 strikes" */
628 retry:
740 goto retry;
/drivers/gpu/drm/i915/
H A Dintel_display.c3056 u32 reg, temp, i, retry; local
3108 for (retry = 0; retry < 5; retry++) {
3119 if (retry < 5)
3161 for (retry = 0; retry < 5; retry++) {
3172 if (retry < 5)
3206 /* disable first in case we need to retry */
10362 bool retry = true; local
[all...]
/drivers/iommu/
H A Damd_iommu.c584 retry:
598 goto retry;
2673 retry:
2691 goto retry;
/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c3665 * Goes through a retry algorithm before giving up.
4489 u8 retry = 0; local
4516 if ((data == IGP3_VR_CTRL_MODE_SHUTDOWN) || retry)
4522 retry++;
4523 } while (retry);
/drivers/net/ethernet/sfc/
H A Def10.c197 * now, be prepared to retry.
973 int retry; local
980 for (retry = 0; retry < 100; ++retry) {
2374 * we have to wait and retry.
/drivers/scsi/ufs/
H A Dufshcd.c1369 /* clear outstanding transaction before retry */
1460 /* sucessfully cleared the command, retry if needed */
2532 int retry; local
2538 * mdelay and retry count can be reduced based on the controller.
2575 retry = 10;
2577 if (retry) {
2578 retry--;
2655 * and we retry sending NOP OUT for %NOP_OUT_RETRIES iterations.
3437 /* UIC NL/TL/DME errors needs software retry */
/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c816 u32 retry = 0 ; local
840 printk(KERN_NOTICE "RESETGEN2: retry=%x, hostdiag=%x\n",
841 retry, HostDiag);
843 if (retry++ >= 100)
858 printk(KERN_NOTICE "RESET_GEN2: retry=%x, hostdiag=%x\n",
859 retry, HostDiag);
861 if (retry++ >= 1000)
2834 /* flag for the retry reset */
4396 /*waitting for about 30 second before retry*/
/drivers/scsi/qla2xxx/
H A Dqla_init.c1132 static int abts_cnt; /* ISP abort retry counts */
3810 int retry; local
3815 retry = 0;
3869 int retry; local
3874 retry = 0;
3899 retry++;
3913 if (retry) {
3914 /* A retry occurred before. */
3918 * No retry occurred before. Just increment the
4690 "ISP abort - retry remainin
[all...]
/drivers/char/ipmi/
H A Dipmi_si_intf.c476 retry:
525 goto retry;
/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c486 u8 retry = 5; local
506 status == SDVO_CMD_STATUS_TARGET_NOT_SPECIFIED) && retry--) {
/drivers/md/
H A Ddm.c517 retry:
542 goto retry;

Completed in 562 milliseconds

<<111213