Lines Matching refs:p_drvinfo
29 struct rx_fwinfo_88e *p_drvinfo, in _rtl88ee_query_rxphystatus() argument
37 (struct phy_status_rpt *)p_drvinfo; in _rtl88ee_query_rxphystatus()
57 cck_buf = (struct phy_sts_cck_8192s_t *)p_drvinfo; in _rtl88ee_query_rxphystatus()
174 rx_pwr[i] = ((p_drvinfo->gain_trsw[i] & in _rtl88ee_query_rxphystatus()
183 (long)(p_drvinfo->rxsnr[i] / 2); in _rtl88ee_query_rxphystatus()
193 rx_pwr_all = ((p_drvinfo->pwdb_all >> 1) & 0x7f) - 110; in _rtl88ee_query_rxphystatus()
208 evm = rtl_evm_db_to_percentage(p_drvinfo->rxevm[i]); in _rtl88ee_query_rxphystatus()
275 struct rx_fwinfo_88e *p_drvinfo) in _rtl88ee_translate_rx_signal_stuff() argument
309 _rtl88ee_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in _rtl88ee_translate_rx_signal_stuff()
373 struct rx_fwinfo_88e *p_drvinfo; in rtl88ee_rx_query_desc() local
459 p_drvinfo = (struct rx_fwinfo_88e *)(skb->data + in rtl88ee_rx_query_desc()
464 p_drvinfo); in rtl88ee_rx_query_desc()