Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac.c910 if (param_ini->pub_cfg) in hfc_reset_param()
911 param->pub_cfg = *param_ini->pub_cfg; in hfc_reset_param()
930 const struct rtw89_hfc_pub_cfg *pub_cfg = &param->pub_cfg; in hfc_ch_cfg_chk() local
937 ch_cfg[ch].max > pub_cfg->pub_max) in hfc_ch_cfg_chk()
948 const struct rtw89_hfc_pub_cfg *cfg = &param->pub_cfg; in hfc_pub_info_chk()
964 const struct rtw89_hfc_pub_cfg *pub_cfg = &param->pub_cfg; in hfc_pub_cfg_chk() local
966 if (pub_cfg->grp0 + pub_cfg->grp1 != pub_cfg->pub_max) in hfc_pub_cfg_chk()
1031 const struct rtw89_hfc_pub_cfg *cfg = &rtwdev->mac.hfc_param.pub_cfg; in hfc_pub_ctrl()
1058 struct rtw89_hfc_pub_cfg *pub_cfg = &param->pub_cfg; in hfc_get_mix_info_ax() local
1094 pub_cfg->pub_max = u32_get_bits(val, B_AX_PUBPG_ALL_MASK); in hfc_get_mix_info_ax()
[all …]
H A Dmac_be.c96 struct rtw89_hfc_pub_cfg *pub_cfg = &param->pub_cfg; in hfc_get_mix_info_be() local
131 pub_cfg->pub_max = u32_get_bits(val, B_BE_PUBPG_ALL_MASK); in hfc_get_mix_info_be()
145 pub_cfg->wp_thrd = u32_get_bits(val, B_BE_WP_THRD_MASK); in hfc_get_mix_info_be()
148 pub_cfg->grp0 = u32_get_bits(val, B_BE_PUBPG_G0_MASK); in hfc_get_mix_info_be()
149 pub_cfg->grp1 = u32_get_bits(val, B_BE_PUBPG_G1_MASK); in hfc_get_mix_info_be()
166 const struct rtw89_hfc_pub_cfg *pub_cfg = &param->pub_cfg; in hfc_mix_cfg_be() local
176 val = u32_encode_bits(pub_cfg->pub_max, B_BE_PUBPG_ALL_MASK); in hfc_mix_cfg_be()
H A Dcore.h5139 struct rtw89_hfc_pub_cfg pub_cfg; member
5146 const struct rtw89_hfc_pub_cfg *pub_cfg; member