Home
last modified time | relevance | path

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

/drivers/net/wireless/rtlwifi/rtl8821ae/
Dtrx.c300 struct phy_status_rpt *p_phystrpt = (struct phy_status_rpt *)p_drvinfo; in query_rxphystatus() local
321 cck_agc_rpt = p_phystrpt->cfosho[0]; in query_rxphystatus()
417 sq = p_phystrpt->pwdb_all; in query_rxphystatus()
437 rx_pwr[i] = (p_phystrpt->gain_trsw[i] & 0x7f) - 110; in query_rxphystatus()
444 pstatus->rx_snr[i] = p_phystrpt->rxsnr[i] / 2; in query_rxphystatus()
445 rtlpriv->stats.rx_snr_db[i] = p_phystrpt->rxsnr[i] / 2; in query_rxphystatus()
447 pstatus->cfo_short[i] = odm_cfo(p_phystrpt->cfosho[i]); in query_rxphystatus()
448 pstatus->cfo_tail[i] = odm_cfo(p_phystrpt->cfotail[i]); in query_rxphystatus()
474 evm = rtl_evm_db_to_percentage(p_phystrpt->rxevm[i]); in query_rxphystatus()
475 evmdbm = rtl_evm_dbm_jaguar(p_phystrpt->rxevm[i]); in query_rxphystatus()
[all …]
/drivers/net/wireless/rtlwifi/rtl8723be/
Dtrx.c216 struct phy_status_rpt *p_phystrpt = (struct phy_status_rpt *)p_drvinfo; in _rtl8723be_query_rxphystatus() local
235 cck_agc_rpt = p_phystrpt->cck_agc_rpt_ofdm_cfosho_a; in _rtl8723be_query_rxphystatus()
280 sq_rpt = p_phystrpt->cck_sig_qual_ofdm_pwdb_all; in _rtl8723be_query_rxphystatus()
299 rx_pwr[i] = ((p_phystrpt->path_agc[i].gain & 0x3f) * 2) in _rtl8723be_query_rxphystatus()
313 rx_pwr_all = ((p_phystrpt->cck_sig_qual_ofdm_pwdb_all >> 1) & in _rtl8723be_query_rxphystatus()
332 p_phystrpt->stream_rxevm[i]); in _rtl8723be_query_rxphystatus()
349 (int)p_phystrpt->path_cfotail[i]; in _rtl8723be_query_rxphystatus()
/drivers/net/wireless/rtlwifi/rtl8192ee/
Dtrx.c216 struct phy_status_rpt *p_phystrpt = (struct phy_status_rpt *)p_drvinfo; in _rtl92ee_query_rxphystatus() local
235 cck_agc_rpt = p_phystrpt->cck_agc_rpt_ofdm_cfosho_a; in _rtl92ee_query_rxphystatus()
304 sq_rpt = p_phystrpt->cck_sig_qual_ofdm_pwdb_all; in _rtl92ee_query_rxphystatus()
324 rx_pwr[i] = ((p_phystrpt->path_agc[i].gain & 0x3f) * 2) in _rtl92ee_query_rxphystatus()
338 rx_pwr_all = ((p_phystrpt->cck_sig_qual_ofdm_pwdb_all >> 1) in _rtl92ee_query_rxphystatus()
356 p_phystrpt->stream_rxevm[i]); in _rtl92ee_query_rxphystatus()
373 (int)p_phystrpt->path_cfotail[i]; in _rtl92ee_query_rxphystatus()