Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_he.c45 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/
Dwlan_hdd_he.c181 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/
Dwma_he.h57 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/
Dservice_ready_param.h497 struct wlan_psoc_host_ppe_threshold ppet; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_tdls.c1113 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()
Dlim_utils.c7678 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/
Dparser_api.h1788 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()
Ddot11f.h9264 } ppet; member
10003 } ppet; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c7651 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 …]
Ddot11f.c9638 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/
Dcsr_api_roam.c1884 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/
Ddot11f.frms3374 OPTIONAL UNION ppet (DISCRIMINATOR ppet_present)
3585 OPTIONAL UNION ppet (DISCRIMINATOR ppet_present)
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h4609 struct wlan_psoc_host_ppe_threshold ppet; member
/wlan-driver/fw-api/fw/
Dwmi_unified.h2893 #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/
Dwmi_unified_tlv.c14756 qdf_mem_copy(&param->ppet, &ev->ppet, sizeof(param->ppet)); in extract_service_ready_ext_tlv()