Searched refs:bandwidth (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-13-stable/sys/dev/sfxge/common/
H A Dmedford2_nic.c46 uint32_t bandwidth; local
52 &bandwidth)) != 0)
55 *bandwidth_mbpsp = bandwidth;
72 uint32_t bandwidth; local
162 rc = medford2_nic_get_required_pcie_bandwidth(enp, &bandwidth);
165 encp->enc_required_pcie_bandwidth_mbps = bandwidth;
H A Dmedford_nic.c44 uint32_t bandwidth; local
48 &bandwidth)) != 0)
51 *bandwidth_mbpsp = bandwidth;
68 uint32_t bandwidth; local
158 rc = medford_nic_get_required_pcie_bandwidth(enp, &bandwidth);
161 encp->enc_required_pcie_bandwidth_mbps = bandwidth;
H A Dhunt_nic.c50 uint32_t bandwidth; local
62 bandwidth = 0;
68 * This needs the full PCIe bandwidth (and could use
72 EFX_PCIE_LINK_SPEED_GEN3, &bandwidth)) != 0)
76 bandwidth = 40000;
78 bandwidth = 4 * 10000;
81 bandwidth = 2 * 10000;
86 *bandwidth_mbpsp = bandwidth;
104 uint32_t bandwidth; local
231 if ((rc = hunt_nic_get_required_pcie_bandwidth(enp, &bandwidth)) !
[all...]
H A Def10_nic.c168 uint32_t bandwidth; local
194 bandwidth = single_lane;
198 bandwidth = dual_lane;
201 bandwidth = single_lane + single_lane;
205 bandwidth = 4 * single_lane;
208 bandwidth = (2 * single_lane) + (2 * single_lane);
211 bandwidth = dual_lane + dual_lane;
215 bandwidth = dual_lane + (2 * single_lane);
219 bandwidth = 4 * single_lane;
223 bandwidth
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-igrp.c59 uint8_t igr_bw[3]; /* bandwidth in units of 1 kb/s */
72 register u_int delay, bandwidth; local
86 bandwidth = EXTRACT_24BITS(igr->igr_bw);
87 metric = bandwidth + delay;
93 10 * delay, bandwidth == 0 ? 0 : 10000000 / bandwidth,
H A Dprint-eigrp.c126 uint8_t bandwidth[4]; member in struct:eigrp_tlv_ip_int_t
146 uint8_t bandwidth[4]; member in struct:eigrp_tlv_ip_ext_t
165 uint8_t bandwidth[4]; member in struct:eigrp_tlv_at_int_t
184 uint8_t bandwidth[4]; member in struct:eigrp_tlv_at_ext_t
367 ND_PRINT((ndo, "\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
369 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->bandwidth),
410 ND_PRINT((ndo, "\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
412 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->bandwidth),
452 ND_PRINT((ndo, "\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
454 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->bandwidth),
[all...]
/freebsd-13-stable/sys/netgraph/
H A Dng_pipe.h117 u_int64_t bandwidth; member in struct:ng_pipe_hookcfg
131 { "bandwidth", &ng_parse_uint64_type }, \
146 u_int64_t bandwidth; member in struct:ng_pipe_cfg
156 { "bandwidth", &ng_parse_uint64_type }, \
H A Dng_pipe.c36 * This node permits simple traffic shaping by emulating bandwidth
111 if (hinfo->cfg.wfq && hinfo->cfg.bandwidth) { \
114 8000000 / hinfo->cfg.bandwidth; \
361 if (cfg->upstream.bandwidth ==
362 cfg->downstream.bandwidth) {
363 cfg->bandwidth = cfg->upstream.bandwidth;
364 cfg->upstream.bandwidth = 0;
365 cfg->downstream.bandwidth = 0;
367 cfg->bandwidth
[all...]
H A Dng_ppp.h60 /* Max allowable link latency (miliseconds) and bandwidth (bytes/second/10) */
129 u_int32_t bandwidth; /* link bandwidth (in bytes/sec/10) */ member in struct:ng_ppp_link_conf
139 { "bandwidth", &ng_parse_uint32_type }, \
H A Dng_ppp.c2184 * on each link's latency, bandwidth, and calculated additional latency.
2189 * same latency and bandwidth values.
2196 * Suppose link i has bandwidth b_i (in tens of bytes per milisecond) and
2213 * link's bandwidth.
2259 * same latency and bandwidth.
2310 xmitBytes = (alink->conf.bandwidth * 10 * diff.tv_sec)
2311 + (alink->conf.bandwidth * (diff.tv_usec / 1000)) / 100;
2317 (100 * alink->bytesInQueue) / alink->conf.bandwidth;
2333 priv->activeLinks[sortByLatency[i]]].conf.bandwidth)
2343 priv->activeLinks[sortByLatency[i]]].conf.bandwidth;
[all...]
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_altq.h135 uint32_t ifbandwidth; /* interface bandwidth */
141 uint32_t bandwidth; /* queue bandwidth */ member in struct:pf_altq_v0
167 uint64_t ifbandwidth; /* interface bandwidth */
173 uint64_t bandwidth; /* queue bandwidth */ member in struct:pf_altq_v1
203 uint64_t ifbandwidth; /* interface bandwidth */
209 uint64_t bandwidth; /* queue bandwidth */ member in struct:pf_kaltq
/freebsd-13-stable/sys/netinet/
H A Dip_dummynet.h134 int bandwidth; /* bit/s or bits/tick. */ member in struct:dn_link
217 int bandwidth; // XXX use link bandwidth? member in struct:dn_profile
275 to delay and bandwidth;
/freebsd-13-stable/usr.sbin/ppp/
H A Dtun.c113 info.baudrate = bundle->bandwidth;
H A Dmp.h103 int min; /* Lowest percent of bundle->bandwidth */
104 int max; /* Highest percent of bundle->bandwidth out */
116 unsigned bandwidth; /* Our link bandwidth (or zero) */ member in struct:mp_link
H A Dbundle.h87 u_long bandwidth; /* struct tuninfo speed */ member in struct:bundle
H A Dbundle.c275 * If it's the first NCP, calculate our bandwidth
815 bundle.bandwidth = 0;
1035 prompt_Printf(arg->prompt, " bandwidth %d, %llu bps (%llu bytes/sec)",
1036 dl->mp.bandwidth ? dl->mp.bandwidth :
1068 arg->bundle->iface->name, arg->bundle->bandwidth);
1885 bundle->bandwidth = 0;
1894 if ((sp = dl->mp.bandwidth) == 0 &&
1896 log_Printf(LogDEBUG, "%s: %s: Cannot determine bandwidth\n",
1899 bundle->bandwidth
[all...]
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_altq.c253 printf("bandwidth %u%% ", bw->bw_percent);
255 printf("bandwidth %s ", rate2str((double)a->ifbandwidth));
283 printf("bandwidth %u%% ", bw->bw_percent);
285 printf("bandwidth %s ", rate2str((double)a->bandwidth));
325 fprintf(stderr, "interface %s does not know its bandwidth, "
326 "please specify an absolute bandwidth\n",
333 * Limit bandwidth to UINT_MAX for schedulers that aren't 64-bit ready.
337 warnx("interface %s bandwidth limited to %" PRIu64 " bps "
434 pa->bandwidth
[all...]
/freebsd-13-stable/contrib/wpa/src/common/
H A Dhw_features_common.c382 data->bandwidth = sec_channel_offset ? 40 : 20;
404 data->bandwidth = 80;
441 data->bandwidth = 160;
/freebsd-13-stable/sbin/ipfw/
H A Ddummynet.c81 { "bandwidth", TOK_BW },
620 double b = p->bandwidth;
792 * Take as input a string describing a bandwidth value
793 * and return the numeric bandwidth value.
794 * set clocking interface or bandwidth value
797 read_bandwidth(char *arg, int *bandwidth, char *if_name, int namelen) argument
799 if (*bandwidth != -1)
800 warnx("duplicate token, override bandwidth value!");
811 *bandwidth = 0;
812 } else { /* read bandwidth valu
[all...]
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_dn_glue.c169 int bandwidth; /* really, bytes/tick. */ member in struct:dn_pipe7
234 int bandwidth; /* really, bytes/tick. */ member in struct:dn_pipe8
452 p->bandwidth = p7->bandwidth;
487 // pf->bandwidth = p->bandwidth; //XXX bandwidth redundant?
630 pipe7->bandwidth = l->bandwidth;
H A Dip_dn_io.c574 bits = div64((uint64_t)pf->samples[index] * s->link.bandwidth, 1000);
601 bw = s->link.bandwidth;
923 si->credit = V_dn_cfg.io_fast ? p->bandwidth : 0;
925 uint64_t burst = (V_dn_cfg.curr_time - si->idle_time) * p->bandwidth;
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211.h74 int bandwidth; member in struct:i802_bss
/freebsd-13-stable/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c935 apr_size_t bandwidth = (apr_size_t)apr_strtoi64(arg, NULL, 0);
938 if (bandwidth >= 1000)
940 /* block other clients for at most 1 ms (at full bandwidth).
942 params.zero_copy_limit = bandwidth * 120;
945 params.error_check_interval = bandwidth * 120;
934 apr_size_t bandwidth = (apr_size_t)apr_strtoi64(arg, NULL, 0); local
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dwpa_auth.h277 int *bandwidth, int *seg1_idx);
466 int ap_seg1_idx, int *bandwidth, int *seg1_idx);
H A Dieee802_11.h192 int ap_seg1_idx, int *bandwidth, int *seg1_idx);

Completed in 323 milliseconds

123