Home
last modified time | relevance | path

Searched refs:p_phystrpt (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.c65 struct phy_status_rpt *p_phystrpt = (struct phy_status_rpt *)p_drvinfo; in query_rxphystatus() local
86 cck_agc_rpt = p_phystrpt->cfosho[0]; in query_rxphystatus()
182 sq = p_phystrpt->pwdb_all; in query_rxphystatus()
202 rx_pwr[i] = (p_phystrpt->gain_trsw[i] & 0x7f) - 110; in query_rxphystatus()
209 pstatus->rx_snr[i] = p_phystrpt->rxsnr[i] / 2; in query_rxphystatus()
210 rtlpriv->stats.rx_snr_db[i] = p_phystrpt->rxsnr[i] / 2; in query_rxphystatus()
212 pstatus->cfo_short[i] = odm_cfo(p_phystrpt->cfosho[i]); in query_rxphystatus()
213 pstatus->cfo_tail[i] = odm_cfo(p_phystrpt->cfotail[i]); in query_rxphystatus()
239 evm = rtl_evm_db_to_percentage(p_phystrpt->rxevm[i]); in query_rxphystatus()
240 evmdbm = _rtl8821ae_evm_dbm_jaguar(p_phystrpt->rxevm[i]); in query_rxphystatus()
[all …]
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dtrx.c37 struct phy_status_rpt *p_phystrpt = (struct phy_status_rpt *)p_drvinfo; in _rtl8723be_query_rxphystatus() local
55 cck_agc_rpt = p_phystrpt->cck_agc_rpt_ofdm_cfosho_a; in _rtl8723be_query_rxphystatus()
99 sq_rpt = p_phystrpt->cck_sig_qual_ofdm_pwdb_all; in _rtl8723be_query_rxphystatus()
118 rx_pwr[i] = ((p_phystrpt->path_agc[i].gain & 0x3f) * 2) in _rtl8723be_query_rxphystatus()
132 rx_pwr_all = ((p_phystrpt->cck_sig_qual_ofdm_pwdb_all >> 1) & in _rtl8723be_query_rxphystatus()
151 p_phystrpt->stream_rxevm[i]); in _rtl8723be_query_rxphystatus()
168 (int)p_phystrpt->path_cfotail[i]; in _rtl8723be_query_rxphystatus()
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dtrx.c36 struct phy_status_rpt *p_phystrpt = (struct phy_status_rpt *)p_drvinfo; in _rtl92ee_query_rxphystatus() local
55 cck_agc_rpt = p_phystrpt->cck_agc_rpt_ofdm_cfosho_a; in _rtl92ee_query_rxphystatus()
125 sq_rpt = p_phystrpt->cck_sig_qual_ofdm_pwdb_all; in _rtl92ee_query_rxphystatus()
145 rx_pwr[i] = ((p_phystrpt->path_agc[i].gain & 0x3f) * 2) in _rtl92ee_query_rxphystatus()
159 rx_pwr_all = ((p_phystrpt->cck_sig_qual_ofdm_pwdb_all >> 1) in _rtl92ee_query_rxphystatus()
177 p_phystrpt->stream_rxevm[i]); in _rtl92ee_query_rxphystatus()
194 (int)p_phystrpt->path_cfotail[i]; in _rtl92ee_query_rxphystatus()