Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_he.c50 if (used <= (HE_BYTE_SIZE - HE_PPET_SIZE)) { in wma_he_ppet_merge()
54 used += HE_PPET_SIZE; in wma_he_ppet_merge()
67 used += HE_PPET_SIZE - rshift; in wma_he_ppet_merge()
151 (HE_PPET_SIZE * 2); in wma_convert_he_ppet()
961 bits = HE_PPET_NSS_RU_LEN + (nss + ru) * (HE_PPET_SIZE * 2); in wma_parse_he_ppet()
993 start = parsed + (i * (num_ppet * HE_PPET_SIZE)) + in wma_parse_he_ppet()
994 (j-1) * HE_PPET_SIZE; in wma_parse_he_ppet()
998 if (start <= HE_BYTE_SIZE - HE_PPET_SIZE) { in wma_parse_he_ppet()
1001 ppet_r[i] |= (ppet << (j - 1) * HE_PPET_SIZE); in wma_parse_he_ppet()
1009 ppet_r[i] |= (ppet << (j - 1) * HE_PPET_SIZE); in wma_parse_he_ppet()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h4497 #define HE_PPET_SIZE 3 macro