Home
last modified time | relevance | path

Searched refs:RxMIMOSignalStrength (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/
H A Dodm_hwconfig.c198 pPhyInfo->RxMIMOSignalStrength[i] = (u8)RSSI; in odm_RxPhyStatus92CSeries_Parsing()
303 if (pPhyInfo->RxMIMOSignalStrength[RF_PATH_B] == 0) { in odm_Process_RSSIForDM()
304 RSSI_Ave = pPhyInfo->RxMIMOSignalStrength[RF_PATH_A]; in odm_Process_RSSIForDM()
306 if (pPhyInfo->RxMIMOSignalStrength[RF_PATH_A] > pPhyInfo->RxMIMOSignalStrength[RF_PATH_B]) { in odm_Process_RSSIForDM()
307 RSSI_max = pPhyInfo->RxMIMOSignalStrength[RF_PATH_A]; in odm_Process_RSSIForDM()
308 RSSI_min = pPhyInfo->RxMIMOSignalStrength[RF_PATH_B]; in odm_Process_RSSIForDM()
310 RSSI_max = pPhyInfo->RxMIMOSignalStrength[RF_PATH_B]; in odm_Process_RSSIForDM()
311 RSSI_min = pPhyInfo->RxMIMOSignalStrength[RF_PATH_A]; in odm_Process_RSSIForDM()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_hwconfig.c984 pPhyInfo->RxMIMOSignalStrength[0] = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
986 pPhyInfo->RxMIMOSignalStrength[1] = 0; in odm_RxPhyStatus92CSeries_Parsing()
1033 pPhyInfo->RxMIMOSignalStrength[i] =(u1Byte) RSSI; in odm_RxPhyStatus92CSeries_Parsing()
1388 pPhyInfo->RxMIMOSignalStrength[0] = PWDB_ALL; in odm_RxPhyStatusJaguarSeries_Parsing()
1390 pPhyInfo->RxMIMOSignalStrength[i] = 0; in odm_RxPhyStatusJaguarSeries_Parsing()
1433 pPhyInfo->RxMIMOSignalStrength[i] = (u1Byte) RSSI; in odm_RxPhyStatusJaguarSeries_Parsing()
1724 pDM_Odm->RSSI_A = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; in odm_Process_RSSIForDM()
1726 RSSI_linear += odm_ConvertTo_linear(pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]); in odm_Process_RSSIForDM()
1731 pDM_Odm->RSSI_B = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]; in odm_Process_RSSIForDM()
1733 RSSI_linear += odm_ConvertTo_linear(pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]); in odm_Process_RSSIForDM()
[all …]
H A Dphydm_pathdiv.c596 pDM_PathDiv->path_a_sum_all+=pPhyInfo->RxMIMOSignalStrength[0]; in phydm_process_rssi_for_path_div()
599 pDM_PathDiv->path_b_sum_all+=pPhyInfo->RxMIMOSignalStrength[1]; in phydm_process_rssi_for_path_div()
602 pDM_PathDiv->path_c_sum_all+=pPhyInfo->RxMIMOSignalStrength[2]; in phydm_process_rssi_for_path_div()
605 pDM_PathDiv->path_d_sum_all+=pPhyInfo->RxMIMOSignalStrength[3]; in phydm_process_rssi_for_path_div()
612 pDM_PathDiv->PathA_Sum[pPktinfo->StationID]+=pPhyInfo->RxMIMOSignalStrength[0]; in phydm_process_rssi_for_path_div()
615 pDM_PathDiv->PathB_Sum[pPktinfo->StationID]+=pPhyInfo->RxMIMOSignalStrength[1]; in phydm_process_rssi_for_path_div()
H A Dphydm.h202 u1Byte RxMIMOSignalStrength[4]; /* in 0~100 index */ member
234 u1Byte RxMIMOSignalStrength[4]; /* in 0~100 index */ member
H A Dphydm_antdiv.c2866 …icsOfCtrlFrame(pDM_Odm, pDM_FatTable->antsel_rx_keep_0, pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH… in odm_S0S1_SwAntDivByCtrlFrame_ProcessRSSI()
4313 RxPower_Ant0 = pPhyInfo->RxMIMOSignalStrength[0]; in ODM_Process_RSSIForAntDiv()
4314 RxPower_Ant1= pPhyInfo->RxMIMOSignalStrength[1]; in ODM_Process_RSSIForAntDiv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_hwconfig.c975 pPhyInfo->RxMIMOSignalStrength[0] = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
977 pPhyInfo->RxMIMOSignalStrength[1] = 0; in odm_RxPhyStatus92CSeries_Parsing()
1024 pPhyInfo->RxMIMOSignalStrength[i] =(u1Byte) RSSI; in odm_RxPhyStatus92CSeries_Parsing()
1379 pPhyInfo->RxMIMOSignalStrength[0] = PWDB_ALL; in odm_RxPhyStatusJaguarSeries_Parsing()
1381 pPhyInfo->RxMIMOSignalStrength[i] = 0; in odm_RxPhyStatusJaguarSeries_Parsing()
1422 pPhyInfo->RxMIMOSignalStrength[i] = (u1Byte) RSSI; in odm_RxPhyStatusJaguarSeries_Parsing()
1714 pDM_Odm->RSSI_A = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; in odm_Process_RSSIForDM()
1716 RSSI_linear += odm_ConvertTo_linear(pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]); in odm_Process_RSSIForDM()
1721 pDM_Odm->RSSI_B = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]; in odm_Process_RSSIForDM()
1723 RSSI_linear += odm_ConvertTo_linear(pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]); in odm_Process_RSSIForDM()
[all …]
H A Dphydm_pathdiv.c596 pDM_PathDiv->path_a_sum_all+=pPhyInfo->RxMIMOSignalStrength[0]; in phydm_process_rssi_for_path_div()
599 pDM_PathDiv->path_b_sum_all+=pPhyInfo->RxMIMOSignalStrength[1]; in phydm_process_rssi_for_path_div()
602 pDM_PathDiv->path_c_sum_all+=pPhyInfo->RxMIMOSignalStrength[2]; in phydm_process_rssi_for_path_div()
605 pDM_PathDiv->path_d_sum_all+=pPhyInfo->RxMIMOSignalStrength[3]; in phydm_process_rssi_for_path_div()
612 pDM_PathDiv->PathA_Sum[pPktinfo->StationID]+=pPhyInfo->RxMIMOSignalStrength[0]; in phydm_process_rssi_for_path_div()
615 pDM_PathDiv->PathB_Sum[pPktinfo->StationID]+=pPhyInfo->RxMIMOSignalStrength[1]; in phydm_process_rssi_for_path_div()
H A Dphydm.h220 u1Byte RxMIMOSignalStrength[4]; /* in 0~100 index */ member
252 u1Byte RxMIMOSignalStrength[4]; /* in 0~100 index */ member
H A Dphydm_antdiv.c2759 …icsOfCtrlFrame(pDM_Odm, pDM_FatTable->antsel_rx_keep_0, pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH… in odm_S0S1_SwAntDivByCtrlFrame_ProcessRSSI()
3669 RxPower_Ant0 = pPhyInfo->RxMIMOSignalStrength[0]; in ODM_Process_RSSIForAntDiv()
3670 RxPower_Ant1= pPhyInfo->RxMIMOSignalStrength[1]; in ODM_Process_RSSIForAntDiv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_hwconfig.c762 pPhyInfo->RxMIMOSignalStrength[0] = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
764 pPhyInfo->RxMIMOSignalStrength[1] = 0; in odm_RxPhyStatus92CSeries_Parsing()
799 pPhyInfo->RxMIMOSignalStrength[i] =(u1Byte) RSSI; in odm_RxPhyStatus92CSeries_Parsing()
1153 pPhyInfo->RxMIMOSignalStrength[0] = PWDB_ALL; in odm_RxPhyStatusJaguarSeries_Parsing()
1155 pPhyInfo->RxMIMOSignalStrength[i] = 0; in odm_RxPhyStatusJaguarSeries_Parsing()
1198 pPhyInfo->RxMIMOSignalStrength[i] = (u1Byte) RSSI; in odm_RxPhyStatusJaguarSeries_Parsing()
1535 pDM_Odm->RSSI_A = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; in odm_Process_RSSIForDM()
1537 RSSI_linear += odm_ConvertTo_linear(pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]); in odm_Process_RSSIForDM()
1542 pDM_Odm->RSSI_B = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]; in odm_Process_RSSIForDM()
1544 RSSI_linear += odm_ConvertTo_linear(pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]); in odm_Process_RSSIForDM()
[all …]
H A Dphydm_pathdiv.c596 pDM_PathDiv->path_a_sum_all+=pPhyInfo->RxMIMOSignalStrength[0]; in phydm_process_rssi_for_path_div()
599 pDM_PathDiv->path_b_sum_all+=pPhyInfo->RxMIMOSignalStrength[1]; in phydm_process_rssi_for_path_div()
602 pDM_PathDiv->path_c_sum_all+=pPhyInfo->RxMIMOSignalStrength[2]; in phydm_process_rssi_for_path_div()
605 pDM_PathDiv->path_d_sum_all+=pPhyInfo->RxMIMOSignalStrength[3]; in phydm_process_rssi_for_path_div()
612 pDM_PathDiv->PathA_Sum[pPktinfo->StationID]+=pPhyInfo->RxMIMOSignalStrength[0]; in phydm_process_rssi_for_path_div()
615 pDM_PathDiv->PathB_Sum[pPktinfo->StationID]+=pPhyInfo->RxMIMOSignalStrength[1]; in phydm_process_rssi_for_path_div()
H A Dphydm.h179 u1Byte RxMIMOSignalStrength[4]; /* in 0~100 index */ member
218 u1Byte RxMIMOSignalStrength[4]; /* in 0~100 index */ member
H A Dphydm_antdiv.c3070 …icsOfCtrlFrame(pDM_Odm, pDM_FatTable->antsel_rx_keep_0, pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH… in odm_S0S1_SwAntDivByCtrlFrame_ProcessRSSI()
4753 RxPower_Ant0 = pPhyInfo->RxMIMOSignalStrength[0]; in ODM_Process_RSSIForAntDiv()
4754 RxPower_Ant1= pPhyInfo->RxMIMOSignalStrength[1]; in ODM_Process_RSSIForAntDiv()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1615 pstats->RxMIMOSignalStrength[i] = (u8) RSSI; in _rtl92e_query_rxphystatus()
1616 precord_stats->RxMIMOSignalStrength[i] = in _rtl92e_query_rxphystatus()
1729 prev_st->RxMIMOSignalStrength[rfpath]); in _rtl92e_process_phyinfo()
1732 prev_st->RxMIMOSignalStrength[rfpath]; in _rtl92e_process_phyinfo()
1734 if (prev_st->RxMIMOSignalStrength[rfpath] > in _rtl92e_process_phyinfo()
1739 (prev_st->RxMIMOSignalStrength in _rtl92e_process_phyinfo()
1748 (prev_st->RxMIMOSignalStrength[rfpath])) / in _rtl92e_process_phyinfo()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_recv.h72 u8 RxMIMOSignalStrength[MAX_PATH_NUM_92CS];/* in 0~100 index */ member
H A Dodm.h256 u8 RxMIMOSignalStrength[MAX_PATH_NUM_92CS];/* in 0~100 index */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Drtw_recv.h158 u1Byte RxMIMOSignalStrength[4];/* in 0~100 index */
182 u8 RxMIMOSignalStrength[4]; /* in 0~100 index */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Drtw_recv.h187 u8 RxMIMOSignalStrength[4]; /* in 0~100 index */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Drtw_recv.h187 u8 RxMIMOSignalStrength[4]; /* in 0~100 index */ member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr8192U_core.c3822 pprevious_stats->RxMIMOSignalStrength[rfpath]; in rtl8192_process_phyinfo()
3823 if (pprevious_stats->RxMIMOSignalStrength[rfpath] > priv->stats.rx_rssi_percentage[rfpath]) { in rtl8192_process_phyinfo()
3826 (pprevious_stats->RxMIMOSignalStrength[rfpath])) / (RX_SMOOTH_FACTOR); in rtl8192_process_phyinfo()
3831 (pprevious_stats->RxMIMOSignalStrength[rfpath])) / (RX_SMOOTH_FACTOR); in rtl8192_process_phyinfo()
4157 pstats->RxMIMOSignalStrength[i] = (u8)RSSI; in rtl8192_query_rxphystatus()
4158 precord_stats->RxMIMOSignalStrength[i] = (u8)RSSI; in rtl8192_query_rxphystatus()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib.h607 u8 RxMIMOSignalStrength[4]; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h733 u8 RxMIMOSignalStrength[4]; // in 0~100 index member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/
H A Dhal_com.c8360 psample_pkt_rssi->mimo_signal_strength[rf_path] = pPhyInfo->RxMIMOSignalStrength[rf_path]; in rtw_store_phy_info()
8381 …psta_dframe_info->sta_mimo_signal_strength[rf_path] = (pPhyInfo->RxMIMOSignalStrength[rf_path]);/*… in rtw_store_phy_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/
H A Dhal_com.c6341 psample_pkt_rssi->mimo_signal_strength[rf_path] = pPhyInfo->RxMIMOSignalStrength[rf_path]; in rtw_store_phy_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/
H A Dhal_com.c6883 psample_pkt_rssi->mimo_signal_strength[rf_path] = pPhyInfo->RxMIMOSignalStrength[rf_path]; in rtw_store_phy_info()