Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.c88 struct phy_status_rpt *p_phystrpt = (struct phy_status_rpt *)p_drvinfo; in query_rxphystatus() local
109 cck_agc_rpt = p_phystrpt->cfosho[0]; in query_rxphystatus()
205 sq = p_phystrpt->pwdb_all; in query_rxphystatus()
225 rx_pwr[i] = (p_phystrpt->gain_trsw[i] & 0x7f) - 110; in query_rxphystatus()
232 pstatus->rx_snr[i] = p_phystrpt->rxsnr[i] / 2; in query_rxphystatus()
233 rtlpriv->stats.rx_snr_db[i] = p_phystrpt->rxsnr[i] / 2; in query_rxphystatus()
235 pstatus->cfo_short[i] = odm_cfo(p_phystrpt->cfosho[i]); in query_rxphystatus()
236 pstatus->cfo_tail[i] = odm_cfo(p_phystrpt->cfotail[i]); in query_rxphystatus()
262 evm = rtl_evm_db_to_percentage(p_phystrpt->rxevm[i]); in query_rxphystatus()
263 evmdbm = _rtl8821ae_evm_dbm_jaguar(p_phystrpt->rxevm[i]); in query_rxphystatus()
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dtrx.c58 struct phy_status_rpt *p_phystrpt = (struct phy_status_rpt *)p_drvinfo; in _rtl8723be_query_rxphystatus() local
77 cck_agc_rpt = p_phystrpt->cck_agc_rpt_ofdm_cfosho_a; in _rtl8723be_query_rxphystatus()
122 sq_rpt = p_phystrpt->cck_sig_qual_ofdm_pwdb_all; in _rtl8723be_query_rxphystatus()
141 rx_pwr[i] = ((p_phystrpt->path_agc[i].gain & 0x3f) * 2) in _rtl8723be_query_rxphystatus()
155 rx_pwr_all = ((p_phystrpt->cck_sig_qual_ofdm_pwdb_all >> 1) & in _rtl8723be_query_rxphystatus()
174 p_phystrpt->stream_rxevm[i]); in _rtl8723be_query_rxphystatus()
191 (int)p_phystrpt->path_cfotail[i]; in _rtl8723be_query_rxphystatus()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dtrx.c58 struct phy_status_rpt *p_phystrpt = (struct phy_status_rpt *)p_drvinfo; in _rtl92ee_query_rxphystatus() local
77 cck_agc_rpt = p_phystrpt->cck_agc_rpt_ofdm_cfosho_a; in _rtl92ee_query_rxphystatus()
146 sq_rpt = p_phystrpt->cck_sig_qual_ofdm_pwdb_all; in _rtl92ee_query_rxphystatus()
166 rx_pwr[i] = ((p_phystrpt->path_agc[i].gain & 0x3f) * 2) in _rtl92ee_query_rxphystatus()
180 rx_pwr_all = ((p_phystrpt->cck_sig_qual_ofdm_pwdb_all >> 1) in _rtl92ee_query_rxphystatus()
198 p_phystrpt->stream_rxevm[i]); in _rtl92ee_query_rxphystatus()
215 (int)p_phystrpt->path_cfotail[i]; in _rtl92ee_query_rxphystatus()