Searched refs:max_cfg (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/pinctrl/ |
H A D | pinconf-generic.c | 251 unsigned int max_cfg, ncfg = 0; in pinconf_generic_parse_dt_config() local 258 max_cfg = ARRAY_SIZE(dt_params); in pinconf_generic_parse_dt_config() 260 max_cfg += pctldev->desc->num_custom_params; in pinconf_generic_parse_dt_config() 261 cfg = kcalloc(max_cfg, sizeof(*cfg), GFP_KERNEL); in pinconf_generic_parse_dt_config()
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.h | 1287 u16 max_cfg = (mf_cfg & FUNC_MF_CFG_MAX_BW_MASK) >> in bnx2x_extract_max_cfg() local 1289 if (!max_cfg) { in bnx2x_extract_max_cfg() 1292 max_cfg = 100; in bnx2x_extract_max_cfg() 1294 return max_cfg; in bnx2x_extract_max_cfg()
|
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfi_enet.h | 390 u32 max_cfg; member
|
H A D | bna_enet.c | 167 ioceth->attr.num_txq = ntohl(rsp->max_cfg); in bna_bfi_attr_get_rsp() 168 ioceth->attr.num_rxp = ntohl(rsp->max_cfg); in bna_bfi_attr_get_rsp()
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | mac.h | 972 const struct rtw89_wde_quota *max_cfg, 976 const struct rtw89_ple_quota *max_cfg);
|
H A D | mac_be.c | 294 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
|
H A D | mac.c | 1963 SET_QUOTA_VAL(min_cfg->_x, max_cfg->_x, _module, _idx) 1967 const struct rtw89_wde_quota *max_cfg, in wde_quota_cfg_ax() argument 1975 SET_QUOTA_VAL(min_qt_wcpu, max_cfg->wcpu, WDE, 1); in wde_quota_cfg_ax() 1982 const struct rtw89_ple_quota *max_cfg) in ple_quota_cfg_ax() argument 2003 const struct rtw89_ple_quota *min_cfg, *max_cfg; in rtw89_mac_resize_ple_rx_quota() local 2025 max_cfg = cfg->ple_max_qt; in rtw89_mac_resize_ple_rx_quota()
|