Home
last modified time | relevance | path

Searched refs:max_nc (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_sw_cap.c528 proto_role_cap->max_nc = 1; in _phl_init_protocol_cap()
532 proto_role_cap->max_nc = 0; in _phl_init_protocol_cap()
690 proto_role_cap->max_nc = 1; in _phl_init_protocol_cap()
694 proto_role_cap->max_nc = 0; in _phl_init_protocol_cap()
H A Dphl_def.h1080 u8 max_nc:3; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_sw_cap.c546 proto_role_cap->max_nc = 1; in _phl_init_protocol_cap()
550 proto_role_cap->max_nc = 0; in _phl_init_protocol_cap()
708 proto_role_cap->max_nc = 1; in _phl_init_protocol_cap()
712 proto_role_cap->max_nc = 0; in _phl_init_protocol_cap()
H A Dphl_def.h1083 u8 max_nc:3; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
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()
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()
H A Dhal_def.h778 u8 max_nc; member
H A Dhal_api_mac.c4179 csi_para.nc = (sta->wrole->proto_role_cap.max_nc > sta->asoc_cap.num_snd_dim) ? in rtw_hal_mac_ax_bfee_para_reg()
4181 sta->wrole->proto_role_cap.max_nc; in rtw_hal_mac_ax_bfee_para_reg()
4239 csi_para.nc = (sta->wrole->proto_role_cap.max_nc > sta->asoc_cap.num_snd_dim) ? in rtw_hal_mac_ax_bfee_para_cctl()
4241 sta->wrole->proto_role_cap.max_nc; in rtw_hal_mac_ax_bfee_para_cctl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
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()
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()
H A Dhal_def.h777 u8 max_nc; member
H A Dhal_api_mac.c4197 csi_para.nc = (sta->wrole->proto_role_cap.max_nc > sta->asoc_cap.num_snd_dim) ? in rtw_hal_mac_ax_bfee_para_reg()
4199 sta->wrole->proto_role_cap.max_nc; in rtw_hal_mac_ax_bfee_para_reg()
4257 csi_para.nc = (sta->wrole->proto_role_cap.max_nc > sta->asoc_cap.num_snd_dim) ? in rtw_hal_mac_ax_bfee_para_cctl()
4259 sta->wrole->proto_role_cap.max_nc; in rtw_hal_mac_ax_bfee_para_cctl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_he.c398 phl_sta->asoc_cap.max_nc = GET_HE_PHY_CAP_MAX_NC(ele_start); in update_sta_he_phy_cap_apmode()
569 phl_sta->asoc_cap.max_nc = GET_HE_PHY_CAP_MAX_NC(ele_start); in HE_phy_caps_handler()
1029 if (proto_cap->max_nc) in rtw_build_he_phy_caps()
1030 SET_HE_PHY_CAP_MAX_NC(pbuf, proto_cap->max_nc); in rtw_build_he_phy_caps()
H A Drtw_phl.c1799 cap->max_nc:3; in rtw_update_phl_sta_cap()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_he.c398 phl_sta->asoc_cap.max_nc = GET_HE_PHY_CAP_MAX_NC(ele_start); in update_sta_he_phy_cap_apmode()
569 phl_sta->asoc_cap.max_nc = GET_HE_PHY_CAP_MAX_NC(ele_start); in HE_phy_caps_handler()
1029 if (proto_cap->max_nc) in rtw_build_he_phy_caps()
1030 SET_HE_PHY_CAP_MAX_NC(pbuf, proto_cap->max_nc); in rtw_build_he_phy_caps()
H A Drtw_phl.c1803 cap->max_nc:3; in rtw_update_phl_sta_cap()