Searched refs:ppet16_ppet8_ru3_ru0 (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_he.c | 154 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/ |
D | service_ready_param.h | 115 uint32_t ppet16_ppet8_ru3_ru0[PSOC_HOST_MAX_NUM_SS]; member
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_he.c | 184 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/ |
D | wmi_unified.h | 2893 #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/ |
D | wmi_unified_param.h | 1097 uint32_t ppet16_ppet8_ru3_ru0[WMI_HOST_MAX_NUM_SS]; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_tlv.c | 3719 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()
|