Lines Matching refs:p_drvinfo
52 struct rx_fwinfo_88e *p_drvinfo, in _rtl88ee_query_rxphystatus() argument
60 (struct phy_status_rpt *)p_drvinfo; in _rtl88ee_query_rxphystatus()
80 cck_buf = (struct phy_sts_cck_8192s_t *)p_drvinfo; in _rtl88ee_query_rxphystatus()
197 rx_pwr[i] = ((p_drvinfo->gain_trsw[i] & in _rtl88ee_query_rxphystatus()
206 (long)(p_drvinfo->rxsnr[i] / 2); in _rtl88ee_query_rxphystatus()
216 rx_pwr_all = ((p_drvinfo->pwdb_all >> 1) & 0x7f) - 110; in _rtl88ee_query_rxphystatus()
231 evm = rtl_evm_db_to_percentage(p_drvinfo->rxevm[i]); in _rtl88ee_query_rxphystatus()
298 struct rx_fwinfo_88e *p_drvinfo) in _rtl88ee_translate_rx_signal_stuff() argument
332 _rtl88ee_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in _rtl88ee_translate_rx_signal_stuff()
396 struct rx_fwinfo_88e *p_drvinfo; in rtl88ee_rx_query_desc() local
480 p_drvinfo = (struct rx_fwinfo_88e *)(skb->data + in rtl88ee_rx_query_desc()
485 p_drvinfo); in rtl88ee_rx_query_desc()