Searched refs:max_bw (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_capa.c | 1658 u32 start, end, max_bw; in nl80211_reg_rule_sec() local 1668 max_bw = nla_get_u32(tb[NL80211_ATTR_FREQ_RANGE_MAX_BW]) / 1000; in nl80211_reg_rule_sec() 1670 if (max_bw < 20) in nl80211_reg_rule_sec() 1683 int end, int max_bw) in nl80211_set_vht_mode() argument 1701 if (max_bw >= 160) { in nl80211_set_vht_mode() 1733 u32 start, end, max_bw; in nl80211_reg_rule_vht() local 1743 max_bw = nla_get_u32(tb[NL80211_ATTR_FREQ_RANGE_MAX_BW]) / 1000; in nl80211_reg_rule_vht() 1745 if (max_bw < 80) in nl80211_reg_rule_vht() 1756 nl80211_set_vht_mode(&results->modes[m], start, end, max_bw); in nl80211_reg_rule_vht() 1832 u32 start, end, max_eirp = 0, max_bw = 0, flags = 0; in nl80211_get_reg() local [all …]
|
/external/libopus/tests/ |
D | test_opus_encode.c | 227 int max_bw = RAND_SAMPLE(max_bandwidths); in fuzz_encoder_settings() local 245 force_channel, vbr, vbr_constraint, complexity, max_bw, sig, inband_fec, in fuzz_encoder_settings() 253 if(opus_encoder_ctl(enc, OPUS_SET_MAX_BANDWIDTH(max_bw)) != OPUS_OK) test_failed(); in fuzz_encoder_settings()
|
/external/fio/ |
D | stat.h | 9 uint64_t max_bw[DDIR_RWDIR_CNT], min_bw[DDIR_RWDIR_CNT]; member
|
D | stat.c | 301 max = num2str(rs->max_bw[i], 4, 1, i2p, rs->unit_base); in show_group_stats() 302 maxalt = num2str(rs->max_bw[i], 4, 1, !i2p, rs->unit_base); in show_group_stats() 1434 if (dst->max_bw[i] < src->max_bw[i]) in sum_group_stats() 1435 dst->max_bw[i] = src->max_bw[i]; in sum_group_stats() 1725 if (bw > rs->max_bw[j]) in __show_run_stats() 1726 rs->max_bw[j] = bw; in __show_run_stats()
|
D | client.c | 973 dst->max_bw[i] = le64_to_cpu(src->max_bw[i]); in convert_gs()
|
D | server.c | 1434 dst->max_bw[i] = cpu_to_le64(src->max_bw[i]); in convert_gs()
|