/freebsd/sys/contrib/device-tree/src/arm64/microchip/ |
H A D | sparx5_pcb135_board.dtsi | 366 microchip,bandwidth = <1000>; 373 microchip,bandwidth = <1000>; 380 microchip,bandwidth = <1000>; 387 microchip,bandwidth = <1000>; 394 microchip,bandwidth = <1000>; 401 microchip,bandwidth = <1000>; 408 microchip,bandwidth = <1000>; 415 microchip,bandwidth = <1000>; 422 microchip,bandwidth = <1000>; 429 microchip,bandwidth = <1000>; [all …]
|
H A D | sparx5_pcb134_board.dtsi | 725 microchip,bandwidth = <10000>; 735 microchip,bandwidth = <10000>; 744 microchip,bandwidth = <10000>; 753 microchip,bandwidth = <10000>; 762 microchip,bandwidth = <10000>; 771 microchip,bandwidth = <10000>; 780 microchip,bandwidth = <10000>; 789 microchip,bandwidth = <10000>; 798 microchip,bandwidth = <10000>; 807 microchip,bandwidth = <10000>; [all …]
|
/freebsd/share/examples/pf/ |
H A D | faq-example3 | 10 # to the Internet. use the cbq scheduler so that the bandwidth use of 11 # each queue can be controlled. the max outgoing bandwidth is 1.5Mbps. 13 altq on fxp0 cbq bandwidth 1.5Mb queue { std_ext, www_ext, boss_ext } 24 queue std_ext bandwidth 500Kb cbq(default borrow) 25 queue www_ext bandwidth 500Kb { www_ext_http, www_ext_misc } 26 queue www_ext_http bandwidth 50% priority 3 cbq(red 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 34 # bandwidth while traffic coming from the Internet will be limited to [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/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 | 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()
|
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 | ef10_nic.c | 166 uint32_t bandwidth; in ef10_nic_get_port_mode_bandwidth() local 192 bandwidth = single_lane; in ef10_nic_get_port_mode_bandwidth() 196 bandwidth = dual_lane; in ef10_nic_get_port_mode_bandwidth() 199 bandwidth = single_lane + single_lane; in ef10_nic_get_port_mode_bandwidth() 203 bandwidth = 4 * single_lane; in ef10_nic_get_port_mode_bandwidth() 206 bandwidth = (2 * single_lane) + (2 * single_lane); in ef10_nic_get_port_mode_bandwidth() 209 bandwidth = dual_lane + dual_lane; in ef10_nic_get_port_mode_bandwidth() 213 bandwidth = dual_lane + (2 * single_lane); in ef10_nic_get_port_mode_bandwidth() 217 bandwidth = 4 * single_lane; in ef10_nic_get_port_mode_bandwidth() 221 bandwidth = quad_lane; in ef10_nic_get_port_mode_bandwidth() [all …]
|
/freebsd/sys/netgraph/ |
H A D | ng_pipe.c | 34 * This node permits simple traffic shaping by emulating bandwidth 110 if (hinfo->cfg.wfq && hinfo->cfg.bandwidth) { \ 113 8000000 / hinfo->cfg.bandwidth; \ 360 if (cfg->upstream.bandwidth == in ngp_rcvmsg() 361 cfg->downstream.bandwidth) { in ngp_rcvmsg() 362 cfg->bandwidth = cfg->upstream.bandwidth; in ngp_rcvmsg() 363 cfg->upstream.bandwidth = 0; in ngp_rcvmsg() 364 cfg->downstream.bandwidth = 0; in ngp_rcvmsg() 366 cfg->bandwidth in ngp_rcvmsg() [all...] |
H A D | ng_pipe.h | 115 u_int64_t bandwidth; member 144 u_int64_t bandwidth; member
|
/freebsd/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/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/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() 426 parent == NULL ? pa->ifbandwidth : parent->pa.bandwidth); 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() 458 parent == NULL ? pa->ifbandwidth : parent->pa.bandwidth)) in eval_pfqueue() 546 if (pa->bandwidth == 0) in cbq_compute_idletime() [all …]
|
/freebsd/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/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/sys/netinet/ |
H A D | ip_dummynet.h | 132 uint32_t bandwidth; /* bit/s or bits/tick. */ member 216 uint32_t bandwidth; // XXX use link bandwidth? member
|
/freebsd/sys/contrib/device-tree/Bindings/display/ti/ |
H A D | ti,omap2-dss.txt | 32 - max-memory-bandwidth: Input memory (from main memory to dispc) bandwidth limit
|
/freebsd/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/sys/contrib/dev/rtw89/ |
H A D | chan.c | 104 enum rtw89_band band, enum rtw89_bandwidth bandwidth) in rtw89_chan_create() 113 chan->band_width = bandwidth; in rtw89_assign_entity_chan() 120 chan->pri_ch_idx = rtw89_get_primary_chan_idx(bandwidth, center_freq, in rtw89_assign_entity_chan() 123 bandwidth); 1396 req.bandwidth = chan->band_width; 87 rtw89_chan_create(struct rtw89_chan * chan,u8 center_chan,u8 primary_chan,enum rtw89_band band,enum rtw89_bandwidth bandwidth) rtw89_chan_create() argument
|