HomeSort by: relevance | last modified time | path
    Searched refs:bandwidth (Results 1 - 25 of 75) sorted by relevancy

1 2 3

  /src/usr.sbin/altq/libaltq/
qop_fifoq.h 37 int qcmd_fifoq_add_if(const char *ifname, u_int bandwidth, int qlimit);
39 u_int bandwidth, int qlimit);
qop_blue.h 41 int qcmd_blue_add_if(const char *ifname, u_int bandwidth, int max_pmark,
43 int qop_blue_add_if(struct ifinfo **rp, const char *ifname, u_int bandwidth,
qop_wfq.h 39 int qcmd_wfq_add_if(const char *ifname, u_int bandwidth, int hash_policy,
41 int qop_wfq_add_if(struct ifinfo **rp, const char *ifname, u_int bandwidth,
qop_red.h 43 int qcmd_red_add_if(const char *ifname, u_int bandwidth, int weight,
47 u_int bandwidth, int weight, int inv_pmax, int th_min,
qop_rio.h 41 int qcmd_rio_add_if(const char *ifname, u_int bandwidth, int weight,
47 u_int bandwidth, int weight, struct redparams *red_params,
qop_cbq.h 53 double psPerByte; /* bandwidth in ps per sec */
63 uint64_t bandwidth; /* bandwidth in bps */ member in struct:cbq_classinfo
64 uint64_t allocated; /* bandwidth used by children */
79 int qcmd_cbq_add_if(const char *ifname, uint64_t bandwidth,
83 u_int pri, uint64_t bandwidth,
88 u_int pri, uint64_t bandwidth,
93 uint64_t bandwidth, int is_wrr, int efficient, bool no_control);
96 struct classinfo *borrow, u_int pri, uint64_t bandwidth,
100 int qop_cbq_modify_class(struct classinfo *clinfo, u_int pri, uint64_t bandwidth,
    [all...]
qop_fifoq.c 86 u_int bandwidth = 100000000; /* 100Mbps */ local in function:fifoq_interface_parser
94 if (EQUAL(*argv, "bandwidth")) {
97 bandwidth = atobps(*argv);
115 if (qcmd_tbr_register(ifname, bandwidth, tbrsize) != 0)
118 if (qcmd_fifoq_add_if(ifname, bandwidth, qlimit) != 0)
127 qcmd_fifoq_add_if(const char *ifname, u_int bandwidth, int qlimit)
131 error = qop_fifoq_add_if(NULL, ifname, bandwidth, qlimit);
143 u_int bandwidth, int qlimit)
153 error = qop_add_if(&ifinfo, ifname, bandwidth,
qop_priq.h 51 int qcmd_priq_add_if(const char *ifname, u_int bandwidth, int flags);
57 u_int bandwidth, int flags);
qop_cbq.c 115 uint64_t bandwidth = 100000000; /* 100Mbps */ local in function:cbq_interface_parser
126 if (EQUAL(*argv, "bandwidth")) {
129 bandwidth = atobps(*argv);
154 if (qcmd_tbr_register(ifname, bandwidth, tbrsize) != 0)
158 if (qcmd_cbq_add_if(ifname, bandwidth,
172 uint64_t bandwidth = 0; local in function:cbq_class_parser
241 bandwidth = atobps(*argv);
291 if (bandwidth == 0 && pbandwidth != 0) {
295 bandwidth = ifinfo->bandwidth / 100 * pbandwidth
    [all...]
qop_dummy.c 77 u_int bandwidth = 0; local in function:null_interface_parser
84 if (EQUAL(*argv, "bandwidth")) {
87 bandwidth = atobps(*argv);
99 if (bandwidth != 0)
100 if (qcmd_tbr_register(ifname, bandwidth, tbrsize) != 0)
qop_blue.c 86 u_int bandwidth = 100000000; /* 100Mbps */ local in function:blue_interface_parser
99 if (EQUAL(*argv, "bandwidth")) {
102 bandwidth = atobps(*argv);
134 if (qcmd_tbr_register(ifname, bandwidth, tbrsize) != 0)
137 pkttime = packet_size * 8 * 1000 / (bandwidth / 1000);
139 if (qcmd_blue_add_if(ifname, bandwidth, max_pmark, hold_time,
149 qcmd_blue_add_if(const char *ifname, u_int bandwidth, int max_pmark,
154 error = qop_blue_add_if(NULL, ifname, bandwidth, max_pmark, hold_time,
166 qop_blue_add_if(struct ifinfo **rp, const char *ifname, u_int bandwidth,
182 error = qop_add_if(&ifinfo, ifname, bandwidth,
    [all...]
qop_red.c 86 u_int bandwidth = 100000000; /* 100Mbps */ local in function:red_interface_parser
101 if (EQUAL(*argv, "bandwidth")) {
104 bandwidth = atobps(*argv);
146 if (qcmd_tbr_register(ifname, bandwidth, tbrsize) != 0)
149 pkttime = packet_size * 8 * 1000 / (bandwidth / 1000);
165 if (qcmd_red_add_if(ifname, bandwidth, weight, inv_pmax,
175 qcmd_red_add_if(const char *ifname, u_int bandwidth, int weight,
181 error = qop_red_add_if(NULL, ifname, bandwidth, weight, inv_pmax,
194 u_int bandwidth, int weight, int inv_pmax, int th_min,
211 error = qop_add_if(&ifinfo, ifname, bandwidth,
    [all...]
qop_hfsc.h 66 int qcmd_hfsc_add_if(const char *ifname, u_int bandwidth, int flags);
74 u_int bandwidth, int flags);
qop_jobs.h 109 int qcmd_jobs_add_if(const char *ifname, u_int bandwidth, int qlimit, int separate);
116 u_int bandwidth, int qlimit, int separate);
qop_wfq.c 86 u_int bandwidth = 100000000; /* 100Mbps */ local in function:wfq_interface_parser
96 if (EQUAL(*argv, "bandwidth")) {
99 bandwidth = atobps(*argv);
138 if (qcmd_tbr_register(ifname, bandwidth, tbrsize) != 0)
146 if (qcmd_wfq_add_if(ifname, bandwidth,
156 qcmd_wfq_add_if(const char *ifname, u_int bandwidth, int hash_policy,
161 error = qop_wfq_add_if(NULL, ifname, bandwidth,
173 qop_wfq_add_if(struct ifinfo **rp, const char *ifname, u_int bandwidth,
186 error = qop_add_if(&ifinfo, ifname, bandwidth,
qop_rio.c 87 u_int bandwidth = 100000000; /* 100Mbps */ local in function:rio_interface_parser
108 if (EQUAL(*argv, "bandwidth")) {
111 bandwidth = atobps(*argv);
175 if (qcmd_tbr_register(ifname, bandwidth, tbrsize) != 0)
178 pkttime = packet_size * 8 * 1000 / (bandwidth / 1000);
194 if (qcmd_rio_add_if(ifname, bandwidth, weight,
207 qcmd_rio_add_if(const char *ifname, u_int bandwidth, int weight,
226 error = qop_rio_add_if(NULL, ifname, bandwidth, weight, red_params,
239 u_int bandwidth, int weight, struct redparams *red_params,
255 error = qop_add_if(&ifinfo, ifname, bandwidth,
    [all...]
qop_priq.c 94 u_int bandwidth = 100000000; /* 100Mbps */ local in function:priq_interface_parser
102 if (EQUAL(*argv, "bandwidth")) {
105 bandwidth = atobps(*argv);
119 if (qcmd_tbr_register(ifname, bandwidth, tbrsize) != 0)
122 if (qcmd_priq_add_if(ifname, bandwidth, flags) != 0)
180 qcmd_priq_add_if(const char *ifname, u_int bandwidth, int flags)
184 error = qop_priq_add_if(NULL, ifname, bandwidth, flags);
232 u_int bandwidth, int flags)
241 error = qop_add_if(&ifinfo, ifname, bandwidth,
364 iface.arg = ifinfo->bandwidth;
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/microchip/
sparx5_pcb135_board.dtsi 376 microchip,bandwidth = <1000>;
383 microchip,bandwidth = <1000>;
390 microchip,bandwidth = <1000>;
397 microchip,bandwidth = <1000>;
404 microchip,bandwidth = <1000>;
411 microchip,bandwidth = <1000>;
418 microchip,bandwidth = <1000>;
425 microchip,bandwidth = <1000>;
432 microchip,bandwidth = <1000>;
439 microchip,bandwidth = <1000>
    [all...]
  /src/usr.sbin/altq/altqd/altq.conf.samples/
hfsc.grate 6 # interface bandwidth 45Mbps is arbitrary (it doesn't matter as long as
7 # it is bigger than the total guaranteed bandwidth)
9 interface pvc0 bandwidth 45M hfsc
11 # 50% of the excess bandwidth goes to the default class
15 # TCP 10Mbps guaranteed rate (no excess bandwidth assigned)
20 # UDP 5Mbps guaranteed rate (no excess bandwidth assigned)
hfsc.lo0 6 # interface bandwidth 300Mbps is arbitrary (it doesn't matter as long as
7 # it is bigger than the total guaranteed bandwidth)
9 interface lo0 bandwidth 300M hfsc
11 # 50% of the excess bandwidth goes to the default class
15 # TCP 10Mbps guaranteed rate (no excess bandwidth assigned)
20 # UDP 5Mbps guaranteed rate (no excess bandwidth assigned)
hfsc.pvc0 6 interface pvc0 bandwidth 45M hfsc
cbq.bandwidthtest 2 # this is the setting used for the bandwidth guarantee test (Fig. 7)
5 interface en0 bandwidth 134M cbq
cbq.sharing 8 interface pvc0 bandwidth 134M cbq
hfsc.share 5 interface pvc0 bandwidth 45M hfsc
7 # 10% of the bandwidth share goes to the default class
11 # bandwidth share guaranteed rate
18 # CMU bandwidth share guaranteed rate
27 # MIT bandwidth share guaranteed rate
  /src/usr.sbin/altq/tbrconfig/
tbrconfig.c 206 u_long bandwidth; local in function:atobps
209 bandwidth = strtoul(s, &cp, 0);
212 bandwidth *= 1000;
214 bandwidth *= 1000000;
216 bandwidth *= 1000000000;
218 return (bandwidth);

Completed in 27 milliseconds

1 2 3