Lines Matching refs:p_phystrpt
65 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()
255 (s8)p_phystrpt->cfotail[i]; in query_rxphystatus()
271 rtldm->fat_table.antsel_rx_keep_0 = p_phystrpt->antidx_anta; in query_rxphystatus()
272 rtldm->fat_table.antsel_rx_keep_1 = p_phystrpt->antidx_antb; in query_rxphystatus()