Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/rtw89/
HDmac.h996 const struct rtw89_wde_quota *max_cfg,
1000 const struct rtw89_ple_quota *max_cfg);
HDmac_be.c294 SET_QUOTA_VAL(min_cfg->_x, max_cfg->_x, _module, _idx)
298 const struct rtw89_wde_quota *max_cfg, in wde_quota_cfg_be() argument
303 u16 max_qt_wcpu = max(max_cfg->wcpu, min_qt_wcpu); in wde_quota_cfg_be()
315 const struct rtw89_ple_quota *max_cfg) in ple_quota_cfg_be() argument
HDmac.c1968 SET_QUOTA_VAL(min_cfg->_x, max_cfg->_x, _module, _idx)
1972 const struct rtw89_wde_quota *max_cfg, in wde_quota_cfg_ax() argument
1980 SET_QUOTA_VAL(min_qt_wcpu, max_cfg->wcpu, WDE, 1); in wde_quota_cfg_ax()
1987 const struct rtw89_ple_quota *max_cfg) in ple_quota_cfg_ax() argument
2008 const struct rtw89_ple_quota *min_cfg, *max_cfg; in rtw89_mac_resize_ple_rx_quota() local
2030 max_cfg = cfg->ple_max_qt; in rtw89_mac_resize_ple_rx_quota()
/freebsd-14-stable/sys/dev/bxe/
HDbxe.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()