Searched refs:pub_info (Results 1 – 5 of 5) sorted by relevance
735 struct mac_ax_hfc_pub_info *pub_info; in hfc_reset_param() local743 pub_info = param->pub_info; in hfc_reset_param()1036 pub_info->g0_used = 0; in hfc_reset_param()1037 pub_info->g1_used = 0; in hfc_reset_param()1038 pub_info->pub_aval = 0; in hfc_reset_param()1039 pub_info->wp_aval = 0; in hfc_reset_param()1088 struct mac_ax_hfc_pub_info *info = adapter->hfc_param->pub_info; in hfc_pub_info_chk()1483 struct mac_ax_hfc_pub_info *info = param->pub_info; in hfc_upd_mix_info()1761 adapter->hfc_param->pub_info = in hfc_info_init()1781 PLTFM_FREE(adapter->hfc_param->pub_info, in hfc_info_exit()
1290 struct mac_ax_hfc_pub_info *pub_info = adapter->hfc_param->pub_info; in chk_fs_enuf() local1307 if (pub_info->wp_aval < tx_info->ple_rqd_num) in chk_fs_enuf()1309 if (pub_info->wp_aval <= ple_thrd && wde_use > wde_min) in chk_fs_enuf()1319 struct mac_ax_hfc_pub_info *pub_info = adapter->hfc_param->pub_info; in ud_fs() local1332 pub_info->wp_aval = GET_FIELD(fs0, B_AX_SDIO_WP_AVAL_PG); in ud_fs()1373 struct mac_ax_hfc_pub_info *pub_info = adapter->hfc_param->pub_info; in tx_allow_data_ch() local1384 pub_info->wp_aval -= info->ple_rqd_num; in tx_allow_data_ch()
6539 struct mac_ax_hfc_pub_info *pub_info; member