Home
last modified time | relevance | path

Searched refs:bw (Results 26 – 50 of 59) sorted by relevance

123

/dragonfly/contrib/wpa_supplicant/src/common/
H A Dhw_features_common.h45 int chan_bw_allowed(const struct hostapd_channel_data *chan, u32 bw,
H A Dhw_features_common.c586 int chan_bw_allowed(const struct hostapd_channel_data *chan, u32 bw, in chan_bw_allowed() argument
591 switch (bw) { in chan_bw_allowed()
H A Dieee802_11_common.h199 enum { BW20, BW40PLUS, BW40MINUS, BW80, BW2160, BW160, BW80P80 } bw; member
H A Dieee802_11_common.c1888 switch (map->bw) { in oper_class_bw_to_int()
/dragonfly/sys/dev/drm/amd/display/dc/dce100/
H A Ddce100_resource.c734 context->bw.dce.dispclk_khz = 681000; in dce100_validate_bandwidth()
735 context->bw.dce.yclk_khz = 250000 * MEMORY_TYPE_MULTIPLIER; in dce100_validate_bandwidth()
737 context->bw.dce.dispclk_khz = 0; in dce100_validate_bandwidth()
738 context->bw.dce.yclk_khz = 0; in dce100_validate_bandwidth()
H A Ddce100_hw_sequencer.c162 req_clks.dispclk_khz = context->bw.dce.dispclk_khz * 115 / 100; in dce100_set_bandwidth()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c344 dc->current_state->bw.dcn.clk.dcfclk_khz, in dcn10_log_hw_state()
345 dc->current_state->bw.dcn.clk.dcfclk_deep_sleep_khz, in dcn10_log_hw_state()
346 dc->current_state->bw.dcn.clk.dispclk_khz, in dcn10_log_hw_state()
347 dc->current_state->bw.dcn.clk.dppclk_khz, in dcn10_log_hw_state()
348 dc->current_state->bw.dcn.clk.max_supported_dppclk_khz, in dcn10_log_hw_state()
349 dc->current_state->bw.dcn.clk.fclk_khz, in dcn10_log_hw_state()
350 dc->current_state->bw.dcn.clk.socclk_khz); in dcn10_log_hw_state()
2019 bool should_divided_by_2 = context->bw.dcn.clk.dppclk_khz <= in update_dchubp_dpp()
2383 context->bw.dcn.clk.phyclk_khz = 0; in dcn10_set_bandwidth()
2387 &context->bw.dcn.clk, in dcn10_set_bandwidth()
[all …]
/dragonfly/tools/tools/vop_table/
H A Dvop_table.tcl104 set fnames(vop_stdbwrite) bw
/dragonfly/sys/netinet/
H A Dtcp_subr.c1983 u_long bw; in tcp_xmit_bandwidth_limit() local
2039 bw = ((int64_t)tp->snd_bandwidth * 15 + ibw) >> 4; in tcp_xmit_bandwidth_limit()
2041 tp->snd_bandwidth = bw; in tcp_xmit_bandwidth_limit()
2078 bw += bw * tcp_inflight_stab / 1000; in tcp_xmit_bandwidth_limit()
2079 bwnd = (int64_t)bw * USERTT / (hz << TCP_RTT_SHIFT) + in tcp_xmit_bandwidth_limit()
2089 tp, ibw, bw, tp->t_rttvar, tp->t_srtt, in tcp_xmit_bandwidth_limit()
/dragonfly/initrd/etc/
H A Dtermcap4 :am:bs:NP:ms:pt:AX:eo:bw:ut:km:\
/dragonfly/sys/netgraph/ppp/
H A Dng_ppp.c1769 int bw = priv->links[ in ng_ppp_mp_strategy() local
1772 topSum += latency[sortByLatency[i]] * bw; /* / 100 */ in ng_ppp_mp_strategy()
1773 botSum += bw; /* / 100 */ in ng_ppp_mp_strategy()
1780 int bw = priv->links[ in ng_ppp_mp_strategy() local
1784 (bw * (t0 - latency[sortByLatency[i]]) + 50) / 100; in ng_ppp_mp_strategy()
/dragonfly/sys/dev/sound/pci/hda/
H A Dhdac_private.h158 int bw; member
/dragonfly/etc/
H A Dtermcap.small35 :am:bs:NP:ms:pt:AX:eo:bw:ut:km:\
176 :li#24:co#80:am:bs:bw:eo:\
/dragonfly/sys/netgraph7/ppp/
H A Dng_ppp.c2314 int bw = priv->links[ in ng_ppp_mp_strategy() local
2317 topSum += latency[sortByLatency[i]] * bw; /* / 100 */ in ng_ppp_mp_strategy()
2318 botSum += bw; /* / 100 */ in ng_ppp_mp_strategy()
2324 int bw = priv->links[ in ng_ppp_mp_strategy() local
2328 (bw * (t0 - latency[sortByLatency[i]]) + 50) / 100; in ng_ppp_mp_strategy()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Ddfs.c145 u32 bw = num_chan_to_bw(num_chans); in dfs_chan_range_available() local
166 if (!chan_bw_allowed(chan, bw, 1, !i)) in dfs_chan_range_available()
H A Dhostapd.c3485 int seg0_idx = 0, seg1_idx = 0, bw = CHANWIDTH_USE_HT; in hostapd_switch_channel_fallback() local
3498 bw = CHANWIDTH_USE_HT; in hostapd_switch_channel_fallback()
3502 bw = CHANWIDTH_80P80MHZ; in hostapd_switch_channel_fallback()
3504 bw = CHANWIDTH_80MHZ; in hostapd_switch_channel_fallback()
3507 bw = CHANWIDTH_160MHZ; in hostapd_switch_channel_fallback()
3520 hostapd_set_oper_chwidth(iface->conf, bw); in hostapd_switch_channel_fallback()
/dragonfly/sys/dev/drm/radeon/
H A Dr600_cs.c213 unsigned bw; in r600_fmt_get_nblocksx() local
218 bw = color_formats_table[format].blockwidth; in r600_fmt_get_nblocksx()
219 if (bw == 0) in r600_fmt_get_nblocksx()
222 return (w + bw - 1) / bw; in r600_fmt_get_nblocksx()
/dragonfly/
H A DMakefile.inc1554 @(cd ${.CURDIR}; ${MAKE} -j `sysctl -n hw.ncpu` buildworld > ${GENLOGDIR}/bw.out 2>&1)
573 @(cd ${.CURDIR}; ${MAKE} -j 1 installworld >> ${GENLOGDIR}/bw.out 2>&1)
576 @(cd ${.CURDIR}; ${MAKE} -j 1 upgrade >> ${GENLOGDIR}/bw.out 2>&1)
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_event.c537 struct nlattr *type, struct nlattr *bw, in mlme_event_ch_switch() argument
578 } else if (bw && cf1) { in mlme_event_ch_switch()
580 chan_offset = calculate_chan_offset(nla_get_u32(bw), in mlme_event_ch_switch()
592 if (bw) in mlme_event_ch_switch()
593 data.ch_switch.ch_width = convert2width(nla_get_u32(bw)); in mlme_event_ch_switch()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dp2p_supplicant.c3458 u8 channel, u8 bw) in wpas_p2p_verify_80mhz() argument
3519 u8 channel, u8 bw) in wpas_p2p_verify_160mhz() argument
3565 u8 channel, u8 bw) in wpas_p2p_verify_channel() argument
3571 if (bw == BW40MINUS) { in wpas_p2p_verify_channel()
3575 } else if (bw == BW40PLUS) { in wpas_p2p_verify_channel()
3579 } else if (bw == BW80) { in wpas_p2p_verify_channel()
3580 res2 = wpas_p2p_verify_80mhz(wpa_s, mode, channel, bw); in wpas_p2p_verify_channel()
3581 } else if (bw == BW160) { in wpas_p2p_verify_channel()
3624 res = wpas_p2p_verify_channel(wpa_s, mode, ch, o->bw); in wpas_p2p_setup_channels()
3680 (o->bw != BW40PLUS && o->bw != BW40MINUS) || in wpas_p2p_get_ht40_mode()
[all …]
H A Dwpa_supplicant_i.h1416 u8 bw);
/dragonfly/sys/dev/drm/amd/display/dc/dce80/
H A Ddce80_resource.c742 context->bw.dce.dispclk_khz = 681000; in dce80_validate_bandwidth()
743 context->bw.dce.yclk_khz = 250000 * MEMORY_TYPE_MULTIPLIER; in dce80_validate_bandwidth()
/dragonfly/contrib/tcpdump/
H A Dprint-bgp.c813 } bw; in bgp_extended_community_print() local
845 bw.i = GET_BE_U_4(pptr + 2); in bgp_extended_community_print()
847 bw.f*8/1000000); in bgp_extended_community_print()
/dragonfly/contrib/ncurses/misc/
H A Dterminfo.src1793 bw,
7438 bw, XT,
7458 bw,
8193 bce, bw,
14697 am, bw,
16443 am, bw,
17826 am, bw,
19135 am, bw,
19975 am, bw,
20255 am, bw,
[all …]
/dragonfly/share/termcap/
H A Dtermcap.src584 :bw:bt=^T:ho=\E^R:
1234 :ch=\E[%i%d`:pt:bw:bt=\E[Z:\
3357 z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc:\
3888 :am:bw:hs:mi:xo:bs:pt:\
3903 :am:bw:hs:mi:xo:bs:pt:\
4120 :am:bw:hs:km:mi:ms:xo:\
4253 :li#24:co#80:am:bs:bw:ms:pt:\
4325 :li#24:co#80:am:bs:bw:eo:\
4558 :co#80:li#24:am:bs:bw:\
4604 :am:bs:bw:\
[all …]

123