Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/rtw88/
HDrx.c90 dm_info->rx_snr[i]); in rtw_rx_phy_stat()
HDrtw8822b.c893 pkt_stat->rx_snr[RF_PATH_A] = GET_PHY_STAT_P1_RXSNR_A(phy_status); in query_phy_status_page1()
894 pkt_stat->rx_snr[RF_PATH_B] = GET_PHY_STAT_P1_RXSNR_B(phy_status); in query_phy_status_page1()
902 dm_info->rx_snr[path] = pkt_stat->rx_snr[path] >> 1; in query_phy_status_page1()
HDrtw8703b.c996 pkt_stat->rx_snr[RF_PATH_A] = (s8)(phy_status->path_rxsnr[RF_PATH_A] / 2); in query_phy_status_ofdm()
1007 dm_info->rx_snr[RF_PATH_A] = pkt_stat->rx_snr[RF_PATH_A] >> 1; in query_phy_status_ofdm()
HDrtw8723d.c197 pkt_stat->rx_snr[RF_PATH_A] = GET_PHY_STAT_P1_RXSNR_A(phy_status); in query_phy_status_page1()
202 dm_info->rx_snr[RF_PATH_A] = pkt_stat->rx_snr[RF_PATH_A] >> 1; in query_phy_status_page1()
HDdebug.c859 dm_info->rx_snr[RF_PATH_A], in rtw_debugfs_get_phy_info()
860 dm_info->rx_snr[RF_PATH_B]); in rtw_debugfs_get_phy_info()
HDmain.h652 s8 rx_snr[RTW_RF_PATH_MAX]; member
1747 s8 rx_snr[RTW_RF_PATH_MAX]; member
HDrtw8822c.c2645 pkt_stat->rx_snr[RF_PATH_A] = GET_PHY_STAT_P1_RXSNR_A(phy_status); in query_phy_status_page1()
2646 pkt_stat->rx_snr[RF_PATH_B] = GET_PHY_STAT_P1_RXSNR_B(phy_status); in query_phy_status_page1()
2661 dm_info->rx_snr[path] = pkt_stat->rx_snr[path] >> 1; in query_phy_status_page1()
HDcoex.c4174 -dm_info->rx_snr[RF_PATH_A], in rtw_coex_display_coex_info()
4175 -dm_info->rx_snr[RF_PATH_B]); in rtw_coex_display_coex_info()