Lines Matching refs:pstats
654 struct rtl_stats *pstats, in _rtl92c_query_rxphystatus() argument
673 pstats->packet_matchbssid = packet_match_bssid; in _rtl92c_query_rxphystatus()
674 pstats->packet_toself = packet_toself; in _rtl92c_query_rxphystatus()
675 pstats->packet_beacon = packet_beacon; in _rtl92c_query_rxphystatus()
676 pstats->is_cck = is_cck_rate; in _rtl92c_query_rxphystatus()
677 pstats->RX_SIGQ[0] = -1; in _rtl92c_query_rxphystatus()
678 pstats->RX_SIGQ[1] = -1; in _rtl92c_query_rxphystatus()
724 pstats->rx_pwdb_all = pwdb_all; in _rtl92c_query_rxphystatus()
725 pstats->recvsignalpower = rx_pwr_all; in _rtl92c_query_rxphystatus()
728 if (pstats->rx_pwdb_all > 40) in _rtl92c_query_rxphystatus()
739 pstats->signalquality = sq; in _rtl92c_query_rxphystatus()
740 pstats->RX_SIGQ[0] = sq; in _rtl92c_query_rxphystatus()
741 pstats->RX_SIGQ[1] = -1; in _rtl92c_query_rxphystatus()
757 pstats->rx_mimo_signalstrength[i] = (u8) rssi; in _rtl92c_query_rxphystatus()
761 pstats->rx_pwdb_all = pwdb_all; in _rtl92c_query_rxphystatus()
762 pstats->rxpower = rx_pwr_all; in _rtl92c_query_rxphystatus()
763 pstats->recvsignalpower = rx_pwr_all; in _rtl92c_query_rxphystatus()
774 pstats->signalquality = in _rtl92c_query_rxphystatus()
776 pstats->RX_SIGQ[i] = in _rtl92c_query_rxphystatus()
782 pstats->signalstrength = in _rtl92c_query_rxphystatus()
785 pstats->signalstrength = in _rtl92c_query_rxphystatus()
792 struct rtl_stats *pstats, in rtl92c_translate_rx_signal_stuff() argument
805 tmp_buf = skb->data + pstats->rx_drvinfo_size + pstats->rx_bufshift; in rtl92c_translate_rx_signal_stuff()
817 (!pstats->hwerror) && (!pstats->crc) && (!pstats->icv)); in rtl92c_translate_rx_signal_stuff()
823 _rtl92c_query_rxphystatus(hw, pstats, pdesc, p_drvinfo, in rtl92c_translate_rx_signal_stuff()
826 rtl_process_phyinfo(hw, tmp_buf, pstats); in rtl92c_translate_rx_signal_stuff()