Lines Matching refs:p_drvinfo
50 struct rx_fwinfo_8723e *p_drvinfo, in _rtl8723e_query_rxphystatus() argument
74 cck_buf = (struct phy_sts_cck_8723e_t *)p_drvinfo; in _rtl8723e_query_rxphystatus()
107 report = p_drvinfo->cfosho[0] & 0x60; in _rtl8723e_query_rxphystatus()
179 rx_pwr[i] = ((p_drvinfo->gain_trsw[i] & in _rtl8723e_query_rxphystatus()
188 (long)(p_drvinfo->rxsnr[i] / 2); in _rtl8723e_query_rxphystatus()
198 rx_pwr_all = ((p_drvinfo->pwdb_all >> 1) & 0x7f) - 110; in _rtl8723e_query_rxphystatus()
213 evm = rtl_evm_db_to_percentage(p_drvinfo->rxevm[i]); in _rtl8723e_query_rxphystatus()
242 struct rx_fwinfo_8723e *p_drvinfo) in translate_rx_signal_stuff() argument
275 _rtl8723e_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in translate_rx_signal_stuff()
287 struct rx_fwinfo_8723e *p_drvinfo; in rtl8723e_rx_query_desc() local
353 p_drvinfo = (struct rx_fwinfo_8723e *)(skb->data + in rtl8723e_rx_query_desc()
356 translate_rx_signal_stuff(hw, skb, status, pdesc, p_drvinfo); in rtl8723e_rx_query_desc()