Searched refs:sound_dim (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | bf.c | 42 u32 sound_dim; in rtw_bf_assoc() local 81 sound_dim = vht_cap->cap & in rtw_bf_assoc() 83 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in rtw_bf_assoc() 87 bfee->sound_dim = (u8)sound_dim; in rtw_bf_assoc() 187 u8 nr_index = bfee->sound_dim; in rtw_bf_enable_bfee_su()
|
H A D | main.h | 765 u8 sound_dim; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | bf.c | 42 u32 sound_dim; in rtw_bf_assoc() local 85 sound_dim = vht_cap->cap & in rtw_bf_assoc() 87 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in rtw_bf_assoc() 91 bfee->sound_dim = (u8)sound_dim; in rtw_bf_assoc() 189 u8 nr_index = bfee->sound_dim; in rtw_bf_enable_bfee_su()
|
H A D | main.h | 778 u8 sound_dim; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 3415 int sound_dim; in ath11k_mac_set_txbf_conf() local 3428 sound_dim = vht_cap & in ath11k_mac_set_txbf_conf() 3430 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath11k_mac_set_txbf_conf() 3431 if (sound_dim > (ar->num_tx_chains - 1)) in ath11k_mac_set_txbf_conf() 3432 sound_dim = ar->num_tx_chains - 1; in ath11k_mac_set_txbf_conf() 3433 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath11k_mac_set_txbf_conf() 3464 int sound_dim = 0, nsts = 0; in ath11k_set_vht_txbf_cap() local 3487 sound_dim = (*vht_cap & IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK); in ath11k_set_vht_txbf_cap() 3488 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath11k_set_vht_txbf_cap() 3497 if (sound_dim > (a in ath11k_set_vht_txbf_cap() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 4140 int sound_dim; in ath12k_mac_set_txbf_conf() local 4151 sound_dim = vht_cap & in ath12k_mac_set_txbf_conf() 4153 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath12k_mac_set_txbf_conf() 4154 if (sound_dim > (ar->num_tx_chains - 1)) in ath12k_mac_set_txbf_conf() 4155 sound_dim = ar->num_tx_chains - 1; in ath12k_mac_set_txbf_conf() 4156 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath12k_mac_set_txbf_conf() 4185 int sound_dim = 0; in ath12k_set_vht_txbf_cap() local 4203 sound_dim = u32_get_bits(*vht_cap, in ath12k_set_vht_txbf_cap() 4212 if (sound_dim > (ar->num_tx_chains - 1)) in ath12k_set_vht_txbf_cap() 4213 sound_dim in ath12k_set_vht_txbf_cap() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 5464 int sound_dim; in ath11k_mac_set_txbf_conf() local 5477 sound_dim = vht_cap & in ath11k_mac_set_txbf_conf() 5479 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath11k_mac_set_txbf_conf() 5480 if (sound_dim > (ar->num_tx_chains - 1)) in ath11k_mac_set_txbf_conf() 5481 sound_dim = ar->num_tx_chains - 1; in ath11k_mac_set_txbf_conf() 5482 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath11k_mac_set_txbf_conf() 5513 int sound_dim = 0, nsts = 0; in ath11k_set_vht_txbf_cap() local 5536 sound_dim = (*vht_cap & IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK); in ath11k_set_vht_txbf_cap() 5537 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath11k_set_vht_txbf_cap() 5546 if (sound_dim > (a in ath11k_set_vht_txbf_cap() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | mac.c | 5255 u8 sound_dim = 3, t; in rtw89_mac_set_csi_para_reg() local 5271 sound_dim = min(sound_dim, t); in rtw89_mac_set_csi_para_reg() 5279 sound_dim = min(sound_dim, t); in rtw89_mac_set_csi_para_reg() 5281 nc = min(nc, sound_dim); in rtw89_mac_set_csi_para_reg() 5282 nr = min(nr, sound_dim); in rtw89_mac_set_csi_para_reg()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 4660 int sound_dim = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sound_dim() local 4662 sound_dim &= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK; in ath10k_mac_get_vht_cap_bf_sound_dim() 4663 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath10k_mac_get_vht_cap_bf_sound_dim() 4668 if (sound_dim == 0) in ath10k_mac_get_vht_cap_bf_sound_dim() 4671 return sound_dim; in ath10k_mac_get_vht_cap_bf_sound_dim() 5327 int sound_dim; in ath10k_mac_set_txbf_conf() local 5337 sound_dim = ath10k_mac_get_vht_cap_bf_sound_dim(ar); in ath10k_mac_set_txbf_conf() 5340 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath10k_mac_set_txbf_conf()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 4851 int sound_dim = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sound_dim() local 4853 sound_dim &= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK; in ath10k_mac_get_vht_cap_bf_sound_dim() 4854 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath10k_mac_get_vht_cap_bf_sound_dim() 4859 if (sound_dim == 0) in ath10k_mac_get_vht_cap_bf_sound_dim() 4862 return sound_dim; in ath10k_mac_get_vht_cap_bf_sound_dim() 5459 int sound_dim; in ath10k_mac_set_txbf_conf() local 5469 sound_dim = ath10k_mac_get_vht_cap_bf_sound_dim(ar); in ath10k_mac_set_txbf_conf() 5472 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath10k_mac_set_txbf_conf()
|
Completed in 71 milliseconds