Home
last modified time | relevance | path

Searched refs:max_cfg (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/rtw89/
H A Dmac.h1076 const struct rtw89_wde_quota *max_cfg,
1080 const struct rtw89_ple_quota *max_cfg);
H A Dmac_be.c324 SET_QUOTA_VAL(min_cfg->_x, max_cfg->_x, _module, _idx)
328 const struct rtw89_wde_quota *max_cfg, in wde_quota_cfg_be() argument
333 u16 max_qt_wcpu = max(max_cfg->wcpu, min_qt_wcpu); in wde_quota_cfg_be()
345 const struct rtw89_ple_quota *max_cfg) in ple_quota_cfg_be() argument
H A Dmac.c2120 SET_QUOTA_VAL(min_cfg->_x, max_cfg->_x, _module, _idx)
2124 const struct rtw89_wde_quota *max_cfg, in wde_quota_cfg_ax() argument
2132 SET_QUOTA_VAL(min_qt_wcpu, max_cfg->wcpu, WDE, 1); in wde_quota_cfg_ax()
2139 const struct rtw89_ple_quota *max_cfg) in ple_quota_cfg_ax() argument
2160 const struct rtw89_ple_quota *min_cfg, *max_cfg; in rtw89_mac_resize_ple_rx_quota() local
2182 max_cfg = cfg->ple_max_qt; in rtw89_mac_resize_ple_rx_quota()
/freebsd/sys/dev/bxe/
H A Dbxe.c10031 uint16_t max_cfg = ((mf_cfg & FUNC_MF_CFG_MAX_BW_MASK) >> in bxe_extract_max_cfg() local
10034 if (!max_cfg) { in bxe_extract_max_cfg()
10036 max_cfg = 100; in bxe_extract_max_cfg()
10039 return (max_cfg); in bxe_extract_max_cfg()
10049 uint32_t max_cfg; in bxe_calc_vn_max() local
10054 max_cfg = bxe_extract_max_cfg(sc, vn_cfg); in bxe_calc_vn_max()
10058 vn_max_rate = ((sc->link_vars.line_speed * max_cfg) / 100); in bxe_calc_vn_max()
10061 vn_max_rate = (max_cfg * 100); in bxe_calc_vn_max()