Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca8074v2/
H A Dhal_8074v2_rx.h430 (ppdu_info)->evm_info.pilot_evm[pilot] = HAL_RX_GET(rx_tlv, \
502 ppdu_info->evm_info.number_of_symbols = HAL_RX_GET(rx_tlv, in hal_rx_proc_phyrx_other_receive_info_tlv_8074v2()
505 ppdu_info->evm_info.pilot_count = HAL_RX_GET(rx_tlv, in hal_rx_proc_phyrx_other_receive_info_tlv_8074v2()
508 ppdu_info->evm_info.nss_count = HAL_RX_GET(rx_tlv, in hal_rx_proc_phyrx_other_receive_info_tlv_8074v2()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_rx_mon.c355 nss_count = ppdu_info->evm_info.nss_count; in dp_rx_populate_su_evm_details()
356 pilot_count = ppdu_info->evm_info.pilot_count; in dp_rx_populate_su_evm_details()
362 cdp_rx_ppdu->evm_info.pilot_count = pilot_count; in dp_rx_populate_su_evm_details()
363 cdp_rx_ppdu->evm_info.nss_count = nss_count; in dp_rx_populate_su_evm_details()
367 cdp_rx_ppdu->evm_info.pilot_evm[pilot_evm] = in dp_rx_populate_su_evm_details()
368 ppdu_info->evm_info.pilot_evm[pilot_evm]; in dp_rx_populate_su_evm_details()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
H A Dhal_9224.h282 nss_count = ppdu_info->evm_info.nss_count; in hal_rx_update_su_evm_info()
283 pilot_count = ppdu_info->evm_info.pilot_count; in hal_rx_update_su_evm_info()
321 ppdu_info->evm_info.pilot_evm[segment + pilot_shift] = in hal_rx_update_su_evm_info()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_api_mon.h1294 struct hal_rx_su_evm_info evm_info; member
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn_struct.h2842 struct cdp_rx_su_evm_info evm_info; member