| /freebsd-14.2/sys/contrib/device-tree/src/arm64/microchip/ |
| H A D | 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 …]
|
| H A D | sparx5_pcb134_board.dtsi | 718 microchip,bandwidth = <10000>; 728 microchip,bandwidth = <10000>; 737 microchip,bandwidth = <10000>; 746 microchip,bandwidth = <10000>; 755 microchip,bandwidth = <10000>; 764 microchip,bandwidth = <10000>; 773 microchip,bandwidth = <10000>; 782 microchip,bandwidth = <10000>; 791 microchip,bandwidth = <10000>; 800 microchip,bandwidth = <10000>; [all …]
|
| /freebsd-14.2/share/examples/pf/ |
| H A D | faq-example3 | 24 queue std_ext bandwidth 500Kb cbq(default borrow) 27 queue www_ext_misc bandwidth 50% priority 1 cbq(borrow) 28 queue boss_ext bandwidth 500Kb priority 3 cbq(borrow) 32 # bandwidth of each queue. bandwidth on this interface is set to the 37 altq on dc0 cbq bandwidth 100% queue { net_int, www_int } 49 queue std_int bandwidth 250Kb cbq(default borrow) 50 queue it_int bandwidth 500Kb cbq(borrow) 51 queue boss_int bandwidth 250Kb priority 3 cbq(borrow) 52 queue www_int bandwidth 99Mb cbq(red borrow) 56 # control of bandwidth is necessary. bandwidth on this interface is set [all …]
|
| H A D | queue2 | 9 altq on $ext_if cbq bandwidth 5Mb queue { std, http, mail, ssh } 11 queue std bandwidth 10% cbq(default) 12 queue http bandwidth 60% priority 2 cbq(borrow red) { employees, developers } 13 queue developers bandwidth 75% cbq(borrow) 14 queue employees bandwidth 15% 15 queue mail bandwidth 10% priority 0 cbq(borrow ecn) 16 queue ssh bandwidth 20% cbq(borrow) { ssh_interactive, ssh_bulk } 17 queue ssh_interactive bandwidth 25% priority 7 18 queue ssh_bulk bandwidth 75% priority 0
|
| H A D | queue1 | 5 altq on $ext_if cbq bandwidth 10Mb \ 7 queue deflt bandwidth 10% priority 0 cbq(default ecn) 8 queue http bandwidth 1.5Mb priority 3 { http_vhosts, http_cust1 } 9 queue http_vhosts bandwidth 40% cbq(borrow red) 10 queue http_cust1 bandwidth 0.5Mb 11 queue mail bandwidth 10% priority 1 12 queue ssh bandwidth 100Kb priority 7 cbq(borrow) 13 queue rsets bandwidth 7500b priority 0 cbq(red)
|
| H A D | queue4 | 6 # The total bandwidth for engineering faculty is shared between three 7 # departments. CS department gets the half of the bandwidth, EE and IE 8 # departments get the thirty percent and twenty percent of bandwidth 13 altq on dc0 bandwidth 16Mb hfsc queue { eng law art } 14 queue eng bandwidth 10Mb { cs ee ie } 18 queue law bandwidth 3Mb 19 queue art bandwidth 3Mb
|
| H A D | faq-example2 | 11 # the bandwidth to 610Kbps to get the best performance out of the TCP 14 altq on fxp0 priq bandwidth 610Kb queue { std_out, ssh_im_out, dns_out, \ 31 # from the Internet. use the cbq scheduler to control bandwidth. max 32 # bandwidth is 2Mbps. 34 altq on dc0 cbq bandwidth 2Mb queue { std_in, ssh_im_in, dns_in, bob_in } 42 # bob_in - bandwidth reserved for Bob's workstation. allow him to 45 queue std_in bandwidth 1.6Mb cbq(default) 46 queue ssh_im_in bandwidth 200Kb priority 4 47 queue dns_in bandwidth 120Kb priority 5 48 queue bob_in bandwidth 80Kb cbq(borrow)
|
| H A D | ackpri | 6 # part of the bandwidth, but if they get delayed, downloads suffer 17 # For a 512/128 kbps ADSL with PPPoE link, using "bandwidth 100Kb" 20 # if it's set too low, the available bandwidth is not fully used. 23 altq on $ext_if priq bandwidth 100Kb queue { q_pri, q_def }
|
| /freebsd-14.2/sys/dev/sfxge/common/ |
| H A D | hunt_nic.c | 48 uint32_t bandwidth; in hunt_nic_get_required_pcie_bandwidth() local 60 bandwidth = 0; in hunt_nic_get_required_pcie_bandwidth() 70 EFX_PCIE_LINK_SPEED_GEN3, &bandwidth)) != 0) in hunt_nic_get_required_pcie_bandwidth() 74 bandwidth = 40000; in hunt_nic_get_required_pcie_bandwidth() 76 bandwidth = 4 * 10000; in hunt_nic_get_required_pcie_bandwidth() 79 bandwidth = 2 * 10000; in hunt_nic_get_required_pcie_bandwidth() 84 *bandwidth_mbpsp = bandwidth; in hunt_nic_get_required_pcie_bandwidth() 102 uint32_t bandwidth; in hunt_board_cfg() local 229 if ((rc = hunt_nic_get_required_pcie_bandwidth(enp, &bandwidth)) != 0) in hunt_board_cfg() 231 encp->enc_required_pcie_bandwidth_mbps = bandwidth; in hunt_board_cfg()
|
| H A D | medford_nic.c | 42 uint32_t bandwidth; in medford_nic_get_required_pcie_bandwidth() local 46 &bandwidth)) != 0) in medford_nic_get_required_pcie_bandwidth() 49 *bandwidth_mbpsp = bandwidth; in medford_nic_get_required_pcie_bandwidth() 66 uint32_t bandwidth; in medford_board_cfg() local 156 rc = medford_nic_get_required_pcie_bandwidth(enp, &bandwidth); in medford_board_cfg() 159 encp->enc_required_pcie_bandwidth_mbps = bandwidth; in medford_board_cfg()
|
| H A D | medford2_nic.c | 44 uint32_t bandwidth; in medford2_nic_get_required_pcie_bandwidth() local 50 &bandwidth)) != 0) in medford2_nic_get_required_pcie_bandwidth() 53 *bandwidth_mbpsp = bandwidth; in medford2_nic_get_required_pcie_bandwidth() 70 uint32_t bandwidth; in medford2_board_cfg() local 160 rc = medford2_nic_get_required_pcie_bandwidth(enp, &bandwidth); in medford2_board_cfg() 163 encp->enc_required_pcie_bandwidth_mbps = bandwidth; in medford2_board_cfg()
|
| /freebsd-14.2/sys/netgraph/ |
| H A D | ng_pipe.c | 362 cfg->bandwidth = cfg->upstream.bandwidth; in ngp_rcvmsg() 363 cfg->upstream.bandwidth = 0; in ngp_rcvmsg() 366 cfg->bandwidth = 0; in ngp_rcvmsg() 380 if (cfg->bandwidth == -1) { in ngp_rcvmsg() 386 priv->upper.cfg.bandwidth = cfg->bandwidth; in ngp_rcvmsg() 387 priv->lower.cfg.bandwidth = cfg->bandwidth; in ngp_rcvmsg() 543 if (new->bandwidth == -1) { in parse_cfg() 544 current->bandwidth = 0; in parse_cfg() 548 } else if (new->bandwidth >= 100 && new->bandwidth <= 1000000000) in parse_cfg() 549 current->bandwidth = new->bandwidth; in parse_cfg() [all …]
|
| H A D | ng_pipe.h | 115 u_int64_t bandwidth; member 144 u_int64_t bandwidth; member
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | microchip,sparx5-switch.yaml | 100 microchip,bandwidth: 101 description: Specifies bandwidth in Mbit/s allocated to the port. 118 - microchip,bandwidth 156 microchip,bandwidth = <1000>; 165 microchip,bandwidth = <25000>; 174 microchip,bandwidth = <25000>; 183 microchip,bandwidth = <25000>; 192 microchip,bandwidth = <25000>; 202 microchip,bandwidth = <1000>;
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | print-igrp.c | 69 u_int delay, bandwidth; in igrp_entry_print() local 73 bandwidth = GET_BE_U_3(igr->igr_bw); in igrp_entry_print() 74 metric = ND_MIN(bandwidth + delay, 0xffffff); in igrp_entry_print() 78 10 * delay, bandwidth == 0 ? 0 : 10000000 / bandwidth, in igrp_entry_print()
|
| H A D | print-eigrp.c | 129 nd_uint32_t bandwidth; member 149 nd_uint32_t bandwidth; member 168 nd_uint32_t bandwidth; member 187 nd_uint32_t bandwidth; member 375 GET_BE_U_4(tlv_ptr.eigrp_tlv_ip_int->bandwidth), in eigrp_print() 418 GET_BE_U_4(tlv_ptr.eigrp_tlv_ip_ext->bandwidth), in eigrp_print() 460 GET_BE_U_4(tlv_ptr.eigrp_tlv_at_int->bandwidth), in eigrp_print() 496 GET_BE_U_4(tlv_ptr.eigrp_tlv_at_ext->bandwidth), in eigrp_print()
|
| /freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/perf/ |
| H A D | amlogic,g12-ddr-pmu.yaml | 13 Amlogic G12 series SoC integrate DDR bandwidth monitor. 15 The bandwidth is counted in the timer ISR. Different platform 27 - description: DMC bandwidth register space.
|
| /freebsd-14.2/sbin/pfctl/ |
| H A D | pfctl_altq.c | 280 printf("bandwidth %s ", rate2str((double)a->bandwidth)); in print_queue() 425 pa->bandwidth = eval_bwspec(bw, in eval_pfqueue() 428 if (pa->bandwidth > pa->ifbandwidth) { in eval_pfqueue() 442 if (pa->bandwidth > parent->pa.bandwidth) { in eval_pfqueue() 447 parent->meta.bwsum += pa->bandwidth; in eval_pfqueue() 448 if (parent->meta.bwsum > parent->pa.bandwidth) { in eval_pfqueue() 452 parent->pa.bandwidth); in eval_pfqueue() 546 if (pa->bandwidth == 0) in cbq_compute_idletime() 549 f = ((double) pa->bandwidth / (double) pa->ifbandwidth); in cbq_compute_idletime() 775 opts->lssc_m2 = pa->bandwidth; in eval_pfqueue_hfsc() [all …]
|
| /freebsd-14.2/sys/netpfil/pf/ |
| H A D | pf_altq.h | 140 uint32_t bandwidth; /* queue bandwidth */ member 172 uint64_t bandwidth; /* queue bandwidth */ member 208 uint64_t bandwidth; /* queue bandwidth */ member
|
| /freebsd-14.2/contrib/wpa/src/common/ |
| H A D | hw_features_common.c | 485 data->bandwidth = 80; in hostapd_set_freq_params() 488 data->bandwidth = 160; in hostapd_set_freq_params() 490 data->bandwidth = 320; in hostapd_set_freq_params() 492 data->bandwidth = 40; in hostapd_set_freq_params() 494 data->bandwidth = 20; in hostapd_set_freq_params() 560 data->bandwidth = (1 << (u8) bw) * 20; in hostapd_set_freq_params() 685 data->bandwidth = 80; in hostapd_set_freq_params() 739 data->bandwidth = 160; in hostapd_set_freq_params() 771 data->bandwidth = 320; in hostapd_set_freq_params()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/ti/ |
| H A D | ti,k2g-dss.yaml | 61 max-memory-bandwidth: 64 Input memory (from main memory to dispc) bandwidth limit in 98 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-14.2/sys/netinet/ |
| H A D | ip_dummynet.h | 132 uint32_t bandwidth; /* bit/s or bits/tick. */ member 215 uint32_t bandwidth; // XXX use link bandwidth? member
|