/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_he.c | 45 uint8_t ppet) in wma_he_ppet_merge() argument 53 host_ppet[byte_idx] |= (ppet << lshift); in wma_he_ppet_merge() 63 host_ppet[byte_idx] |= (ppet << lshift); in wma_he_ppet_merge() 66 host_ppet[byte_idx] |= (ppet >> rshift); in wma_he_ppet_merge() 88 static void wma_he_populate_ppet(uint32_t *ppet, int nss, int ru, in wma_he_populate_ppet() argument 100 ppet16 = WMI_GET_PPET16(ppet, j, i); in wma_he_populate_ppet() 101 ppet8 = WMI_GET_PPET8(ppet, j, i); in wma_he_populate_ppet() 124 struct wmi_host_ppe_threshold *ppet) in wma_convert_he_ppet() argument 132 if (!ppet) { in wma_convert_he_ppet() 139 hdr->nss = ppet->numss_m1; in wma_convert_he_ppet() [all …]
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_he.c | 181 NLA_HDRLEN + sizeof(he_cap.ppet.numss_m1) + in __wlan_hdd_cfg80211_get_he_cap() 182 NLA_HDRLEN + sizeof(he_cap.ppet.ru_bit_mask) + in __wlan_hdd_cfg80211_get_he_cap() 184 sizeof(he_cap.ppet.ppet16_ppet8_ru3_ru0); in __wlan_hdd_cfg80211_get_he_cap() 210 QCA_WLAN_VENDOR_ATTR_NUM_SS, he_cap.ppet.numss_m1) || in __wlan_hdd_cfg80211_get_he_cap() 213 he_cap.ppet.ru_bit_mask) || in __wlan_hdd_cfg80211_get_he_cap() 219 he_cap.ppet.ppet16_ppet8_ru3_ru0)) in __wlan_hdd_cfg80211_get_he_cap()
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
D | wma_he.h | 57 void wma_print_he_ppet(void *ppet); 279 static inline void wma_print_he_ppet(void *ppet) in wma_print_he_ppet() argument
|
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/inc/ |
D | service_ready_param.h | 497 struct wlan_psoc_host_ppe_threshold ppet; member
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_tdls.c | 1113 uint8_t *ppet; in lim_tdls_populate_ppe_caps() local 1122 ppet = mac->mlme_cfg->he_caps.he_ppet_5g; in lim_tdls_populate_ppe_caps() 1124 ppet = mac->mlme_cfg->he_caps.he_ppet_2g; in lim_tdls_populate_ppe_caps() 1126 he_cap->ppet.ppe_threshold.num_ppe_th = lim_truncate_ppet(ppet, in lim_tdls_populate_ppe_caps() 1134 if (he_cap->ppet.ppe_threshold.num_ppe_th) in lim_tdls_populate_ppe_caps() 1135 qdf_mem_copy(he_cap->ppet.ppe_threshold.ppe_th, ppet, in lim_tdls_populate_ppe_caps() 1138 he_cap->ppet.ppe_threshold.num_ppe_th = 1; in lim_tdls_populate_ppe_caps()
|
D | lim_utils.c | 7678 hdr = (struct ppet_hdr *)&he_cap->ppet; in lim_log_he_cap() 7687 &he_cap->ppet, HE_MAX_PPET_SIZE); in lim_log_he_cap()
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
D | parser_api.h | 1788 static inline uint32_t lim_truncate_ppet(uint8_t *ppet, uint32_t max_len) in lim_truncate_ppet() argument 1791 if (ppet[max_len - 1]) in lim_truncate_ppet()
|
D | dot11f.h | 9264 } ppet; member 10003 } ppet; member
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 7651 uint8_t *ppet; 7668 qdf_mem_copy(he_cap->ppet.ppe_threshold.ppe_th, 7672 qdf_mem_copy(he_cap->ppet.ppe_threshold.ppe_th, 7676 ppet = he_cap->ppet.ppe_threshold.ppe_th; 7677 he_cap->ppet.ppe_threshold.num_ppe_th = 7678 lim_truncate_ppet(ppet, value); 7680 he_cap->ppet.ppe_threshold.num_ppe_th = 0; 12404 uint8_t *ppet, cb_mode; 12789 qdf_mem_copy(he_caps.ppet.ppe_threshold.ppe_th, 12793 qdf_mem_copy(he_caps.ppet.ppe_threshold.ppe_th, [all …]
|
D | dot11f.c | 9638 pDst->ppet.ppe_threshold.num_ppe_th = (uint8_t)(ielen); in dot11f_unpack_ie_eht_cap() 9644 DOT11F_MEMCPY(pCtx, pDst->ppet.ppe_threshold.ppe_th, pBuf, (ielen)); in dot11f_unpack_ie_eht_cap() 10339 pDst->ppet.ppe_threshold.num_ppe_th = (uint8_t)(ielen); in dot11f_unpack_ie_he_cap() 10345 DOT11F_MEMCPY(pCtx, pDst->ppet.ppe_threshold.ppe_th, pBuf, (ielen)); in dot11f_unpack_ie_he_cap() 18816 *pnNeeded += pIe->ppet.ppe_threshold.num_ppe_th; in dot11f_get_packed_ie_eht_cap() 18848 *pnNeeded += pIe->ppet.ppe_threshold.num_ppe_th; in dot11f_get_packed_ie_he_cap() 30300 …DOT11F_MEMCPY(pCtx, pBuf, &(pSrc->ppet.ppe_threshold.ppe_th), pSrc->ppet.ppe_threshold.num_ppe_th); in dot11f_pack_ie_eht_cap() 30301 *pnConsumed += pSrc->ppet.ppe_threshold.num_ppe_th; in dot11f_pack_ie_eht_cap() 31031 …DOT11F_MEMCPY(pCtx, pBuf, &(pSrc->ppet.ppe_threshold.ppe_th), pSrc->ppet.ppe_threshold.num_ppe_th); in dot11f_pack_ie_he_cap() 31032 *pnConsumed += pSrc->ppet.ppe_threshold.num_ppe_th; in dot11f_pack_ie_he_cap()
|
/wlan-driver/qcacld-3.0/core/sme/src/csr/ |
D | csr_api_roam.c | 1884 qdf_mem_copy(he_cap->ppet.ppe_threshold.ppe_th, in csr_update_session_he_cap() 1887 he_cap->ppet.ppe_threshold.num_ppe_th = in csr_update_session_he_cap() 1888 lim_truncate_ppet(he_cap->ppet.ppe_threshold.ppe_th, in csr_update_session_he_cap() 1891 he_cap->ppet.ppe_threshold.num_ppe_th = 0; in csr_update_session_he_cap()
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 3374 OPTIONAL UNION ppet (DISCRIMINATOR ppet_present) 3585 OPTIONAL UNION ppet (DISCRIMINATOR ppet_present)
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
D | sir_api.h | 4609 struct wlan_psoc_host_ppe_threshold ppet; member
|
/wlan-driver/fw-api/fw/ |
D | wmi_unified.h | 2893 #define WMI_SET_PPET16(ppet16_ppet8_ru3_ru0, ru, nssm1, ppet) \ argument 2896 ppet16_ppet8_ru3_ru0[nssm1] |= ((ppet & 7) << (((ru-1) & 3) * 6)); \ 2902 #define WMI_SET_PPET8(ppet16_ppet8_ru3_ru0, ru, nssm1, ppet) \ argument 2905 ppet16_ppet8_ru3_ru0[nssm1] |= ((ppet&7) << (((ru-1) & 3) * 6 + 3)); \ 3285 wmi_ppe_threshold ppet; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_tlv.c | 14756 qdf_mem_copy(¶m->ppet, &ev->ppet, sizeof(param->ppet)); in extract_service_ready_ext_tlv()
|