Searched refs:retrycnt (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/usr.sbin/autofs/
H A Dautomountd.c181 char *key, *options, *fstype, *nobrowse, *retrycnt, *tmp; local
340 retrycnt = pick_option("retrycnt=", &options);
341 if (retrycnt == NULL) {
342 log_debugx("retrycnt not specified in options; "
344 options = concat(options, ',', "retrycnt=1");
347 concat("retrycnt", '=', retrycnt));
/freebsd-11-stable/sbin/mount_nfs/
H A Dmount_nfs.c105 static int retrycnt = -1; variable
331 } else if (strcmp(opt, "retrycnt") == 0) {
335 errx(1, "illegal retrycnt value -- %s", val);
336 retrycnt = num;
384 printf("-R deprecated, use -o retrycnt=<retrycnt>\n");
388 retrycnt = num;
435 if (retrycnt == -1)
437 retrycnt = 0;
635 * If retrycnt
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_amrr.c270 "AMRR: current rate %d, txcnt=%d, retrycnt=%d",
293 "AMRR increasing rate %d (txcnt=%d retrycnt=%d)",
316 "AMRR decreasing rate %d (txcnt=%d retrycnt=%d)",
410 int txcnt = *(int *)arg1, success = *(int *)arg2, retrycnt = *(int *)arg3; local
417 amn->amn_retrycnt = retrycnt;
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c286 int ret, newone, error, expireret = 0, retrycnt; local
300 retrycnt = 0;
330 (np->n_flag & NNOLAYOUT) != 0 || retrycnt > 0)
394 retrycnt++;
400 expireret == 0 && clidrev != 0 && retrycnt < 4));
401 if (error && retrycnt >= 4)
1127 int error, expireret = 0, openerr, retrycnt; local
1140 retrycnt = 0;
1192 retrycnt++;
1196 (error == NFSERR_OLDSTATEID && retrycnt < 2
1412 int error, expireret = 0, retrycnt; local
1571 int error, expireret = 0, retrycnt, nostateid; local
1914 int error = 0, newone, expireret = 0, retrycnt, unlocked; local
3758 int error = 0, newone = 0, expireret = 0, retrycnt, donelocally; local
[all...]
/freebsd-11-stable/sys/dev/ral/
H A Drt2560.c917 int retrycnt, status; local
938 retrycnt = 0;
944 &retrycnt, NULL);
949 retrycnt = RT2560_TX_RETRYCNT(flags);
952 retrycnt);
956 &retrycnt, NULL);
961 retrycnt = RT2560_TX_RETRYCNT(flags);
964 retrycnt);
968 &retrycnt, NULL);
H A Drt2661.c855 int error, qid, retrycnt; local
885 retrycnt = RT2661_TX_RETRYCNT(val);
888 "%d retries\n", retrycnt);
892 &retrycnt, NULL);
897 retrycnt = RT2661_TX_RETRYCNT(val);
904 &retrycnt, NULL);
H A Drt2860.c1086 int retrycnt; local
1113 retrycnt = 1;
1115 retrycnt = 0;
1117 IEEE80211_RATECTL_TX_SUCCESS, &retrycnt, NULL);
1120 IEEE80211_RATECTL_TX_FAILURE, &retrycnt, NULL);
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c5901 int retrycnt = 0; local
5933 retrycnt = status->framecnt - 1;
5935 retrycnt = status->framecnt;
5936 if (retrycnt == 0)
5937 retrycnt = 1;
5943 &retrycnt, 0);
5971 int retrycnt = 0; local
5994 retrycnt = status->framecnt - 1;
5996 retrycnt = status->framecnt;
5997 if (retrycnt
[all...]
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_ural.c2207 int sum, retrycnt; local
2218 retrycnt = sc->sta[8] + fail;
2220 ieee80211_ratectl_tx_update(vap, ni, &sum, &ok, &retrycnt);
H A Dif_run.c2552 int txcnt, success, retrycnt, error; local
2573 retrycnt = le16toh(sta[1].tx.retry);
2575 txcnt = retrycnt + success + le16toh(sta[0].error.fail);
2577 DPRINTFN(3, "retrycnt=%d success=%d failcnt=%d\n",
2578 retrycnt, success, le16toh(sta[0].error.fail));
2588 retrycnt = (*wstat)[RUN_RETRY];
2589 DPRINTFN(3, "retrycnt=%d txcnt=%d success=%d\n",
2590 retrycnt, txcnt, success);
2595 ieee80211_ratectl_tx_update(vap, ni, &txcnt, &success, &retrycnt);
H A Dif_rum.c3098 int sum, success, retrycnt; local
3112 retrycnt = ok[1] + ok[2] * 2 + fail * (rvp->maxretry + 1);
3116 ieee80211_ratectl_tx_update(vap, ni, &sum, &ok, &retrycnt);
H A Dif_zyd.c661 int retrycnt = local
666 &retrycnt, NULL);
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c5095 int gotlock, error, lktype = 0, retrycnt, zapped_clp; local
5175 retrycnt = 0;
5179 retrycnt++;
5181 error == NFSERR_BADHANDLE) && retrycnt < NFSV4_CBRETRYCNT);

Completed in 227 milliseconds