Searched refs:retry (Results 151 - 175 of 372) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dwl3501_cs.c1777 u8 retry; /* size checked: it is u8 */ local
1781 &retry, sizeof(retry));
1784 if (wrqu->retry.flags & IW_RETRY_LONG) {
1785 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG;
1789 &retry, sizeof(retry));
1792 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_SHORT;
1794 wrqu->retry.value = retry;
[all...]
H A Dipw2100.c4953 static int ipw2100_set_short_retry(struct ipw2100_priv *priv, u32 retry) argument
4962 cmd.host_command_parameters[0] = retry;
4968 priv->short_retry_limit = retry;
4973 static int ipw2100_set_long_retry(struct ipw2100_priv *priv, u32 retry) argument
4982 cmd.host_command_parameters[0] = retry;
4988 priv->long_retry_limit = retry;
6782 // range->retry_capa; /* What retry options are supported */
6783 // range->retry_flags; /* How to decode max/min retry limit */
6784 // range->r_time_flags; /* How to decode max/min retry life */
6787 // range->min_r_time; /* Minimal retry lifetim
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drepmgr.h113 * Information about pending connection establishment retry operations.
121 * scheduling a retry for "0" microseconds from now, putting its retry element
322 * to a retry object.
334 #define SITE_IDLE 1 /* Waiting til time to retry connecting. */
343 REPMGR_RETRY *retry; /* when IDLE */ member in union:__repmgr_site::__anon2050
445 * a connection retry for later, and possibly call for an election if it was a
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_region.c175 goto retry;
269 goto retry;
297 goto retry;
493 retry: /* Close any open file handle. */
605 * back off and retry, or just die.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_net.c1203 REPMGR_RETRY *retry; local
1213 retry = TAILQ_FIRST(&db_rep->retries);
1214 TAILQ_REMOVE(&db_rep->retries, retry, entries);
1215 __os_free(env, retry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dxd.c291 int retry; local
306 for (retry = 0; (retry < XD_RETRIES) && !res; retry++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dwinfixup.S94 retry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfphw.S134 str r2, [sp, #S_PC] @ retry the instruction
154 str r2, [sp, #S_PC] @ retry the instruction on exit from
167 @ retry the faulted instruction
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsmp.c95 * <retry> If true, keep retrying until ready.
117 int smp_call_function (void (*func) (void *info), void *info, int retry, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dcmf.c182 int retry; local
189 for (retry = 0; retry < 3; retry++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dch.c214 retry:
235 goto retry;
269 retry:
291 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dposix-timers.c459 retry:
469 goto retry;
775 retry:
786 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Deth_defs.h163 unsigned int retry : 1; member in struct:__anon8176
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Derr_common.c60 mchk_header->retry ? "RETRY " : "",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_recno.c340 retry: switch (flags) {
512 goto retry;
1287 retry: /* Find the slot for insertion. */
1346 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_priv.h208 u8 retry; /* Retry limit */ member in struct:ieee80211softmac_auth_queue_item
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dad1889.c746 int retry = 200; local
769 retry--;
770 } while (retry > 0);
772 if (!retry) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dad1889.c261 int retry = 400; /* average needs 352 msec */ local
264 && --retry)
266 if (!retry) {
271 ad1889_debug("[%s] ready after %d ms\n", __FUNCTION__, 400 - retry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dcliconnect.c1364 @param retry BOOL. Did this connection fail with a retryable error ?
1372 BOOL *retry)
1380 if (retry)
1381 *retry = False;
1415 if (retry)
1416 *retry = True;
1463 @param retry BOOL. Did this connection fail with a retryable error ?
1474 BOOL *retry)
1481 dest_ip, port, signing_state, flags, retry);
1367 cli_start_connection(struct cli_state **output_cli, const char *my_name, const char *dest_host, struct in_addr *dest_ip, int port, int signing_state, int flags, BOOL *retry) argument
1466 cli_full_connection(struct cli_state **output_cli, const char *my_name, const char *dest_host, struct in_addr *dest_ip, int port, const char *service, const char *service_type, const char *user, const char *domain, const char *password, int flags, int signing_state, BOOL *retry) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam.c747 retry: /* Update the record number. */
781 goto retry;
806 goto retry;
821 goto retry;
848 goto retry;
922 goto retry;
959 goto retry;
1000 release_retry: /* Release locks and retry, if possible. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dnamei.c1641 retry:
1661 goto retry;
1675 retry:
1696 goto retry;
1711 retry:
1770 goto retry;
2110 retry:
2151 goto retry;
2171 retry:
2187 goto retry;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dnamei.c1639 retry:
1659 goto retry;
1673 retry:
1694 goto retry;
1709 retry:
1768 goto retry;
2108 retry:
2149 goto retry;
2169 retry:
2185 goto retry;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca0106_main.c356 int retry; local
370 for (retry = 0; retry < 10; retry++) {
394 if (retry == 10) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c661 * containing the @vcn and retry the vcn to lcn conversion.
682 retry:
683 /* Convert vcn to lcn. If that fails map the runlist and retry once. */
689 goto retry;
735 retry:
764 /* The @vcn is in an unmapped region, map the runlist and retry. */
767 goto retry;
907 retry:
923 goto retry;
1347 retry
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-eh.c358 /* finish or retry handled scmd's and clean up */
399 retry:
415 goto retry;
736 * ata_eh_qc_retry - Tell midlayer to retry an ATA command after EH
737 * @qc: Command to retry
1674 retry:
1731 goto retry;
1954 retry:
2053 goto retry;
2069 * Recovery is complete. Clean up EH states and retry o
[all...]

Completed in 288 milliseconds

1234567891011>>