Lines Matching refs:p_drvinfo
28 struct rx_fwinfo_8723e *p_drvinfo, in _rtl8723e_query_rxphystatus() argument
52 cck_buf = (struct phy_sts_cck_8723e_t *)p_drvinfo; in _rtl8723e_query_rxphystatus()
85 report = p_drvinfo->cfosho[0] & 0x60; in _rtl8723e_query_rxphystatus()
157 rx_pwr[i] = ((p_drvinfo->gain_trsw[i] & in _rtl8723e_query_rxphystatus()
166 (long)(p_drvinfo->rxsnr[i] / 2); in _rtl8723e_query_rxphystatus()
176 rx_pwr_all = ((p_drvinfo->pwdb_all >> 1) & 0x7f) - 110; in _rtl8723e_query_rxphystatus()
191 evm = rtl_evm_db_to_percentage(p_drvinfo->rxevm[i]); in _rtl8723e_query_rxphystatus()
220 struct rx_fwinfo_8723e *p_drvinfo) in translate_rx_signal_stuff() argument
253 _rtl8723e_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in translate_rx_signal_stuff()
265 struct rx_fwinfo_8723e *p_drvinfo; in rtl8723e_rx_query_desc() local
332 p_drvinfo = (struct rx_fwinfo_8723e *)(skb->data + in rtl8723e_rx_query_desc()
335 translate_rx_signal_stuff(hw, skb, status, pdesc8, p_drvinfo); in rtl8723e_rx_query_desc()