Home
last modified time | relevance | path

Searched refs:max_bw (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dreg.c364 u32 freq_diff, max_bw;
378 max_bw = min_t(u32, rule1->freq_range.max_bandwidth_khz,
380 new_rule->freq_range.max_bandwidth_khz = min_t(u32, max_bw, freq_diff);
469 ath12k_reg_adjust_bw(u16 start_freq, u16 end_freq, u16 max_bw)
474 bw = min_t(u16, bw, max_bw);
503 u8 *rule_idx, u32 flags, u16 max_bw)
512 ETSI_WEATHER_RADAR_BAND_LOW, max_bw);
532 max_bw);
557 reg_rule->end_freq, max_bw);
584 u16 max_bw;
[all …]
H A Dreg.h40 u16 max_bw; member
H A Dwmi.c4589 reg_rule_ptr[count].max_bw = in create_ext_reg_rules_from_wmi()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dreg.c402 u32 freq_diff, max_bw; in ath11k_reg_intersect_rules() local
416 max_bw = min_t(u32, rule1->freq_range.max_bandwidth_khz, in ath11k_reg_intersect_rules()
418 new_rule->freq_range.max_bandwidth_khz = min_t(u32, max_bw, freq_diff); in ath11k_reg_intersect_rules()
507 ath11k_reg_adjust_bw(u16 start_freq, u16 end_freq, u16 max_bw) in ath11k_reg_adjust_bw() argument
515 bw = min_t(u16, bw, max_bw); in ath11k_reg_adjust_bw()
546 u8 *rule_idx, u32 flags, u16 max_bw) in ath11k_reg_update_weather_radar_band() argument
560 ETSI_WEATHER_RADAR_BAND_LOW, max_bw); in ath11k_reg_update_weather_radar_band()
583 bw = ath11k_reg_adjust_bw(start_freq, end_freq, max_bw); in ath11k_reg_update_weather_radar_band()
602 reg_rule->end_freq, max_bw); in ath11k_reg_update_weather_radar_band()
631 u16 max_bw; in ath11k_reg_build_regd() local
[all …]
H A Dwmi.c5320 reg_rule->max_bw, reg_rule->ant_gain, in ath11k_print_reg_rule()
5350 reg_rule_ptr[count].max_bw = in create_reg_rules_from_wmi()
5511 reg_rule_ptr[count].max_bw = in create_ext_reg_rules_from_wmi()
H A Dwmi.h4386 u16 max_bw; member
/freebsd/sys/dev/ice/
H A Dice_sched.h233 u32 max_bw, u32 shared_bw);
238 u32 max_bw, u32 shared_bw);
243 u32 min_bw, u32 max_bw, u32 shared_bw);
271 u32 min_bw, u32 max_bw, u32 shared_bw);
274 u32 max_bw, u32 shared_bw);
277 u8 tc, u32 min_bw, u32 max_bw,
H A Dice_sched.c3613 * @max_bw: maximum bandwidth in Kbps
3621 u32 max_bw, u32 shared_bw) in ice_cfg_vsi_bw_shared_lmt()
3623 return ice_sched_set_vsi_bw_shared_lmt(pi, vsi_handle, min_bw, max_bw, in ice_cfg_vsi_bw_shared_lmt()
3649 * @max_bw: maximum bandwidth in Kbps
3657 u32 max_bw, u32 shared_bw) in ice_cfg_agg_bw_shared_lmt()
3659 return ice_sched_set_agg_bw_shared_lmt(pi, agg_id, min_bw, max_bw, in ice_cfg_agg_bw_shared_lmt()
3685 * @max_bw: maximum bandwidth in Kbps
3693 u32 min_bw, u32 max_bw, u32 shared_bw) in ice_cfg_agg_bw_shared_lmt_per_tc()
3696 max_bw, shared_bw);
5132 * @max_bw in ice_sched_set_vsi_node_srl_per_tc()
3619 ice_cfg_vsi_bw_shared_lmt(struct ice_port_info * pi,u16 vsi_handle,u32 min_bw,u32 max_bw,u32 shared_bw) ice_cfg_vsi_bw_shared_lmt() argument
3655 ice_cfg_agg_bw_shared_lmt(struct ice_port_info * pi,u32 agg_id,u32 min_bw,u32 max_bw,u32 shared_bw) ice_cfg_agg_bw_shared_lmt() argument
3691 ice_cfg_agg_bw_shared_lmt_per_tc(struct ice_port_info * pi,u32 agg_id,u8 tc,u32 min_bw,u32 max_bw,u32 shared_bw) ice_cfg_agg_bw_shared_lmt_per_tc() argument
5124 ice_sched_set_vsi_node_srl_per_tc(struct ice_port_info * pi,u16 vsi_handle,u8 tc,u32 min_bw,u32 max_bw,u32 shared_bw) ice_sched_set_vsi_node_srl_per_tc() argument
5178 ice_sched_set_vsi_bw_shared_lmt(struct ice_port_info * pi,u16 vsi_handle,u32 min_bw,u32 max_bw,u32 shared_bw) ice_sched_set_vsi_bw_shared_lmt() argument
5353 ice_sched_set_agg_node_srl_per_tc(struct ice_port_info * pi,u32 agg_id,u8 tc,u32 min_bw,u32 max_bw,u32 shared_bw) ice_sched_set_agg_node_srl_per_tc() argument
5408 ice_sched_set_agg_bw_shared_lmt(struct ice_port_info * pi,u32 agg_id,u32 min_bw,u32 max_bw,u32 shared_bw) ice_sched_set_agg_bw_shared_lmt() argument
5460 ice_sched_set_agg_bw_shared_lmt_per_tc(struct ice_port_info * pi,u32 agg_id,u8 tc,u32 min_bw,u32 max_bw,u32 shared_bw) ice_sched_set_agg_bw_shared_lmt_per_tc() argument
[all...]
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c2339 u32 start, end, max_bw; in nl80211_reg_rule_sec() local
2349 max_bw = nla_get_u32(tb[NL80211_ATTR_FREQ_RANGE_MAX_BW]) / 1000; in nl80211_reg_rule_sec()
2351 if (max_bw < 20) in nl80211_reg_rule_sec()
2364 int end, int max_bw) in nl80211_set_vht_mode() argument
2374 if (max_bw >= 80) in nl80211_set_vht_mode()
2377 if (max_bw >= 160) in nl80211_set_vht_mode()
2386 u32 start, end, max_bw; in nl80211_reg_rule_vht() local
2396 max_bw = nla_get_u32(tb[NL80211_ATTR_FREQ_RANGE_MAX_BW]) / 1000; in nl80211_reg_rule_vht()
2398 if (max_bw < 80) in nl80211_reg_rule_vht()
2409 nl80211_set_vht_mode(&results->modes[m], start, end, max_bw); in nl80211_reg_rule_vht()
[all …]
H A Ddriver_nl80211_event.c3600 u8 smps_mode, max_bw; in nl80211_sta_opmode_change_event() local
3632 max_bw = nla_get_u32(tb[NL80211_ATTR_CHANNEL_WIDTH]); in nl80211_sta_opmode_change_event()
3633 switch (max_bw) { in nl80211_sta_opmode_change_event()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.h56 uint32_t max_bw;
H A Dhsi_struct_def.h15661 uint32_t max_bw; member
16576 uint32_t max_bw; member
42193 uint32_t max_bw; member
43970 uint32_t max_bw; member
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_mcp.h353 u8 max_bw);
H A Decore_dev.c6840 u8 max_bw) in __ecore_configure_pf_max_bandwidth() argument
6844 p_hwfn->mcp_info->func_info.bandwidth_max = max_bw; in __ecore_configure_pf_max_bandwidth()
6846 if (!p_link->line_speed && (max_bw != 100)) in __ecore_configure_pf_max_bandwidth()
6849 p_link->speed = (p_link->line_speed * max_bw) / 100; in __ecore_configure_pf_max_bandwidth()
6856 if (max_bw == 100) in __ecore_configure_pf_max_bandwidth()
6870 int ecore_configure_pf_max_bandwidth(struct ecore_dev *p_dev, u8 max_bw) in ecore_configure_pf_max_bandwidth() argument
6874 if (max_bw < 1 || max_bw > 100) { in ecore_configure_pf_max_bandwidth()
6892 p_link, max_bw); in ecore_configure_pf_max_bandwidth()
H A Decore.h1012 int ecore_configure_pf_max_bandwidth(struct ecore_dev *p_dev, u8 max_bw);
H A Decore_mcp.c1438 u8 max_bw, min_bw; in ecore_mcp_handle_link_change() local
1519 max_bw = p_hwfn->mcp_info->func_info.bandwidth_max; in ecore_mcp_handle_link_change()
1523 __ecore_configure_pf_max_bandwidth(p_hwfn, p_ptt, p_link, max_bw); in ecore_mcp_handle_link_change()
/freebsd/sys/dev/ixl/
H A Di40e_adminq_cmd.h1768 u8 max_bw; /* 0-3, limit = 2^max */ member
1793 u8 max_bw; /* 0-3, limit = 2^max */ member
1898 u8 max_bw[16]; /* bandwidth limit */ member
H A Di40e_prototype.h384 u16 seid, u16 credit, u8 max_bw,
457 u32 *max_bw, u32 *min_bw, bool *min_valid, bool *max_valid);
H A Di40e_common.c5257 u16 seid, u16 credit, u8 max_bw, in i40e_aq_config_switch_comp_bw_limit() argument
5270 cmd->max_bw = max_bw; in i40e_aq_config_switch_comp_bw_limit()
6362 u32 *max_bw, u32 *min_bw, in i40e_read_bw_from_alt_ram() argument
6377 status = i40e_aq_alternate_read(hw, max_bw_addr, max_bw, in i40e_read_bw_from_alt_ram()
6385 if (*max_bw & I40E_ALT_BW_VALID_MASK) in i40e_read_bw_from_alt_ram()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h294 __le32 max_bw;
/freebsd/sys/dev/bxe/
H A Dbxe.c13402 mf_info->max_bw[0], mf_info->max_bw[1], in bxe_check_valid_mf_cfg()
13403 mf_info->max_bw[2], mf_info->max_bw[3]); in bxe_check_valid_mf_cfg()
13629 mf_info->max_bw[vnic] = in bxe_get_mf_cfg_info()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.c1958 u8 max_bw; in mt76_connac_mcu_parse_phy_cap() member