Lines Matching refs:pstats
772 struct rtl_stats *pstats, in _rtl92c_query_rxphystatus() argument
791 pstats->packet_matchbssid = packet_match_bssid; in _rtl92c_query_rxphystatus()
792 pstats->packet_toself = packet_toself; in _rtl92c_query_rxphystatus()
793 pstats->packet_beacon = packet_beacon; in _rtl92c_query_rxphystatus()
794 pstats->is_cck = is_cck_rate; in _rtl92c_query_rxphystatus()
795 pstats->RX_SIGQ[0] = -1; in _rtl92c_query_rxphystatus()
796 pstats->RX_SIGQ[1] = -1; in _rtl92c_query_rxphystatus()
842 pstats->rx_pwdb_all = pwdb_all; in _rtl92c_query_rxphystatus()
843 pstats->recvsignalpower = rx_pwr_all; in _rtl92c_query_rxphystatus()
846 if (pstats->rx_pwdb_all > 40) in _rtl92c_query_rxphystatus()
857 pstats->signalquality = sq; in _rtl92c_query_rxphystatus()
858 pstats->RX_SIGQ[0] = sq; in _rtl92c_query_rxphystatus()
859 pstats->RX_SIGQ[1] = -1; in _rtl92c_query_rxphystatus()
875 pstats->rx_mimo_signalstrength[i] = (u8) rssi; in _rtl92c_query_rxphystatus()
879 pstats->rx_pwdb_all = pwdb_all; in _rtl92c_query_rxphystatus()
880 pstats->rxpower = rx_pwr_all; in _rtl92c_query_rxphystatus()
881 pstats->recvsignalpower = rx_pwr_all; in _rtl92c_query_rxphystatus()
892 pstats->signalquality = in _rtl92c_query_rxphystatus()
894 pstats->RX_SIGQ[i] = in _rtl92c_query_rxphystatus()
900 pstats->signalstrength = in _rtl92c_query_rxphystatus()
903 pstats->signalstrength = in _rtl92c_query_rxphystatus()
910 struct rtl_stats *pstats, in rtl92c_translate_rx_signal_stuff() argument
923 tmp_buf = skb->data + pstats->rx_drvinfo_size + pstats->rx_bufshift; in rtl92c_translate_rx_signal_stuff()
935 (!pstats->hwerror) && (!pstats->crc) && (!pstats->icv)); in rtl92c_translate_rx_signal_stuff()
941 _rtl92c_query_rxphystatus(hw, pstats, pdesc, p_drvinfo, in rtl92c_translate_rx_signal_stuff()
944 rtl_process_phyinfo(hw, tmp_buf, pstats); in rtl92c_translate_rx_signal_stuff()