Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac.c760 if (param_ini.pub_cfg) in hfc_reset_param()
761 param->pub_cfg = *param_ini.pub_cfg; in hfc_reset_param()
780 const struct rtw89_hfc_pub_cfg *pub_cfg = &param->pub_cfg; in hfc_ch_cfg_chk() local
787 ch_cfg[ch].max > pub_cfg->pub_max) in hfc_ch_cfg_chk()
798 const struct rtw89_hfc_pub_cfg *cfg = &param->pub_cfg; in hfc_pub_info_chk()
814 const struct rtw89_hfc_pub_cfg *pub_cfg = &param->pub_cfg; in hfc_pub_cfg_chk() local
816 if (pub_cfg->grp0 + pub_cfg->grp1 != pub_cfg->pub_max) in hfc_pub_cfg_chk()
881 const struct rtw89_hfc_pub_cfg *cfg = &rtwdev->mac.hfc_param.pub_cfg; in hfc_pub_ctrl()
908 struct rtw89_hfc_pub_cfg *pub_cfg = &param->pub_cfg; in hfc_upd_mix_info() local
949 pub_cfg->pub_max = u32_get_bits(val, B_AX_PUBPG_ALL_MASK); in hfc_upd_mix_info()
[all …]
H A Dcore.h3176 struct rtw89_hfc_pub_cfg pub_cfg; member
3183 const struct rtw89_hfc_pub_cfg *pub_cfg; member