Home
last modified time | relevance | path

Searched refs:rx_rssi_percentage (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dstats.c105 if (rtlpriv->stats.rx_rssi_percentage[rfpath] == 0) { in rtl_process_ui_rssi()
106 rtlpriv->stats.rx_rssi_percentage[rfpath] = in rtl_process_ui_rssi()
111 rtlpriv->stats.rx_rssi_percentage[rfpath]) { in rtl_process_ui_rssi()
112 rtlpriv->stats.rx_rssi_percentage[rfpath] = in rtl_process_ui_rssi()
113 ((rtlpriv->stats.rx_rssi_percentage[rfpath] * in rtl_process_ui_rssi()
117 rtlpriv->stats.rx_rssi_percentage[rfpath] = in rtl_process_ui_rssi()
118 rtlpriv->stats.rx_rssi_percentage[rfpath] + 1; in rtl_process_ui_rssi()
120 rtlpriv->stats.rx_rssi_percentage[rfpath] = in rtl_process_ui_rssi()
121 ((rtlpriv->stats.rx_rssi_percentage[rfpath] * in rtl_process_ui_rssi()
H A Dwifi.h1149 u8 rx_rssi_percentage[4]; member
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.c196 if (rtlpriv->stats.rx_rssi_percentage[rfpath] == 0) { in rtl92d_loop_over_paths()
197 rtlpriv->stats.rx_rssi_percentage[rfpath] = in rtl92d_loop_over_paths()
202 rtlpriv->stats.rx_rssi_percentage[rfpath]) { in rtl92d_loop_over_paths()
203 rtlpriv->stats.rx_rssi_percentage[rfpath] = in rtl92d_loop_over_paths()
204 ((rtlpriv->stats.rx_rssi_percentage[rfpath] * in rtl92d_loop_over_paths()
208 rtlpriv->stats.rx_rssi_percentage[rfpath] = in rtl92d_loop_over_paths()
209 rtlpriv->stats.rx_rssi_percentage[rfpath] + 1; in rtl92d_loop_over_paths()
211 rtlpriv->stats.rx_rssi_percentage[rfpath] = in rtl92d_loop_over_paths()
212 ((rtlpriv->stats.rx_rssi_percentage[rfpath] * in rtl92d_loop_over_paths()
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1450 if (priv->stats.rx_rssi_percentage[rfpath] == 0) { in _rtl92e_process_phyinfo()
1451 priv->stats.rx_rssi_percentage[rfpath] = in _rtl92e_process_phyinfo()
1455 priv->stats.rx_rssi_percentage[rfpath]) { in _rtl92e_process_phyinfo()
1456 priv->stats.rx_rssi_percentage[rfpath] = in _rtl92e_process_phyinfo()
1457 ((priv->stats.rx_rssi_percentage[rfpath] in _rtl92e_process_phyinfo()
1461 priv->stats.rx_rssi_percentage[rfpath] = in _rtl92e_process_phyinfo()
1462 priv->stats.rx_rssi_percentage[rfpath] in _rtl92e_process_phyinfo()
1465 priv->stats.rx_rssi_percentage[rfpath] = in _rtl92e_process_phyinfo()
1466 ((priv->stats.rx_rssi_percentage[rfpath] * in _rtl92e_process_phyinfo()
H A Drtl_core.h152 u8 rx_rssi_percentage[4]; member
H A Drtl_dm.c1620 dm_rx_path_sel_table.rf_rssi[i] = priv->stats.rx_rssi_percentage[i]; in _rtl92e_dm_rx_path_sel_byrssi()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Ddm.c307 rssi_a = rtlpriv->stats.rx_rssi_percentage[RF90_PATH_A]; in _rtl92s_dm_switch_baseband_mrc()
308 rssi_b = rtlpriv->stats.rx_rssi_percentage[RF90_PATH_B]; in _rtl92s_dm_switch_baseband_mrc()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c3633 if (priv->stats.rx_rssi_percentage[rfpath] == 0) in rtl8192_process_phyinfo()
3634 priv->stats.rx_rssi_percentage[rfpath] = in rtl8192_process_phyinfo()
3636 if (pprevious_stats->RxMIMOSignalStrength[rfpath] > priv->stats.rx_rssi_percentage[rfpath]) { in rtl8192_process_phyinfo()
3637 priv->stats.rx_rssi_percentage[rfpath] = in rtl8192_process_phyinfo()
3638 ((priv->stats.rx_rssi_percentage[rfpath] * (RX_SMOOTH_FACTOR - 1)) + in rtl8192_process_phyinfo()
3640 priv->stats.rx_rssi_percentage[rfpath] = priv->stats.rx_rssi_percentage[rfpath] + 1; in rtl8192_process_phyinfo()
3642 priv->stats.rx_rssi_percentage[rfpath] = in rtl8192_process_phyinfo()
3643 ((priv->stats.rx_rssi_percentage[rfpath] * (RX_SMOOTH_FACTOR - 1)) + in rtl8192_process_phyinfo()
3648 priv->stats.rx_rssi_percentage[rfpath]); in rtl8192_process_phyinfo()
H A Dr8192U.h577 u8 rx_rssi_percentage[4]; member
H A Dr8192U_dm.c2248 DM_RxPathSelTable.rf_rssi[i] = priv->stats.rx_rssi_percentage[i]; in dm_rxpath_sel_byrssi()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Ddm.c302 rtlpriv->stats.rx_rssi_percentage[0]); in rtl92ee_rssi_dump_to_register()
304 rtlpriv->stats.rx_rssi_percentage[1]); in rtl92ee_rssi_dump_to_register()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Ddm.c467 rtlpriv->stats.rx_rssi_percentage[0]); in rtl8812ae_dm_rssi_dump_to_register()
469 rtlpriv->stats.rx_rssi_percentage[1]); in rtl8812ae_dm_rssi_dump_to_register()