Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_beamforming.c333 pEntry->LogStatusFailCnt = 0; in Beamforming_AddBFeeEntry()
528 …if ((*(pDM_Odm->pCurrentTxTP) + *(pDM_Odm->pCurrentRxTP) > 2) && ((pEntry->LogStatusFailCnt <= 20)… in Beamforming_DymPeriod()
1497 if (pEntry->LogStatusFailCnt == 21) in Beamforming_CheckSoundingSuccess()
1499 pEntry->LogStatusFailCnt = 0; in Beamforming_CheckSoundingSuccess()
1500 } else if (pEntry->LogStatusFailCnt <= 20) { in Beamforming_CheckSoundingSuccess()
1501 pEntry->LogStatusFailCnt++; in Beamforming_CheckSoundingSuccess()
1502 …, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s LogStatusFailCnt %d\n", __func__, pEntry->LogStatusFailCnt)); in Beamforming_CheckSoundingSuccess()
1504 if (pEntry->LogStatusFailCnt > 20) { in Beamforming_CheckSoundingSuccess()
1505 pEntry->LogStatusFailCnt = 21; in Beamforming_CheckSoundingSuccess()
1536 pEntry->LogStatusFailCnt = 0; in phydm_Beamforming_End_SW()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_beamforming.c396 pEntry->LogStatusFailCnt = 0; in Beamforming_AddBFeeEntry()
591 …if ((*(pDM_Odm->pCurrentTxTP) + *(pDM_Odm->pCurrentRxTP) > 2) && ((pEntry->LogStatusFailCnt <= 20)… in Beamforming_DymPeriod()
1584 if (pEntry->LogStatusFailCnt == 21) in Beamforming_CheckSoundingSuccess()
1586 pEntry->LogStatusFailCnt = 0; in Beamforming_CheckSoundingSuccess()
1587 } else if (pEntry->LogStatusFailCnt <= 20) { in Beamforming_CheckSoundingSuccess()
1588 pEntry->LogStatusFailCnt++; in Beamforming_CheckSoundingSuccess()
1589 …, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s LogStatusFailCnt %d\n", __func__, pEntry->LogStatusFailCnt)); in Beamforming_CheckSoundingSuccess()
1591 if (pEntry->LogStatusFailCnt > 20) { in Beamforming_CheckSoundingSuccess()
1592 pEntry->LogStatusFailCnt = 21; in Beamforming_CheckSoundingSuccess()
1618 pEntry->LogStatusFailCnt = 0; in phydm_Beamforming_End_SW()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Drtw_beamforming.h122 u16 LogStatusFailCnt:5; /* 0~21 */ member
237 u8 LogStatusFailCnt; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_beamforming.c300 pEntry->LogStatusFailCnt = 0; in Beamforming_AddBFeeEntry()
479 …if ((Adapter->TxStats.CurrentTxTP + Adapter->RxStats.CurrentRxTP > 2)&&((pEntry->LogStatusFailCnt in Beamforming_DymPeriod()
2218 if(pEntry->LogStatusFailCnt == 21) in Beamforming_CheckSoundingSuccess()
2221 pEntry->LogStatusFailCnt = 0; in Beamforming_CheckSoundingSuccess()
2223 else if(pEntry->LogStatusFailCnt <= 20){ in Beamforming_CheckSoundingSuccess()
2224 pEntry->LogStatusFailCnt++; in Beamforming_CheckSoundingSuccess()
2225 RT_DISP(FBEAM, FBEAM_ERROR, ("%s LogStatusFailCnt %d\n", __FUNCTION__, pEntry->LogStatusFailCnt)); in Beamforming_CheckSoundingSuccess()
2227 if(pEntry->LogStatusFailCnt > 20){ in Beamforming_CheckSoundingSuccess()
2228 pEntry->LogStatusFailCnt = 21; in Beamforming_CheckSoundingSuccess()
2258 pEntry->LogStatusFailCnt = 0; in phydm_Beamforming_End_SW()
[all …]
H A Dphydm_beamforming.h90 u2Byte LogStatusFailCnt:5; // 0~21 member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_beamforming.c119 pEntry->LogStatusFailCnt = 0; in beamforming_add_entry()
835 pEntry->LogStatusFailCnt = 0; in beamforming_check_sounding_success()
839 pEntry->LogStatusFailCnt++; in beamforming_check_sounding_success()
840 DBG_871X("%s LogStatusFailCnt %d\n", __FUNCTION__, pEntry->LogStatusFailCnt); in beamforming_check_sounding_success()
842 if(pEntry->LogStatusFailCnt > 20) in beamforming_check_sounding_success()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Drtw_beamforming.h122 u16 LogStatusFailCnt:5; /* 0~21 */ member
325 u8 LogStatusFailCnt; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_beamforming.c126 pEntry->LogStatusFailCnt = 0; in beamforming_add_entry()
917 pEntry->LogStatusFailCnt = 0; in beamforming_check_sounding_success()
921 pEntry->LogStatusFailCnt++; in beamforming_check_sounding_success()
922 DBG_871X("%s LogStatusFailCnt %d\n", __FUNCTION__, pEntry->LogStatusFailCnt); in beamforming_check_sounding_success()
924 if(pEntry->LogStatusFailCnt > 20) in beamforming_check_sounding_success()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Drtw_beamforming.h95 u8 LogStatusFailCnt; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Drtw_beamforming.h92 u8 LogStatusFailCnt; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_beamforming.c1231 bfee->LogStatusFailCnt = 0; in _bfee_add_entry()
1536 bfee->LogStatusFailCnt = 0; in _beamforming_sounding_down()
1544 bfee->LogStatusFailCnt++; in _beamforming_sounding_down()
1545 RTW_WARN("%s: LogStatusFailCnt=%d\n", __FUNCTION__, bfee->LogStatusFailCnt); in _beamforming_sounding_down()
1546 if (bfee->LogStatusFailCnt > 30) { in _beamforming_sounding_down()
2095 pEntry->LogStatusFailCnt = 0; in beamforming_add_entry()
2837 pEntry->LogStatusFailCnt = 0; in beamforming_check_sounding_success()
2839 pEntry->LogStatusFailCnt++; in beamforming_check_sounding_success()
2840 RTW_INFO("%s LogStatusFailCnt %d\n", __FUNCTION__, pEntry->LogStatusFailCnt); in beamforming_check_sounding_success()
2842 if (pEntry->LogStatusFailCnt > 20) { in beamforming_check_sounding_success()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_beamforming.c325 entry->LogStatusFailCnt = 0; in _add_bfee_entry()
773 pEntry->LogStatusFailCnt = 0; in beamforming_add_entry()
1513 pEntry->LogStatusFailCnt = 0; in beamforming_check_sounding_success()
1515 pEntry->LogStatusFailCnt++; in beamforming_check_sounding_success()
1516 RTW_INFO("%s LogStatusFailCnt %d\n", __FUNCTION__, pEntry->LogStatusFailCnt); in beamforming_check_sounding_success()
1518 if (pEntry->LogStatusFailCnt > 20) { in beamforming_check_sounding_success()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Drtw_beamforming.h123 u16 LogStatusFailCnt:5; /* 0~21 */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Drtw_beamforming.h123 u16 LogStatusFailCnt:5; /* 0~21 */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Drtw_beamforming.h123 u16 LogStatusFailCnt:5; /* 0~21 */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtw_beamforming.h122 u16 LogStatusFailCnt:5; /* 0~21 */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtw_beamforming.h122 u16 LogStatusFailCnt:5; /* 0~21 */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Drtw_beamforming.h122 u16 LogStatusFailCnt:5; /* 0~21 */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtw_beamforming.h122 u16 LogStatusFailCnt:5; /* 0~21 */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Drtw_beamforming.h122 u16 LogStatusFailCnt:5; /* 0~21 */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtw_beamforming.h123 u16 LogStatusFailCnt:5; /* 0~21 */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Drtw_beamforming.h123 u16 LogStatusFailCnt:5; /* 0~21 */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Drtw_beamforming.h122 u16 LogStatusFailCnt:5; /* 0~21 */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Drtw_beamforming.h122 u16 LogStatusFailCnt:5; /* 0~21 */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_beamforming.c1307 bfee->LogStatusFailCnt = 0;
1615 bfee->LogStatusFailCnt = 0;
1623 bfee->LogStatusFailCnt++;
1624 RTW_WARN("%s: LogStatusFailCnt=%d\n", __FUNCTION__, bfee->LogStatusFailCnt);
1625 if (bfee->LogStatusFailCnt > 30) {

12