Searched refs:max_bw (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1905 u32 start, end, max_bw; local
1915 max_bw = nla_get_u32(tb[NL80211_ATTR_FREQ_RANGE_MAX_BW]) / 1000;
1917 if (max_bw < 20)
1930 int end, int max_bw)
1948 if (max_bw >= 160) {
1980 u32 start, end, max_bw; local
1990 max_bw = nla_get_u32(tb[NL80211_ATTR_FREQ_RANGE_MAX_BW]) / 1000;
1992 if (max_bw < 80)
2003 nl80211_set_vht_mode(&results->modes[m], start, end, max_bw);
2079 u32 start, end, max_eirp = 0, max_bw local
1929 nl80211_set_vht_mode(struct hostapd_hw_modes *mode, int start, int end, int max_bw) argument
[all...]
H A Ddriver_nl80211_event.c2350 u8 smps_mode, max_bw; local
2382 max_bw = nla_get_u32(tb[NL80211_ATTR_CHANNEL_WIDTH]);
2383 switch (max_bw) {
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp.h356 u8 max_bw);
H A Decore_dev.c6844 u8 max_bw)
6848 p_hwfn->mcp_info->func_info.bandwidth_max = max_bw;
6850 if (!p_link->line_speed && (max_bw != 100))
6853 p_link->speed = (p_link->line_speed * max_bw) / 100;
6860 if (max_bw == 100)
6874 int ecore_configure_pf_max_bandwidth(struct ecore_dev *p_dev, u8 max_bw) argument
6878 if (max_bw < 1 || max_bw > 100) {
6896 p_link, max_bw);
6841 __ecore_configure_pf_max_bandwidth(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct ecore_mcp_link_state *p_link, u8 max_bw) argument
H A Decore.h1012 int ecore_configure_pf_max_bandwidth(struct ecore_dev *p_dev, u8 max_bw);
H A Decore_mcp.c1440 u8 max_bw, min_bw; local
1521 max_bw = p_hwfn->mcp_info->func_info.bandwidth_max;
1525 __ecore_configure_pf_max_bandwidth(p_hwfn, p_ptt, p_link, max_bw);
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_prototype.h373 u16 seid, u16 credit, u8 max_bw,
436 u32 *max_bw, u32 *min_bw, bool *min_valid, bool *max_valid);
H A Di40e_adminq_cmd.h1592 u8 max_bw; /* 0-3, limit = 2^max */ member in struct:i40e_aqc_query_vsi_bw_config_resp
1617 u8 max_bw; /* 0-3, limit = 2^max */ member in struct:i40e_aqc_configure_switching_comp_bw_limit
1722 u8 max_bw[16]; /* bandwidth limit */ member in struct:i40e_aqc_configure_partition_bw_data
H A Di40e_common.c5178 * @max_bw: Max BW limit credits
5182 u16 seid, u16 credit, u8 max_bw,
5195 cmd->max_bw = max_bw;
6117 * @max_bw: pointer for max_bw read
6120 * @max_valid: pointer for bool that is TRUE if max_bw is a valid value
6125 u32 *max_bw, u32 *min_bw,
6140 status = i40e_aq_alternate_read(hw, max_bw_addr, max_bw,
6148 if (*max_bw
5181 i40e_aq_config_switch_comp_bw_limit(struct i40e_hw *hw, u16 seid, u16 credit, u8 max_bw, struct i40e_asq_cmd_details *cmd_details) argument
6124 i40e_read_bw_from_alt_ram(struct i40e_hw *hw, u32 *max_bw, u32 *min_bw, bool *min_valid, bool *max_valid) argument
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1077 uint8_t max_bw[MAX_VNIC_NUM]; member in struct:bxe_mf_info
H A Dbxe.c13492 mf_info->max_bw[0], mf_info->max_bw[1],
13493 mf_info->max_bw[2], mf_info->max_bw[3]);
13719 mf_info->max_bw[vnic] =
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h6732 uint32_t max_bw; member in struct:hwrm_func_qcfg_output
7174 /* This bit must be '1' for the max_bw field to be configured. */
7292 uint32_t max_bw; member in struct:hwrm_func_cfg_input
16235 uint32_t max_bw; member in struct:hwrm_ring_alloc_input
[all...]

Completed in 429 milliseconds