Home
last modified time | relevance | path

Searched refs:asoc_cap (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_he.c118 _rtw_memset(phl_sta->asoc_cap.he_rx_mcs, HE_MSC_NOT_SUPP_BYTE, HE_CAP_ELE_SUPP_MCS_LEN_RX_80M); in rtw_he_set_asoc_cap_supp_mcs()
119 _rtw_memset(phl_sta->asoc_cap.he_tx_mcs, HE_MSC_NOT_SUPP_BYTE, HE_CAP_ELE_SUPP_MCS_LEN_TX_80M); in rtw_he_set_asoc_cap_supp_mcs()
139 SET_HE_CAP_MCS_1SS(phl_sta->asoc_cap.he_rx_mcs, mcs_val_rx); in rtw_he_set_asoc_cap_supp_mcs()
140 SET_HE_CAP_MCS_1SS(phl_sta->asoc_cap.he_tx_mcs, mcs_val_tx); in rtw_he_set_asoc_cap_supp_mcs()
153 SET_HE_CAP_MCS_2SS(phl_sta->asoc_cap.he_rx_mcs, mcs_val_rx); in rtw_he_set_asoc_cap_supp_mcs()
154 SET_HE_CAP_MCS_2SS(phl_sta->asoc_cap.he_tx_mcs, mcs_val_tx); in rtw_he_set_asoc_cap_supp_mcs()
167 SET_HE_CAP_MCS_3SS(phl_sta->asoc_cap.he_rx_mcs, mcs_val_rx); in rtw_he_set_asoc_cap_supp_mcs()
168 SET_HE_CAP_MCS_3SS(phl_sta->asoc_cap.he_tx_mcs, mcs_val_tx); in rtw_he_set_asoc_cap_supp_mcs()
181 SET_HE_CAP_MCS_4SS(phl_sta->asoc_cap.he_rx_mcs, mcs_val_rx); in rtw_he_set_asoc_cap_supp_mcs()
182 SET_HE_CAP_MCS_4SS(phl_sta->asoc_cap.he_tx_mcs, mcs_val_tx); in rtw_he_set_asoc_cap_supp_mcs()
[all …]
H A Drtw_vht.c633 phl_sta->asoc_cap.stbc_vht_rx = in update_sta_vht_info_apmode()
638 phl_sta->asoc_cap.stbc_vht_tx = in update_sta_vht_info_apmode()
778 phl_sta->asoc_cap.vht_ldpc = 1; in VHT_caps_handler()
791 phl_sta->asoc_cap.stbc_vht_rx = in VHT_caps_handler()
796 phl_sta->asoc_cap.stbc_vht_tx = GET_VHT_CAPABILITY_ELE_TX_STBC(pIE->data); in VHT_caps_handler()
798 phl_sta->asoc_cap.vht_su_bfmr = GET_VHT_CAPABILITY_ELE_SU_BFER(pIE->data); in VHT_caps_handler()
799 phl_sta->asoc_cap.vht_su_bfme = GET_VHT_CAPABILITY_ELE_SU_BFEE(pIE->data); in VHT_caps_handler()
800 phl_sta->asoc_cap.vht_mu_bfmr = GET_VHT_CAPABILITY_ELE_MU_BFER(pIE->data); in VHT_caps_handler()
801 phl_sta->asoc_cap.bfme_sts = GET_VHT_CAPABILITY_ELE_SU_BFEE_STS_CAP(pIE->data); in VHT_caps_handler()
802 phl_sta->asoc_cap.num_snd_dim = GET_VHT_CAPABILITY_ELE_SU_BFER_SOUND_DIM_NUM(pIE->data); in VHT_caps_handler()
[all …]
H A Drtw_pwrctrl.c2282 sta->phl_sta->asoc_cap.sm_ps, 3 , 1); in _rtw_ssmps()
2284 if (sta->phl_sta->asoc_cap.sm_ps == SM_PS_STATIC) { in _rtw_ssmps()
2285 pmlmeext->txss_bk = sta->phl_sta->asoc_cap.nss_rx; in _rtw_ssmps()
2286 sta->phl_sta->asoc_cap.nss_rx = 1; in _rtw_ssmps()
2288 sta->phl_sta->asoc_cap.nss_rx = pmlmeext->txss_bk; in _rtw_ssmps()
2304 if (sta->phl_sta->asoc_cap.sm_ps == SM_PS_STATIC) in rtw_ssmps_enter()
2309 sta->phl_sta->asoc_cap.sm_ps = SM_PS_STATIC; in rtw_ssmps_enter()
2317 if (sta->phl_sta->asoc_cap.sm_ps == SM_PS_DISABLE) in rtw_ssmps_leave()
2321 sta->phl_sta->asoc_cap.sm_ps = SM_PS_DISABLE; in rtw_ssmps_leave()
H A Drtw_wlan_util.c157 nss = psta->phl_sta->asoc_cap.nss_tx; in rtw_get_sta_rx_nss()
184 nss = psta->phl_sta->asoc_cap.nss_rx; in rtw_get_sta_tx_nss()
1096 phl_sta->asoc_cap.ht_ldpc = 1; in HT_caps_handler()
1104 phl_sta->asoc_cap.stbc_ht_rx = in HT_caps_handler()
1108 phl_sta->asoc_cap.stbc_ht_tx = GET_HT_CAP_ELE_TX_STBC(pIE->data); in HT_caps_handler()
1313 psta->phl_sta->asoc_cap.vht_ldpc = 1; in update_ldpc_stbc_cap()
1315 psta->phl_sta->asoc_cap.vht_ldpc = 0; in update_ldpc_stbc_cap()
1320 psta->phl_sta->asoc_cap.ht_ldpc = 1; in update_ldpc_stbc_cap()
1322 psta->phl_sta->asoc_cap.ht_ldpc = 0; in update_ldpc_stbc_cap()
1324 psta->phl_sta->asoc_cap.vht_ldpc = 0; in update_ldpc_stbc_cap()
[all …]
H A Drtw_beamforming.c59 (psta->asoc_cap.he_su_bfmr || psta->asoc_cap.he_mu_bfmr)) { in rtw_core_bf_watchdog()
65 (psta->asoc_cap.vht_su_bfmr || in rtw_core_bf_watchdog()
66 psta->asoc_cap.vht_mu_bfmr)) { in rtw_core_bf_watchdog()
71 psta->asoc_cap.ht_su_bfmr) in rtw_core_bf_watchdog()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_he.c118 _rtw_memset(phl_sta->asoc_cap.he_rx_mcs, HE_MSC_NOT_SUPP_BYTE, HE_CAP_ELE_SUPP_MCS_LEN_RX_80M); in rtw_he_set_asoc_cap_supp_mcs()
119 _rtw_memset(phl_sta->asoc_cap.he_tx_mcs, HE_MSC_NOT_SUPP_BYTE, HE_CAP_ELE_SUPP_MCS_LEN_TX_80M); in rtw_he_set_asoc_cap_supp_mcs()
139 SET_HE_CAP_MCS_1SS(phl_sta->asoc_cap.he_rx_mcs, mcs_val_rx); in rtw_he_set_asoc_cap_supp_mcs()
140 SET_HE_CAP_MCS_1SS(phl_sta->asoc_cap.he_tx_mcs, mcs_val_tx); in rtw_he_set_asoc_cap_supp_mcs()
153 SET_HE_CAP_MCS_2SS(phl_sta->asoc_cap.he_rx_mcs, mcs_val_rx); in rtw_he_set_asoc_cap_supp_mcs()
154 SET_HE_CAP_MCS_2SS(phl_sta->asoc_cap.he_tx_mcs, mcs_val_tx); in rtw_he_set_asoc_cap_supp_mcs()
167 SET_HE_CAP_MCS_3SS(phl_sta->asoc_cap.he_rx_mcs, mcs_val_rx); in rtw_he_set_asoc_cap_supp_mcs()
168 SET_HE_CAP_MCS_3SS(phl_sta->asoc_cap.he_tx_mcs, mcs_val_tx); in rtw_he_set_asoc_cap_supp_mcs()
181 SET_HE_CAP_MCS_4SS(phl_sta->asoc_cap.he_rx_mcs, mcs_val_rx); in rtw_he_set_asoc_cap_supp_mcs()
182 SET_HE_CAP_MCS_4SS(phl_sta->asoc_cap.he_tx_mcs, mcs_val_tx); in rtw_he_set_asoc_cap_supp_mcs()
[all …]
H A Drtw_vht.c633 phl_sta->asoc_cap.stbc_vht_rx = in update_sta_vht_info_apmode()
638 phl_sta->asoc_cap.stbc_vht_tx = in update_sta_vht_info_apmode()
778 phl_sta->asoc_cap.vht_ldpc = 1; in VHT_caps_handler()
791 phl_sta->asoc_cap.stbc_vht_rx = in VHT_caps_handler()
796 phl_sta->asoc_cap.stbc_vht_tx = GET_VHT_CAPABILITY_ELE_TX_STBC(pIE->data); in VHT_caps_handler()
798 phl_sta->asoc_cap.vht_su_bfmr = GET_VHT_CAPABILITY_ELE_SU_BFER(pIE->data); in VHT_caps_handler()
799 phl_sta->asoc_cap.vht_su_bfme = GET_VHT_CAPABILITY_ELE_SU_BFEE(pIE->data); in VHT_caps_handler()
800 phl_sta->asoc_cap.vht_mu_bfmr = GET_VHT_CAPABILITY_ELE_MU_BFER(pIE->data); in VHT_caps_handler()
801 phl_sta->asoc_cap.bfme_sts = GET_VHT_CAPABILITY_ELE_SU_BFEE_STS_CAP(pIE->data); in VHT_caps_handler()
802 phl_sta->asoc_cap.num_snd_dim = GET_VHT_CAPABILITY_ELE_SU_BFER_SOUND_DIM_NUM(pIE->data); in VHT_caps_handler()
[all …]
H A Drtw_pwrctrl.c2282 sta->phl_sta->asoc_cap.sm_ps, 3 , 1); in _rtw_ssmps()
2284 if (sta->phl_sta->asoc_cap.sm_ps == SM_PS_STATIC) { in _rtw_ssmps()
2285 pmlmeext->txss_bk = sta->phl_sta->asoc_cap.nss_rx; in _rtw_ssmps()
2286 sta->phl_sta->asoc_cap.nss_rx = 1; in _rtw_ssmps()
2288 sta->phl_sta->asoc_cap.nss_rx = pmlmeext->txss_bk; in _rtw_ssmps()
2304 if (sta->phl_sta->asoc_cap.sm_ps == SM_PS_STATIC) in rtw_ssmps_enter()
2309 sta->phl_sta->asoc_cap.sm_ps = SM_PS_STATIC; in rtw_ssmps_enter()
2317 if (sta->phl_sta->asoc_cap.sm_ps == SM_PS_DISABLE) in rtw_ssmps_leave()
2321 sta->phl_sta->asoc_cap.sm_ps = SM_PS_DISABLE; in rtw_ssmps_leave()
H A Drtw_wlan_util.c157 nss = psta->phl_sta->asoc_cap.nss_tx; in rtw_get_sta_rx_nss()
184 nss = psta->phl_sta->asoc_cap.nss_rx; in rtw_get_sta_tx_nss()
1096 phl_sta->asoc_cap.ht_ldpc = 1; in HT_caps_handler()
1104 phl_sta->asoc_cap.stbc_ht_rx = in HT_caps_handler()
1108 phl_sta->asoc_cap.stbc_ht_tx = GET_HT_CAP_ELE_TX_STBC(pIE->data); in HT_caps_handler()
1313 psta->phl_sta->asoc_cap.vht_ldpc = 1; in update_ldpc_stbc_cap()
1315 psta->phl_sta->asoc_cap.vht_ldpc = 0; in update_ldpc_stbc_cap()
1320 psta->phl_sta->asoc_cap.ht_ldpc = 1; in update_ldpc_stbc_cap()
1322 psta->phl_sta->asoc_cap.ht_ldpc = 0; in update_ldpc_stbc_cap()
1324 psta->phl_sta->asoc_cap.vht_ldpc = 0; in update_ldpc_stbc_cap()
[all …]
H A Drtw_beamforming.c59 (psta->asoc_cap.he_su_bfmr || psta->asoc_cap.he_mu_bfmr)) { in rtw_core_bf_watchdog()
65 (psta->asoc_cap.vht_su_bfmr || in rtw_core_bf_watchdog()
66 psta->asoc_cap.vht_mu_bfmr)) { in rtw_core_bf_watchdog()
71 psta->asoc_cap.ht_su_bfmr) in rtw_core_bf_watchdog()
H A Drtw_phl.c1639 struct protocol_cap_t *asoc_cap = &phl_sta->asoc_cap; in _dump_phl_sta_asoc_cap() local
1641 #define _loc_dbg(f) _loc_dbg_func(#f ": %u\n", asoc_cap->f) in _dump_phl_sta_asoc_cap()
1885 rtw_update_phl_sta_cap(a, sta, &sta->phl_sta->asoc_cap); in rtw_hw_connected()
2037 rtw_update_phl_sta_cap(a, sta, &sta->phl_sta->asoc_cap); in rtw_hw_connected_apmode()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_thermal.c30 if (64 == sta->asoc_cap.num_ampdu) in rtw_hal_thermal_protect_cfg_tx_ampdu()
32 else if (128 == sta->asoc_cap.num_ampdu) in rtw_hal_thermal_protect_cfg_tx_ampdu()
35 if(sta->asoc_cap.num_ampdu_bk == 0) in rtw_hal_thermal_protect_cfg_tx_ampdu()
36 sta->asoc_cap.num_ampdu_bk = sta->asoc_cap.num_ampdu; in rtw_hal_thermal_protect_cfg_tx_ampdu()
38 sta->asoc_cap.num_ampdu = sta->asoc_cap.num_ampdu_bk * ratio / 100; in rtw_hal_thermal_protect_cfg_tx_ampdu()
39 num_ampdu = sta->asoc_cap.num_ampdu; in rtw_hal_thermal_protect_cfg_tx_ampdu()
47 __FUNCTION__, sta->asoc_cap.num_ampdu_bk, num_ampdu, tx_time); in rtw_hal_thermal_protect_cfg_tx_ampdu()
H A Dhal_sta.c44 (sta->asoc_cap.he_su_bfmr || sta->asoc_cap.he_mu_bfmr)) { in _hal_bfee_init()
50 (sta->asoc_cap.vht_su_bfmr || sta->asoc_cap.vht_mu_bfmr)) { in _hal_bfee_init()
55 sta->asoc_cap.ht_su_bfmr) in _hal_bfee_init()
233 if (sta->asoc_cap.pkt_padding == 3) { in _hal_update_cctrl_tbl()
236 u8 nss = sta->asoc_cap.nss_rx; in _hal_update_cctrl_tbl()
239 ppe16 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_20] & 0x7); in _hal_update_cctrl_tbl()
240 ppe8 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_20]>>3) & 0x7; in _hal_update_cctrl_tbl()
253 ppe16 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_40] & 0x7); in _hal_update_cctrl_tbl()
254 ppe8 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_40]>>3) & 0x7; in _hal_update_cctrl_tbl()
267 ppe16 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_80] & 0x7); in _hal_update_cctrl_tbl()
[all …]
H A Dhal_sound.c482 if (psta_info->asoc_cap.max_nc > in rtw_hal_snd_ndpa_sta_info_vht()
486 ndpa_sta->nc = psta_info->asoc_cap.max_nc; in rtw_hal_snd_ndpa_sta_info_vht()
508 ndpa_sta->fb_ng = psta_info->asoc_cap.ng_16_su_fb ? in rtw_hal_snd_ndpa_sta_info_he()
510 ndpa_sta->cb = psta_info->asoc_cap.cb_sz_su_fb ? in rtw_hal_snd_ndpa_sta_info_he()
513 ndpa_sta->fb_ng = psta_info->asoc_cap.ng_16_mu_fb ? in rtw_hal_snd_ndpa_sta_info_he()
515 ndpa_sta->cb = psta_info->asoc_cap.cb_sz_mu_fb ? in rtw_hal_snd_ndpa_sta_info_he()
523 if (psta_info->asoc_cap.max_nc > in rtw_hal_snd_ndpa_sta_info_he()
527 ndpa_sta->nc = psta_info->asoc_cap.max_nc; in rtw_hal_snd_ndpa_sta_info_he()
598 PHL_TRACE(COMP_PHL_SOUND, _PHL_INFO_, "psta->asoc_cap.nss_rx = 0x%x\n", psta->asoc_cap.nss_rx); in rtw_hal_snd_vht_fwcmd_su()
H A Dhal_api_mac.c2145 if (phl_sta->asoc_cap.bcn_interval) in rtw_hal_mac_port_init()
2146 ppara.bcn_interval = phl_sta->asoc_cap.bcn_interval; in rtw_hal_mac_port_init()
2149 ppara.bss_color = phl_sta->asoc_cap.bsscolor; in rtw_hal_mac_port_init()
2345 rinfo->tf_mac_padding = sta->asoc_cap.trig_padding; in _hal_stainfo_to_macrinfo()
2353 rinfo->bss_color = sta->asoc_cap.bsscolor; in _hal_stainfo_to_macrinfo()
4197 csi_para.nc = (sta->wrole->proto_role_cap.max_nc > sta->asoc_cap.num_snd_dim) ? in rtw_hal_mac_ax_bfee_para_reg()
4198 sta->asoc_cap.num_snd_dim : in rtw_hal_mac_ax_bfee_para_reg()
4201 sta->asoc_cap.num_snd_dim) ? in rtw_hal_mac_ax_bfee_para_reg()
4202 sta->asoc_cap.num_snd_dim : in rtw_hal_mac_ax_bfee_para_reg()
4221 if (sta->asoc_cap.ht_ldpc && in rtw_hal_mac_ax_bfee_para_reg()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_thermal.c30 if (64 == sta->asoc_cap.num_ampdu) in rtw_hal_thermal_protect_cfg_tx_ampdu()
32 else if (128 == sta->asoc_cap.num_ampdu) in rtw_hal_thermal_protect_cfg_tx_ampdu()
35 if(sta->asoc_cap.num_ampdu_bk == 0) in rtw_hal_thermal_protect_cfg_tx_ampdu()
36 sta->asoc_cap.num_ampdu_bk = sta->asoc_cap.num_ampdu; in rtw_hal_thermal_protect_cfg_tx_ampdu()
38 sta->asoc_cap.num_ampdu = sta->asoc_cap.num_ampdu_bk * ratio / 100; in rtw_hal_thermal_protect_cfg_tx_ampdu()
39 num_ampdu = sta->asoc_cap.num_ampdu; in rtw_hal_thermal_protect_cfg_tx_ampdu()
47 __FUNCTION__, sta->asoc_cap.num_ampdu_bk, num_ampdu, tx_time); in rtw_hal_thermal_protect_cfg_tx_ampdu()
H A Dhal_sta.c44 (sta->asoc_cap.he_su_bfmr || sta->asoc_cap.he_mu_bfmr)) { in _hal_bfee_init()
50 (sta->asoc_cap.vht_su_bfmr || sta->asoc_cap.vht_mu_bfmr)) { in _hal_bfee_init()
55 sta->asoc_cap.ht_su_bfmr) in _hal_bfee_init()
233 if (sta->asoc_cap.pkt_padding == 3) { in _hal_update_cctrl_tbl()
236 u8 nss = sta->asoc_cap.nss_rx; in _hal_update_cctrl_tbl()
239 ppe16 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_20] & 0x7); in _hal_update_cctrl_tbl()
240 ppe8 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_20]>>3) & 0x7; in _hal_update_cctrl_tbl()
253 ppe16 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_40] & 0x7); in _hal_update_cctrl_tbl()
254 ppe8 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_40]>>3) & 0x7; in _hal_update_cctrl_tbl()
267 ppe16 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_80] & 0x7); in _hal_update_cctrl_tbl()
[all …]
H A Dhal_sound.c482 if (psta_info->asoc_cap.max_nc > in rtw_hal_snd_ndpa_sta_info_vht()
486 ndpa_sta->nc = psta_info->asoc_cap.max_nc; in rtw_hal_snd_ndpa_sta_info_vht()
508 ndpa_sta->fb_ng = psta_info->asoc_cap.ng_16_su_fb ? in rtw_hal_snd_ndpa_sta_info_he()
510 ndpa_sta->cb = psta_info->asoc_cap.cb_sz_su_fb ? in rtw_hal_snd_ndpa_sta_info_he()
513 ndpa_sta->fb_ng = psta_info->asoc_cap.ng_16_mu_fb ? in rtw_hal_snd_ndpa_sta_info_he()
515 ndpa_sta->cb = psta_info->asoc_cap.cb_sz_mu_fb ? in rtw_hal_snd_ndpa_sta_info_he()
523 if (psta_info->asoc_cap.max_nc > in rtw_hal_snd_ndpa_sta_info_he()
527 ndpa_sta->nc = psta_info->asoc_cap.max_nc; in rtw_hal_snd_ndpa_sta_info_he()
598 PHL_TRACE(COMP_PHL_SOUND, _PHL_INFO_, "psta->asoc_cap.nss_rx = 0x%x\n", psta->asoc_cap.nss_rx); in rtw_hal_snd_vht_fwcmd_su()
H A Dhal_api_mac.c2145 if (phl_sta->asoc_cap.bcn_interval) in rtw_hal_mac_port_init()
2146 ppara.bcn_interval = phl_sta->asoc_cap.bcn_interval; in rtw_hal_mac_port_init()
2149 ppara.bss_color = phl_sta->asoc_cap.bsscolor; in rtw_hal_mac_port_init()
2345 rinfo->tf_mac_padding = sta->asoc_cap.trig_padding; in _hal_stainfo_to_macrinfo()
2353 rinfo->bss_color = sta->asoc_cap.bsscolor; in _hal_stainfo_to_macrinfo()
4179 csi_para.nc = (sta->wrole->proto_role_cap.max_nc > sta->asoc_cap.num_snd_dim) ? in rtw_hal_mac_ax_bfee_para_reg()
4180 sta->asoc_cap.num_snd_dim : in rtw_hal_mac_ax_bfee_para_reg()
4183 sta->asoc_cap.num_snd_dim) ? in rtw_hal_mac_ax_bfee_para_reg()
4184 sta->asoc_cap.num_snd_dim : in rtw_hal_mac_ax_bfee_para_reg()
4203 if (sta->asoc_cap.ht_ldpc && in rtw_hal_mac_ax_bfee_para_reg()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_thermal.c53 edca.param = sta->asoc_cap.edca[edca.ac].param; in _phl_thermal_protect_disable_all_txop()
98 if(sta->asoc_cap.num_ampdu_bk != 0){ in _phl_thermal_protect_reduce_ampdu_num()
99 sta->asoc_cap.num_ampdu = sta->asoc_cap.num_ampdu_bk; in _phl_thermal_protect_reduce_ampdu_num()
100 sta->asoc_cap.num_ampdu_bk = 0; in _phl_thermal_protect_reduce_ampdu_num()
H A Dphl_api_drv.c126 sta->asoc_cap.bsscolor = cfg_bsscolor; in rtw_phl_test_txtb_cfg()
127 sta->asoc_cap.pkt_padding = 2; in rtw_phl_test_txtb_cfg()
138 sta->asoc_cap.bsscolor = ui_bsscolor; in rtw_phl_test_txtb_cfg()
139 sta->asoc_cap.pkt_padding = 2; in rtw_phl_test_txtb_cfg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_thermal.c53 edca.param = sta->asoc_cap.edca[edca.ac].param; in _phl_thermal_protect_disable_all_txop()
98 if(sta->asoc_cap.num_ampdu_bk != 0){ in _phl_thermal_protect_reduce_ampdu_num()
99 sta->asoc_cap.num_ampdu = sta->asoc_cap.num_ampdu_bk; in _phl_thermal_protect_reduce_ampdu_num()
100 sta->asoc_cap.num_ampdu_bk = 0; in _phl_thermal_protect_reduce_ampdu_num()
H A Dphl_api_drv.c126 sta->asoc_cap.bsscolor = cfg_bsscolor; in rtw_phl_test_txtb_cfg()
127 sta->asoc_cap.pkt_padding = 2; in rtw_phl_test_txtb_cfg()
138 sta->asoc_cap.bsscolor = ui_bsscolor; in rtw_phl_test_txtb_cfg()
139 sta->asoc_cap.pkt_padding = 2; in rtw_phl_test_txtb_cfg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_ra.c718 asoc_cap_i = &phl_sta_i->asoc_cap; in halbb_gen_abg_mask()
753 asoc_cap_i = &phl_sta_i->asoc_cap; in halbb_gen_vht_mask()
790 asoc_cap_i = &phl_sta_i->asoc_cap; in halbb_gen_ht_mask()
817 asoc_cap_i = &phl_sta_i->asoc_cap; in halbb_gen_he_mask()
1000 asoc_cap_i = &phl_sta_i->asoc_cap; in halbb_ldpc_chk()
1047 asoc_cap_i = &phl_sta_i->asoc_cap; in halbb_stbc_mapping()
1072 asoc_cap_i = &phl_sta_i->asoc_cap; in halbb_sgi_chk()
1169 asoc_cap_i = &phl_sta_i->asoc_cap; in rtw_halbb_dft_mask()
1274 asoc_cap_i = &phl_sta_i->asoc_cap; in rtw_halbb_raregistered()
1391 asoc_cap_i = &phl_sta_i->asoc_cap; in rtw_halbb_raupdate()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_ra.c718 asoc_cap_i = &phl_sta_i->asoc_cap; in halbb_gen_abg_mask()
753 asoc_cap_i = &phl_sta_i->asoc_cap; in halbb_gen_vht_mask()
790 asoc_cap_i = &phl_sta_i->asoc_cap; in halbb_gen_ht_mask()
817 asoc_cap_i = &phl_sta_i->asoc_cap; in halbb_gen_he_mask()
1000 asoc_cap_i = &phl_sta_i->asoc_cap; in halbb_ldpc_chk()
1047 asoc_cap_i = &phl_sta_i->asoc_cap; in halbb_stbc_mapping()
1072 asoc_cap_i = &phl_sta_i->asoc_cap; in halbb_sgi_chk()
1169 asoc_cap_i = &phl_sta_i->asoc_cap; in rtw_halbb_dft_mask()
1274 asoc_cap_i = &phl_sta_i->asoc_cap; in rtw_halbb_raregistered()
1391 asoc_cap_i = &phl_sta_i->asoc_cap; in rtw_halbb_raupdate()
[all …]

12