Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_he.c128 uint8_t ru_count, mask; in wma_convert_he_ppet() local
142 for (ru_count = 0; mask; mask >>= 1) in wma_convert_he_ppet()
144 ru_count++; in wma_convert_he_ppet()
150 bits = HE_PPET_NSS_RU_LEN + ((hdr->nss + 1) * ru_count) * in wma_convert_he_ppet()
155 ru_count, he_ppet, req_byte); in wma_convert_he_ppet()
652 int numss, ru_count, ru_bit_mask, i, j; in wma_print_he_ppet() local
664 for (ru_count = 0; ru_bit_mask; ru_bit_mask >>= 1) in wma_print_he_ppet()
666 ru_count++; in wma_print_he_ppet()
671 if (ru_count > HE_PEPT_RU_IDX_LEN) { in wma_print_he_ppet()
676 if (ru_count > 0) { in wma_print_he_ppet()
[all …]
/wlan-driver/fw-api/fw/
Dwmi_unified.h2914 A_UINT32 ru_count; /** RU COUNT OBSOLETE to be removed after few versions */ member