Searched refs:threshold (Results 1 - 24 of 24) sorted by relevance

/netgear-R7800-V1.0.2.28/package/igmpproxy/src/
H A Digmpproxy.conf30 phyint ethwan upstream ratelimit 0 threshold 1
38 phyint ethwan downstream ratelimit 0 threshold 1
H A Dconfig.c45 int threshold; member in struct:vifconfig
140 IF_DEBUG igmp_syslog(LOG_DEBUG, 0, "Threshold : %d", tmpPtr->threshold);
214 Dp->threshold = confPtr->threshold;
257 tmpPtr->threshold = 1;
316 else if(strcmp("threshold", token)==0) {
319 IF_DEBUG igmp_syslog(LOG_DEBUG, 0, "Config: IF: Got threshold token '%s'.", token);
320 tmpPtr->threshold = atoi( token );
321 if(tmpPtr->threshold <= 0 || tmpPtr->threshold > 25
[all...]
H A Difvc.c148 IfDescEp->threshold = DEFAULT_THRESHOLD; /* ttl limit */
H A Dmroute-api.c128 VifCtl.vifc_threshold = VifDp->IfDp->threshold; // Packet TTL must be at least 1 to pass them
H A Ddefs.h160 extern int Log2Stderr; // Log threshold for stderr, LOG_WARNING .... LOG_DEBUG
206 unsigned char threshold; /* ttl limit */ member in struct:IfDesc
H A Drttable.c977 IF_DEBUG igmp_syslog(LOG_DEBUG, 0, "Setting TTL for Vif %d to %d", Dp->index, Dp->threshold);
978 mrDesc.TtlVc[ Dp->index ] = Dp->threshold;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/include/linux/
H A Dgpio_buttons.h24 int threshold; /* count threshold */ member in struct:gpio_button
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/include/linux/touchscreen/
H A Dts_filter_group.h23 int threshold; member in struct:ts_filter_group_configuration
26 * threshold points.
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/input/misc/
H A Dlis302dl.c7 * ability to set acceleration threshold added by:
124 * has 7 bits for the threshold value */
131 static int __threshold_to_mg(struct lis302dl_info *lis, u8 threshold) argument
134 return threshold * 71;
136 return threshold * 18;
176 __mg_to_threshold(lis, lis->wakeup.threshold));
202 /* If the threshold is zero, let the device generated an interrupt
204 if (lis->threshold == 0) {
212 __mg_to_threshold(lis, lis->threshold));
298 if (lis->threshold)
503 unsigned int threshold; local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/include/linux/
H A Dlis302dl.h27 unsigned int threshold; member in struct:lis302dl_info
31 unsigned int threshold; /* mg */ member in struct:lis302dl_info::__anon1002
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr2/
H A DmvDramIf.h161 MV_STATUS mvDramIfSingleBitErrThresholdSet(MV_U32 threshold);
H A DmvDramIfRegs.h416 #define SECR_THRECC(threshold) (threshold << SECR_THRECC_OFFS)
H A DmvDramIf.c581 * mvDramIfSingleBitErrThresholdSet - Set single bit ECC threshold.
584 * The ECC single bit error threshold is the number of single bit
586 * This function set single bit ECC threshold.
589 * threshold - threshold.
595 * MV_BAD_PARAM if threshold is to big, MV_OK otherwise.
598 MV_STATUS mvDramIfSingleBitErrThresholdSet(MV_U32 threshold) argument
602 if (threshold > SECR_THRECC_MAX)
609 regVal |= ((SECR_THRECC(threshold) & SECR_THRECC_MASK));
/netgear-R7800-V1.0.2.28/package/base-files/files/lib/functions/
H A Duci-defaults.sh148 local threshold="$3"
158 set system.$cfg.threshold='$threshold'
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/input/touchscreen/
H A Dts_filter_group.c30 * - We choose the set with more elements. If more than "threshold"
122 tsfg->config->close_enough, tsfg->config->threshold);
200 if (best_size < tsfg->config->threshold) {
/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/input/misc/
H A Dgpio_buttons.c77 if (bdata->count < button->threshold)
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/wmi/
H A Dwmi_doc.h1202 Tx if a certain threshold is met, and the corresponding event will be sent to the host.
1297 connected BSS, which is used as a link quality metric. The four RSSI threshold sets (in
2590 threshold (75% of current RSSI) is equal to or less than scan threshold.
2592 Low RSSI roam is triggered when the current RSSI threshold falls below the roam
2593 threshold and roams to a better AP by the end of the scan cycle. During Low RSSI
2600 <scan threshold> <roam threshold> <roam rssi floor>
2656 wmiconfig eth1 --setRTS <pkt length threshold>
2660 threshold;
[all...]
H A Dwmi.c3558 wmi_set_rts_cmd(struct wmi_t *wmip, A_UINT16 threshold) argument
3572 cmd->threshold = threshold;
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/include/
H A Dwmi_api.h145 A_STATUS wmi_set_rts_cmd(struct wmi_t *wmip, A_UINT16 threshold);
H A Dwmi.h702 A_UINT16 threshold; member in struct:__anon866
879 A_UINT8 threshold; member in struct:__anon883
/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c2386 int threshold; local
2432 threshold = dev->param.chunks_per_block;
2445 threshold = background ?
2447 if(threshold <YAFFS_GC_PASSIVE_THRESHOLD)
2448 threshold = YAFFS_GC_PASSIVE_THRESHOLD;
2449 if(threshold > maxThreshold)
2450 threshold = maxThreshold;
2480 if(dev->gc_dirtiest > 0 && dev->gc_pages_in_use <= threshold)
2521 (TSTR("GC none: finder %d skip %d threshold %d dirtiest %d using %d oldest %d%s" TENDSTR),
2523 threshold,
[all...]
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/ar6000/
H A Dioctl.c1399 if (wmi_set_rts_cmd(ar->arWmi, rtsCmd.threshold)
1550 if (hbparam.threshold) {
1551 ar->arHBChallengeResp.missThres = hbparam.threshold;
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/arch/arm/mach-s3c2442/
H A Dmach-gta02.c973 .threshold = 6, /* At least half of the points in a group. */
/netgear-R7800-V1.0.2.28/docs/
H A Drelease_notes_R7500.tex857 \item \texttt{Removed QTN rts threshold setting for TP result}

Completed in 204 milliseconds