Home
last modified time | relevance | path

Searched refs:WMI_UNIFIED_NF_CHAIN_GET (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_main.c2716 (int) WMI_UNIFIED_NF_CHAIN_GET(&ev->hdr, 0), in wma_extract_single_phyerr_spectral()
2717 (int) WMI_UNIFIED_NF_CHAIN_GET(&ev->hdr, 1), in wma_extract_single_phyerr_spectral()
2718 (int) WMI_UNIFIED_NF_CHAIN_GET(&ev->hdr, 2), in wma_extract_single_phyerr_spectral()
2719 (int) WMI_UNIFIED_NF_CHAIN_GET(&ev->hdr, 3), in wma_extract_single_phyerr_spectral()
2732 WMI_UNIFIED_NF_CHAIN_GET(&ev->hdr, 0); in wma_extract_single_phyerr_spectral()
2734 WMI_UNIFIED_NF_CHAIN_GET(&ev->hdr, 1); in wma_extract_single_phyerr_spectral()
2736 WMI_UNIFIED_NF_CHAIN_GET(&ev->hdr, 2); in wma_extract_single_phyerr_spectral()
2738 WMI_UNIFIED_NF_CHAIN_GET(&ev->hdr, 3); in wma_extract_single_phyerr_spectral()
/wlan-driver/fw-api/fw/
Dwmi_unified.h7201 #define WMI_UNIFIED_NF_CHAIN_GET(hdr, c) \ macro