Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_he.c154 wma_he_populate_ppet(ppet->ppet16_ppet8_ru3_ru0, hdr->nss + 1, in wma_convert_he_ppet()
695 WMI_GET_PPET16(ppet->ppet16_ppet8_ru3_ru0, j, i), in wma_print_he_ppet()
696 WMI_GET_PPET8(ppet->ppet16_ppet8_ru3_ru0, j, i)); in wma_print_he_ppet()
943 uint32_t *ppet_r = peer_ppet->ppet16_ppet8_ru3_ru0; in wma_parse_he_ppet()
1394 qdf_mem_copy(&he_cap->ppet.ppet16_ppet8_ru3_ru0, in wma_get_he_capabilities()
1395 &wma_handle->he_cap.ppet.ppet16_ppet8_ru3_ru0, in wma_get_he_capabilities()
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/inc/
Dservice_ready_param.h115 uint32_t ppet16_ppet8_ru3_ru0[PSOC_HOST_MAX_NUM_SS]; member
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_he.c184 sizeof(he_cap.ppet.ppet16_ppet8_ru3_ru0); in __wlan_hdd_cfg80211_get_he_cap()
219 he_cap.ppet.ppet16_ppet8_ru3_ru0)) in __wlan_hdd_cfg80211_get_he_cap()
/wlan-driver/fw-api/fw/
Dwmi_unified.h2893 #define WMI_SET_PPET16(ppet16_ppet8_ru3_ru0, ru, nssm1, ppet) \ argument
2895 ppet16_ppet8_ru3_ru0[nssm1] &= ~(7 << (((ru-1) & 3) * 6)); \
2896 ppet16_ppet8_ru3_ru0[nssm1] |= ((ppet & 7) << (((ru-1) & 3) * 6)); \
2899 #define WMI_GET_PPET16(ppet16_ppet8_ru3_ru0, ru, nssm1) \ argument
2900 ((ppet16_ppet8_ru3_ru0[nssm1] >> (((ru-1) & 3) * 6)) & 7)
2902 #define WMI_SET_PPET8(ppet16_ppet8_ru3_ru0, ru, nssm1, ppet) \ argument
2904 ppet16_ppet8_ru3_ru0[nssm1] &= ~(7 << (((ru-1) & 3) * 6 + 3)); \
2905 ppet16_ppet8_ru3_ru0[nssm1] |= ((ppet&7) << (((ru-1) & 3) * 6 + 3)); \
2908 #define WMI_GET_PPET8(ppet16_ppet8_ru3_ru0, ru, nssm1) \ argument
2909 ((ppet16_ppet8_ru3_ru0[nssm1] >> (((ru-1) & 3) * 6 + 3)) & 7)
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_param.h1097 uint32_t ppet16_ppet8_ru3_ru0[WMI_HOST_MAX_NUM_SS]; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c3719 i, cmd->peer_eht_ppet.ppet16_ppet8_ru3_ru0[i]); in update_peer_flags_tlv_ehtinfo()
15465 i, param->eht_ppet2G.ppet16_ppet8_ru3_ru0[i]); in extract_mac_phy_cap_ehtcaps()
15472 i, param->eht_ppet5G.ppet16_ppet8_ru3_ru0[i]); in extract_mac_phy_cap_ehtcaps()