Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c3480 u8 bw, int n_ru, int n_center_26tone, in rtw89_core_he_mu_get_cc_ptr() argument
3494 if (ptr + n_ru + n_center_26tone >= end_sigb) in rtw89_core_he_mu_get_cc_ptr()
3501 for (i = 0; i < n_ru; i++) in rtw89_core_he_mu_get_cc_ptr()
3508 total_bits = n_ru * 8 + n_center_26tone + 10 + in rtw89_core_he_mu_get_cc_ptr()
3513 if (ptr + n_ru + n_center_26tone >= end_sigb) in rtw89_core_he_mu_get_cc_ptr()
3529 int n_center_26tone, n_ru, i; in rtw89_core_update_radiotap_he_mu() local
3623 n_ru = rtw89_core_he_mu_get_n_ru_alloc(rtwdev, bw); in rtw89_core_update_radiotap_he_mu()
3626 rtw89_core_he_mu_get_cc_ptr(rtwdev, ie10, bw, n_ru, n_center_26tone, &c1, &c2); in rtw89_core_update_radiotap_he_mu()
3635 for (i = 0; i < n_ru; i++) { in rtw89_core_update_radiotap_he_mu()
3644 ru = c1[n_ru] & BIT(0); in rtw89_core_update_radiotap_he_mu()
[all …]