Home
last modified time | relevance | path

Searched refs:eht_data (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
Dhal_9224.h413 ppdu_info->rx_status.eht_data[4] |= in hal_rx_parse_ru_allocation_9224()
416 ppdu_info->rx_status.eht_data[4] |= 1 << in hal_rx_parse_ru_allocation_9224()
419 ppdu_info->rx_status.eht_data[4] |= in hal_rx_parse_ru_allocation_9224()
422 ppdu_info->rx_status.eht_data[4] |= 1 << in hal_rx_parse_ru_allocation_9224()
425 ppdu_info->rx_status.eht_data[5] |= in hal_rx_parse_ru_allocation_9224()
428 ppdu_info->rx_status.eht_data[5] |= 1 << in hal_rx_parse_ru_allocation_9224()
431 ppdu_info->rx_status.eht_data[5] |= in hal_rx_parse_ru_allocation_9224()
434 ppdu_info->rx_status.eht_data[5] |= 1 << in hal_rx_parse_ru_allocation_9224()
437 ppdu_info->rx_status.eht_data[5] |= in hal_rx_parse_ru_allocation_9224()
440 ppdu_info->rx_status.eht_data[5] |= 1 << in hal_rx_parse_ru_allocation_9224()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_generic_api.h905 uint32_t eht_data[6] = {0}; in hal_txmon_populate_eht_sig_per_user() local
910 eht_data[0] |= (usr->ldpc_extra_symbol << in hal_txmon_populate_eht_sig_per_user()
916 TXMON_HAL_STATUS(ppdu_info, eht_data[i]) |= eht_data[i]; in hal_txmon_populate_eht_sig_per_user()
1135 uint32_t eht_data[9] = {0}; in hal_txmon_populate_eht_sig_common() local
1145 eht_data[0] |= (usr_common->spatial_reuse << in hal_txmon_populate_eht_sig_common()
1147 eht_data[0] |= (usr_common->num_ltf_symbols << in hal_txmon_populate_eht_sig_common()
1149 eht_data[0] |= (usr_common->a_factor << in hal_txmon_populate_eht_sig_common()
1151 eht_data[0] |= (usr_common->pkt_extn_pe << in hal_txmon_populate_eht_sig_common()
1153 eht_data[0] |= (0xF << QDF_MON_STATUS_EHT_DISREGARD_SHIFT); in hal_txmon_populate_eht_sig_common()
1160 eht_data[3] |= (usr_common->ru_channel_0[7] << in hal_txmon_populate_eht_sig_common()
[all …]
Dhal_be_api_mon.h1689 ppdu_info->rx_status.eht_data[0] |= (usig_ovflow->spatial_reuse << in hal_rx_parse_usig_overflow()
1695 ppdu_info->rx_status.eht_data[0] |= (usig_ovflow->num_ltf_sym << in hal_rx_parse_usig_overflow()
1697 ppdu_info->rx_status.eht_data[0] |= (usig_ovflow->ldpc_extra_sym << in hal_rx_parse_usig_overflow()
1699 ppdu_info->rx_status.eht_data[0] |= (usig_ovflow->pre_fec_pad_factor << in hal_rx_parse_usig_overflow()
1701 ppdu_info->rx_status.eht_data[0] |= (usig_ovflow->pe_disambiguity << in hal_rx_parse_usig_overflow()
1703 ppdu_info->rx_status.eht_data[0] |= (0xF << in hal_rx_parse_usig_overflow()
1719 ppdu_info->rx_status.eht_data[7] |= (non_ofdma_cmn_eb->num_users << in hal_rx_parse_non_ofdma_users()
1775 rx_user_status->eht_data[7] |= in hal_rx_parse_eht_sig_mumimo_user_info()
1857 rx_user_status->eht_data[7] |= in hal_rx_parse_eht_sig_non_mumimo_user_info()
1948 ppdu_info->rx_status.eht_data[0] |= (eht_sig_ndp->spatial_reuse << in hal_rx_parse_eht_sig_ndp()
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_nbuf.c5333 put_unaligned_le32(rx_status->eht_data[0], &rtap_buf[rtap_len]); in qdf_nbuf_update_radiotap_eht_flags()
5336 put_unaligned_le32(rx_status->eht_data[1], &rtap_buf[rtap_len]); in qdf_nbuf_update_radiotap_eht_flags()
5344 put_unaligned_le32(rx_status->eht_data[0] | in qdf_nbuf_update_radiotap_eht_flags()
5345 rx_user_status->eht_data[0], in qdf_nbuf_update_radiotap_eht_flags()
5349 put_unaligned_le32(rx_status->eht_data[1] | in qdf_nbuf_update_radiotap_eht_flags()
5350 rx_user_status->eht_data[1], in qdf_nbuf_update_radiotap_eht_flags()
5355 put_unaligned_le32(rx_status->eht_data[2], &rtap_buf[rtap_len]); in qdf_nbuf_update_radiotap_eht_flags()
5358 put_unaligned_le32(rx_status->eht_data[3], &rtap_buf[rtap_len]); in qdf_nbuf_update_radiotap_eht_flags()
5361 put_unaligned_le32(rx_status->eht_data[4], &rtap_buf[rtap_len]); in qdf_nbuf_update_radiotap_eht_flags()
5364 put_unaligned_le32(rx_status->eht_data[5], &rtap_buf[rtap_len]); in qdf_nbuf_update_radiotap_eht_flags()
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_nbuf.h523 uint32_t eht_data[9]; member
668 uint32_t eht_data[9]; member