Lines Matching refs:pstats

570 				      struct rtl_stats *pstats,  in _rtl92c_query_rxphystatus()  argument
589 pstats->packet_matchbssid = packet_match_bssid; in _rtl92c_query_rxphystatus()
590 pstats->packet_toself = packet_toself; in _rtl92c_query_rxphystatus()
591 pstats->packet_beacon = packet_beacon; in _rtl92c_query_rxphystatus()
592 pstats->is_cck = is_cck_rate; in _rtl92c_query_rxphystatus()
593 pstats->RX_SIGQ[0] = -1; in _rtl92c_query_rxphystatus()
594 pstats->RX_SIGQ[1] = -1; in _rtl92c_query_rxphystatus()
643 pstats->rx_pwdb_all = pwdb_all; in _rtl92c_query_rxphystatus()
644 pstats->recvsignalpower = rx_pwr_all; in _rtl92c_query_rxphystatus()
648 if (pstats->rx_pwdb_all > 40) in _rtl92c_query_rxphystatus()
659 pstats->signalquality = sq; in _rtl92c_query_rxphystatus()
660 pstats->RX_SIGQ[0] = sq; in _rtl92c_query_rxphystatus()
661 pstats->RX_SIGQ[1] = -1; in _rtl92c_query_rxphystatus()
677 pstats->rx_mimo_signalstrength[i] = (u8) rssi; in _rtl92c_query_rxphystatus()
681 pstats->rx_pwdb_all = pwdb_all; in _rtl92c_query_rxphystatus()
682 pstats->rxpower = rx_pwr_all; in _rtl92c_query_rxphystatus()
683 pstats->recvsignalpower = rx_pwr_all; in _rtl92c_query_rxphystatus()
694 pstats->signalquality = in _rtl92c_query_rxphystatus()
696 pstats->RX_SIGQ[i] = in _rtl92c_query_rxphystatus()
702 pstats->signalstrength = in _rtl92c_query_rxphystatus()
705 pstats->signalstrength = in _rtl92c_query_rxphystatus()
711 struct rtl_stats *pstats, in rtl92c_translate_rx_signal_stuff() argument
724 tmp_buf = skb->data + pstats->rx_drvinfo_size + pstats->rx_bufshift; in rtl92c_translate_rx_signal_stuff()
736 (!pstats->hwerror) && (!pstats->crc) && (!pstats->icv)); in rtl92c_translate_rx_signal_stuff()
742 _rtl92c_query_rxphystatus(hw, pstats, pdesc, p_drvinfo, in rtl92c_translate_rx_signal_stuff()
745 rtl_process_phyinfo(hw, tmp_buf, pstats); in rtl92c_translate_rx_signal_stuff()