Lines Matching refs:p_phystrpt
88 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()
278 (char)p_phystrpt->cfotail[i]; in query_rxphystatus()
294 rtldm->fat_table.antsel_rx_keep_0 = p_phystrpt->antidx_anta; in query_rxphystatus()
295 rtldm->fat_table.antsel_rx_keep_1 = p_phystrpt->antidx_antb; in query_rxphystatus()