Searched refs:phyerr (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/ |
D | dfs_cac.c | 338 uint32_t phyerr; in dfs_cac_stop() local 342 dfs_get_debug_info(dfs, (void *)&phyerr); in dfs_cac_stop() 345 dfs->dfs_curchan->dfs_ch_freq, phyerr); in dfs_cac_stop() 359 uint32_t phyerr; in dfs_stacac_stop() local 361 dfs_get_debug_info(dfs, (void *)&phyerr); in dfs_stacac_stop() 364 dfs->dfs_curchan->dfs_ch_freq, phyerr); in dfs_stacac_stop()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_main.c | 2619 wmi_host_phyerr_t *phyerr) in wma_extract_single_phyerr_spectral() argument 2634 phyerr->bufp = ev->bufp; in wma_extract_single_phyerr_spectral() 2635 phyerr->buf_len = ev->hdr.buf_len; in wma_extract_single_phyerr_spectral() 2658 phyerr->phy_err_code = WMI_UNIFIED_PHYERRCODE_GET(&ev->hdr); in wma_extract_single_phyerr_spectral() 2659 phyerr->tsf_timestamp = ev->hdr.tsf_timestamp; in wma_extract_single_phyerr_spectral() 2670 phyerr->phy_err_code); in wma_extract_single_phyerr_spectral() 2731 phyerr->rf_info.noise_floor[0] = in wma_extract_single_phyerr_spectral() 2733 phyerr->rf_info.noise_floor[1] = in wma_extract_single_phyerr_spectral() 2735 phyerr->rf_info.noise_floor[2] = in wma_extract_single_phyerr_spectral() 2737 phyerr->rf_info.noise_floor[3] = in wma_extract_single_phyerr_spectral() [all …]
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_api.c | 2337 wmi_host_phyerr_t *phyerr) in wmi_extract_comb_phyerr() argument 2341 evt_buf, datalen, buf_offset, phyerr); in wmi_extract_comb_phyerr() 2350 wmi_host_phyerr_t *phyerr) in wmi_extract_single_phyerr() argument 2354 evt_buf, datalen, buf_offset, phyerr); in wmi_extract_single_phyerr() 2362 uint16_t datalen, wmi_host_phyerr_t *phyerr) in wmi_extract_composite_phyerr() argument 2366 evt_buf, datalen, phyerr); in wmi_extract_composite_phyerr()
|
D | wmi_unified_tlv.c | 18477 wmi_host_phyerr_t *phyerr) in extract_comb_phyerr_tlv() argument 18501 phyerr->pdev_id = wmi_handle->ops-> in extract_comb_phyerr_tlv() 18503 phyerr->tsf64 = pe_hdr->tsf_l32; in extract_comb_phyerr_tlv() 18504 phyerr->tsf64 |= (((uint64_t)pe_hdr->tsf_u32) << 32); in extract_comb_phyerr_tlv() 18505 phyerr->bufp = param_tlvs->bufp; in extract_comb_phyerr_tlv() 18513 phyerr->buf_len = pe_hdr->buf_len; in extract_comb_phyerr_tlv() 18514 phyerr->phy_err_mask0 = pe_hdr->rsPhyErrMask0; in extract_comb_phyerr_tlv() 18515 phyerr->phy_err_mask1 = pe_hdr->rsPhyErrMask1; in extract_comb_phyerr_tlv() 18536 wmi_host_phyerr_t *phyerr) in extract_single_phyerr_tlv() argument 18577 phyerr->phy_err_code = WMI_UNIFIED_PHYERRCODE_GET(&ev->hdr); in extract_single_phyerr_tlv() [all …]
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
D | wmi_unified_api.h | 3508 wmi_host_phyerr_t *phyerr); 3524 wmi_host_phyerr_t *phyerr); 3537 uint16_t datalen, wmi_host_phyerr_t *phyerr);
|
D | wmi_unified_priv.h | 2097 uint16_t datalen, uint16_t *buf_offset, wmi_host_phyerr_t *phyerr); 2100 uint16_t datalen, uint16_t *buf_offset, wmi_host_phyerr_t *phyerr); 2103 uint16_t datalen, wmi_host_phyerr_t *phyerr);
|