Home
last modified time | relevance | path

Searched refs:pub_cfg (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dmac.c549 if (param_ini.pub_cfg) in hfc_reset_param()
550 param->pub_cfg = *param_ini.pub_cfg; in hfc_reset_param()
572 const struct rtw89_hfc_pub_cfg *pub_cfg = &param->pub_cfg; in hfc_ch_cfg_chk() local
579 ch_cfg[ch].max > pub_cfg->pub_max) in hfc_ch_cfg_chk()
590 const struct rtw89_hfc_pub_cfg *cfg = &param->pub_cfg; in hfc_pub_info_chk()
606 const struct rtw89_hfc_pub_cfg *pub_cfg = &param->pub_cfg; in hfc_pub_cfg_chk() local
608 if (pub_cfg->grp0 + pub_cfg->grp1 != pub_cfg->pub_max) in hfc_pub_cfg_chk()
673 const struct rtw89_hfc_pub_cfg *cfg = &rtwdev->mac.hfc_param.pub_cfg; in hfc_pub_ctrl()
700 struct rtw89_hfc_pub_cfg *pub_cfg = &param->pub_cfg; in hfc_upd_mix_info() local
741 pub_cfg->pub_max = u32_get_bits(val, B_AX_PUBPG_ALL_MASK); in hfc_upd_mix_info()
[all …]
Dcore.h2439 struct rtw89_hfc_pub_cfg pub_cfg; member
2446 const struct rtw89_hfc_pub_cfg *pub_cfg; member