Home
last modified time | relevance | path

Searched refs:rx_snr (Results 1 – 12 of 12) sorted by relevance

/drivers/net/wireless/realtek/rtw88/
Drx.c90 dm_info->rx_snr[i]); in rtw_rx_phy_stat()
Drtw8822b.c892 pkt_stat->rx_snr[RF_PATH_A] = GET_PHY_STAT_P1_RXSNR_A(phy_status); in query_phy_status_page1()
893 pkt_stat->rx_snr[RF_PATH_B] = GET_PHY_STAT_P1_RXSNR_B(phy_status); in query_phy_status_page1()
901 dm_info->rx_snr[path] = pkt_stat->rx_snr[path] >> 1; in query_phy_status_page1()
Ddebug.c820 dm_info->rx_snr[RF_PATH_A], in rtw_debugfs_get_phy_info()
821 dm_info->rx_snr[RF_PATH_B]); in rtw_debugfs_get_phy_info()
Dmain.h630 s8 rx_snr[RTW_RF_PATH_MAX]; member
1715 s8 rx_snr[RTW_RF_PATH_MAX]; member
Drtw8723d.c309 pkt_stat->rx_snr[RF_PATH_A] = GET_PHY_STAT_P1_RXSNR_A(phy_status); in query_phy_status_page1()
314 dm_info->rx_snr[RF_PATH_A] = pkt_stat->rx_snr[RF_PATH_A] >> 1; in query_phy_status_page1()
Drtw8822c.c2637 pkt_stat->rx_snr[RF_PATH_A] = GET_PHY_STAT_P1_RXSNR_A(phy_status); in query_phy_status_page1()
2638 pkt_stat->rx_snr[RF_PATH_B] = GET_PHY_STAT_P1_RXSNR_B(phy_status); in query_phy_status_page1()
2653 dm_info->rx_snr[path] = pkt_stat->rx_snr[path] >> 1; in query_phy_status_page1()
Dcoex.c4161 -dm_info->rx_snr[RF_PATH_A], in rtw_coex_display_coex_info()
4162 -dm_info->rx_snr[RF_PATH_B]); in rtw_coex_display_coex_info()
/drivers/net/wireless/realtek/rtlwifi/
Dstats.c126 rtlpriv->stats.rx_snr_db[rfpath] = pstatus->rx_snr[rfpath]; in rtl_process_ui_rssi()
Dwifi.h2111 u8 rx_snr[4]; /* per-path's SNR */ member
/drivers/staging/rtl8723bs/hal/
Dodm_HWConfig.c197 phy_info->rx_snr[i] = dm_odm->PhyDbgInfo.RxSNRdB[i] = (s32)(phy_sta_rpt->path_rxsnr[i]/2); in odm_rx_phy_status_parsing()
Dodm.h245 u8 rx_snr[4]; /* per-path's SNR */ member
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.c209 pstatus->rx_snr[i] = p_phystrpt->rxsnr[i] / 2; in query_rxphystatus()