| /freebsd-13.1/share/examples/pf/ |
| H A D | faq-example3 | 25 queue std_ext bandwidth 500Kb cbq(default borrow) 28 queue www_ext_misc bandwidth 50% priority 1 cbq(borrow) 29 queue boss_ext bandwidth 500Kb priority 3 cbq(borrow) 33 # bandwidth of each queue. bandwidth on this interface is set to the 38 altq on dc0 cbq bandwidth 100% queue { net_int, www_int } 50 queue std_int bandwidth 250Kb cbq(default borrow) 51 queue it_int bandwidth 500Kb cbq(borrow) 52 queue boss_int bandwidth 250Kb priority 3 cbq(borrow) 53 queue www_int bandwidth 99Mb cbq(red borrow) 57 # control of bandwidth is necessary. bandwidth on this interface is set [all …]
|
| H A D | queue2 | 10 altq on $ext_if cbq bandwidth 5Mb queue { std, http, mail, ssh } 12 queue std bandwidth 10% cbq(default) 13 queue http bandwidth 60% priority 2 cbq(borrow red) { employees, developers } 14 queue developers bandwidth 75% cbq(borrow) 15 queue employees bandwidth 15% 16 queue mail bandwidth 10% priority 0 cbq(borrow ecn) 17 queue ssh bandwidth 20% cbq(borrow) { ssh_interactive, ssh_bulk } 18 queue ssh_interactive bandwidth 25% priority 7 19 queue ssh_bulk bandwidth 75% priority 0
|
| H A D | queue1 | 6 altq on $ext_if cbq bandwidth 10Mb \ 8 queue deflt bandwidth 10% priority 0 cbq(default ecn) 9 queue http bandwidth 1.5Mb priority 3 { http_vhosts, http_cust1 } 10 queue http_vhosts bandwidth 40% cbq(borrow red) 11 queue http_cust1 bandwidth 0.5Mb 12 queue mail bandwidth 10% priority 1 13 queue ssh bandwidth 100Kb priority 7 cbq(borrow) 14 queue rsets bandwidth 7500b priority 0 cbq(red)
|
| H A D | queue4 | 7 # The total bandwidth for engineering faculty is shared between three 8 # departments. CS department gets the half of the bandwidth, EE and IE 9 # departments get the thirty percent and twenty percent of bandwidth 14 altq on dc0 bandwidth 16Mb hfsc queue { eng law art } 15 queue eng bandwidth 10Mb { cs ee ie } 19 queue law bandwidth 3Mb 20 queue art bandwidth 3Mb
|
| H A D | faq-example2 | 12 # the bandwidth to 610Kbps to get the best performance out of the TCP 15 altq on fxp0 priq bandwidth 610Kb queue { std_out, ssh_im_out, dns_out, \ 32 # from the Internet. use the cbq scheduler to control bandwidth. max 33 # bandwidth is 2Mbps. 35 altq on dc0 cbq bandwidth 2Mb queue { std_in, ssh_im_in, dns_in, bob_in } 43 # bob_in - bandwidth reserved for Bob's workstation. allow him to 46 queue std_in bandwidth 1.6Mb cbq(default) 47 queue ssh_im_in bandwidth 200Kb priority 4 48 queue dns_in bandwidth 120Kb priority 5 49 queue bob_in bandwidth 80Kb cbq(borrow)
|
| H A D | ackpri | 7 # part of the bandwidth, but if they get delayed, downloads suffer 18 # For a 512/128 kbps ADSL with PPPoE link, using "bandwidth 100Kb" 21 # if it's set too low, the available bandwidth is not fully used. 24 altq on $ext_if priq bandwidth 100Kb queue { q_pri, q_def }
|
| /freebsd-13.1/sys/dev/sfxge/common/ |
| H A D | hunt_nic.c | 50 uint32_t bandwidth; in hunt_nic_get_required_pcie_bandwidth() local 62 bandwidth = 0; in hunt_nic_get_required_pcie_bandwidth() 72 EFX_PCIE_LINK_SPEED_GEN3, &bandwidth)) != 0) in hunt_nic_get_required_pcie_bandwidth() 76 bandwidth = 40000; in hunt_nic_get_required_pcie_bandwidth() 78 bandwidth = 4 * 10000; in hunt_nic_get_required_pcie_bandwidth() 81 bandwidth = 2 * 10000; in hunt_nic_get_required_pcie_bandwidth() 86 *bandwidth_mbpsp = bandwidth; in hunt_nic_get_required_pcie_bandwidth() 104 uint32_t bandwidth; in hunt_board_cfg() local 231 if ((rc = hunt_nic_get_required_pcie_bandwidth(enp, &bandwidth)) != 0) in hunt_board_cfg() 233 encp->enc_required_pcie_bandwidth_mbps = bandwidth; in hunt_board_cfg()
|
| H A D | medford_nic.c | 44 uint32_t bandwidth; in medford_nic_get_required_pcie_bandwidth() local 48 &bandwidth)) != 0) in medford_nic_get_required_pcie_bandwidth() 51 *bandwidth_mbpsp = bandwidth; in medford_nic_get_required_pcie_bandwidth() 68 uint32_t bandwidth; in medford_board_cfg() local 158 rc = medford_nic_get_required_pcie_bandwidth(enp, &bandwidth); in medford_board_cfg() 161 encp->enc_required_pcie_bandwidth_mbps = bandwidth; in medford_board_cfg()
|
| H A D | medford2_nic.c | 46 uint32_t bandwidth; in medford2_nic_get_required_pcie_bandwidth() local 52 &bandwidth)) != 0) in medford2_nic_get_required_pcie_bandwidth() 55 *bandwidth_mbpsp = bandwidth; in medford2_nic_get_required_pcie_bandwidth() 72 uint32_t bandwidth; in medford2_board_cfg() local 162 rc = medford2_nic_get_required_pcie_bandwidth(enp, &bandwidth); in medford2_board_cfg() 165 encp->enc_required_pcie_bandwidth_mbps = bandwidth; in medford2_board_cfg()
|
| H A D | ef10_nic.c | 168 uint32_t bandwidth; in ef10_nic_get_port_mode_bandwidth() local 194 bandwidth = single_lane; in ef10_nic_get_port_mode_bandwidth() 198 bandwidth = dual_lane; in ef10_nic_get_port_mode_bandwidth() 205 bandwidth = 4 * single_lane; in ef10_nic_get_port_mode_bandwidth() 211 bandwidth = dual_lane + dual_lane; in ef10_nic_get_port_mode_bandwidth() 219 bandwidth = 4 * single_lane; in ef10_nic_get_port_mode_bandwidth() 223 bandwidth = quad_lane; in ef10_nic_get_port_mode_bandwidth() 227 bandwidth = 2 * dual_lane; in ef10_nic_get_port_mode_bandwidth() 235 bandwidth = quad_lane + dual_lane; in ef10_nic_get_port_mode_bandwidth() 238 bandwidth = quad_lane + quad_lane; in ef10_nic_get_port_mode_bandwidth() [all …]
|
| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_pipe.c | 363 cfg->bandwidth = cfg->upstream.bandwidth; in ngp_rcvmsg() 364 cfg->upstream.bandwidth = 0; in ngp_rcvmsg() 367 cfg->bandwidth = 0; in ngp_rcvmsg() 381 if (cfg->bandwidth == -1) { in ngp_rcvmsg() 387 priv->upper.cfg.bandwidth = cfg->bandwidth; in ngp_rcvmsg() 388 priv->lower.cfg.bandwidth = cfg->bandwidth; in ngp_rcvmsg() 544 if (new->bandwidth == -1) { in parse_cfg() 545 current->bandwidth = 0; in parse_cfg() 549 } else if (new->bandwidth >= 100 && new->bandwidth <= 1000000000) in parse_cfg() 550 current->bandwidth = new->bandwidth; in parse_cfg() [all …]
|
| H A D | ng_pipe.h | 117 u_int64_t bandwidth; member 146 u_int64_t bandwidth; member
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | print-igrp.c | 72 register u_int delay, bandwidth; in igrp_entry_print() local 86 bandwidth = EXTRACT_24BITS(igr->igr_bw); in igrp_entry_print() 87 metric = bandwidth + delay; in igrp_entry_print() 93 10 * delay, bandwidth == 0 ? 0 : 10000000 / bandwidth, in igrp_entry_print()
|
| H A D | print-eigrp.c | 126 uint8_t bandwidth[4]; member 146 uint8_t bandwidth[4]; member 165 uint8_t bandwidth[4]; member 184 uint8_t bandwidth[4]; member 369 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->bandwidth), in eigrp_print() 412 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->bandwidth), in eigrp_print() 454 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->bandwidth), in eigrp_print() 490 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_ext->bandwidth), in eigrp_print()
|
| /freebsd-13.1/sbin/pfctl/tests/files/ |
| H A D | pf1004.in | 1 altq on em0 cbq(default codel) bandwidth 20Mb queue qmain 3 queue q1 priority 1 bandwidth 60% 4 queue q2 priority 2 bandwidth 40%
|
| H A D | pf1004.ok | 1 altq on em0 cbq( codel default ) bandwidth 20Mb tbrsize 12000 queue { qmain } 3 queue q1 bandwidth 60% 4 queue q2 bandwidth 40% priority 2
|
| /freebsd-13.1/sbin/pfctl/ |
| H A D | pfctl_altq.c | 286 printf("bandwidth %s ", rate2str((double)a->bandwidth)); in print_queue() 435 pa->bandwidth = eval_bwspec(bw, 438 if (pa->bandwidth > pa->ifbandwidth) { 452 if (pa->bandwidth > parent->pa.bandwidth) { 457 parent->meta.bwsum += pa->bandwidth; 458 if (parent->meta.bwsum > parent->pa.bandwidth) { 462 parent->pa.bandwidth); 556 if (pa->bandwidth == 0) 559 f = ((double) pa->bandwidth / (double) pa->ifbandwidth); 785 opts->lssc_m2 = pa->bandwidth; [all …]
|
| /freebsd-13.1/sys/netpfil/pf/ |
| H A D | pf_altq.h | 141 uint32_t bandwidth; /* queue bandwidth */ member 173 uint64_t bandwidth; /* queue bandwidth */ member 209 uint64_t bandwidth; /* queue bandwidth */ member
|
| /freebsd-13.1/contrib/wpa/src/common/ |
| H A D | hw_features_common.c | 404 data->bandwidth = 80; in hostapd_set_freq_params() 407 data->bandwidth = 160; in hostapd_set_freq_params() 409 data->bandwidth = 40; in hostapd_set_freq_params() 411 data->bandwidth = 20; in hostapd_set_freq_params() 473 data->bandwidth = (1 << (u8) bw) * 20; in hostapd_set_freq_params() 568 data->bandwidth = 80; in hostapd_set_freq_params() 619 data->bandwidth = 160; in hostapd_set_freq_params()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/ti/ |
| H A D | ti,k2g-dss.yaml | 62 max-memory-bandwidth: 65 Input memory (from main memory to dispc) bandwidth limit in 99 max-memory-bandwidth = <230000000>;
|
| H A D | ti,omap2-dss.txt | 32 - max-memory-bandwidth: Input memory (from main memory to dispc) bandwidth limit
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/interconnect/ |
| H A D | qcom,osm-l3.yaml | 13 L3 cache bandwidth requirements on Qualcomm SoCs is serviced by the OSM. 14 The OSM L3 interconnect provider aggregates the L3 bandwidth requests
|
| /freebsd-13.1/sys/netinet/ |
| H A D | ip_dummynet.h | 134 uint32_t bandwidth; /* bit/s or bits/tick. */ member 217 uint32_t bandwidth; // XXX use link bandwidth? member
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/ |
| H A D | arm,pl11x.txt | 34 - max-memory-bandwidth: maximum bandwidth in bytes per second that the 80 max-memory-bandwidth = <94371840>; /* Bps, 1024x768@60 16bpp */
|
| /freebsd-13.1/sbin/ipfw/ |
| H A D | dummynet.c | 621 double b = p->bandwidth; in list_pipes() 800 if (*bandwidth != (uint32_t)-1) in read_bandwidth() 812 *bandwidth = 0; in read_bandwidth() 836 *bandwidth = (uint32_t)bw; in read_bandwidth() 928 read_bandwidth(arg, &link->bandwidth, buf, sizeof(buf)); in load_extra_delays() 1397 p->bandwidth = -1; in ipfw_config_pipe() 1640 read_bandwidth(av[0], &p->bandwidth, NULL, 0); in ipfw_config_pipe() 1741 if (p->bandwidth == (uint32_t)-1) in ipfw_config_pipe() 1742 p->bandwidth = 0; in ipfw_config_pipe() 1821 if (p.bandwidth==0) /* this is a WF2Q+ queue */ in ipfw_config_pipe() [all …]
|