Searched refs:rx_snr (Results 1 – 11 of 11) sorted by relevance
89 dm_info->rx_snr[i]); in rtw_rx_phy_stat()
707 dm_info->rx_snr[RF_PATH_A], in rtw_debugfs_get_phy_info()708 dm_info->rx_snr[RF_PATH_B]); in rtw_debugfs_get_phy_info()
871 pkt_stat->rx_snr[RF_PATH_A] = GET_PHY_STAT_P1_RXSNR_A(phy_status); in query_phy_status_page1()872 pkt_stat->rx_snr[RF_PATH_B] = GET_PHY_STAT_P1_RXSNR_B(phy_status); in query_phy_status_page1()880 dm_info->rx_snr[path] = pkt_stat->rx_snr[path] >> 1; in query_phy_status_page1()
620 s8 rx_snr[RTW_RF_PATH_MAX]; member1512 s8 rx_snr[RTW_RF_PATH_MAX]; member
290 pkt_stat->rx_snr[RF_PATH_A] = GET_PHY_STAT_P1_RXSNR_A(phy_status); in query_phy_status_page1()295 dm_info->rx_snr[RF_PATH_A] = pkt_stat->rx_snr[RF_PATH_A] >> 1; in query_phy_status_page1()
1836 pkt_stat->rx_snr[RF_PATH_A] = GET_PHY_STAT_P1_RXSNR_A(phy_status); in query_phy_status_page1()1837 pkt_stat->rx_snr[RF_PATH_B] = GET_PHY_STAT_P1_RXSNR_B(phy_status); in query_phy_status_page1()1845 dm_info->rx_snr[path] = pkt_stat->rx_snr[path] >> 1; in query_phy_status_page1()
126 rtlpriv->stats.rx_snr_db[rfpath] = pstatus->rx_snr[rfpath]; in rtl_process_ui_rssi()
2124 u8 rx_snr[4]; /* per-path's SNR */ member
176 pPhyInfo->rx_snr[i] = pDM_Odm->PhyDbgInfo.RxSNRdB[i] = (s32)(pPhyStaRpt->path_rxsnr[i]/2); in odm_RxPhyStatus92CSeries_Parsing()
248 u8 rx_snr[4]; /* per-path's SNR */ member
209 pstatus->rx_snr[i] = p_phystrpt->rxsnr[i] / 2; in query_rxphystatus()