Home
last modified time | relevance | path

Searched refs:total_cca_cnt (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_noisemonitor.c367 u32 total_fa_cnt, total_cca_cnt; in phydm_noisy_detection() local
370 total_cca_cnt = p_dm->false_alm_cnt.cnt_cca_all; in phydm_noisy_detection()
374 if (total_fa_cnt * 16 >= total_cca_cnt * 14) /* 87.5 */ in phydm_noisy_detection()
376 else if (total_fa_cnt * 16 >= total_cca_cnt * 12) /* 75 */ in phydm_noisy_detection()
378 else if (total_fa_cnt * 16 >= total_cca_cnt * 10) /* 56.25 */ in phydm_noisy_detection()
380 else if (total_fa_cnt * 16 >= total_cca_cnt * 8) /* 50 */ in phydm_noisy_detection()
382 else if (total_fa_cnt * 16 >= total_cca_cnt * 7) /* 43.75 */ in phydm_noisy_detection()
384 else if (total_fa_cnt * 16 >= total_cca_cnt * 6) /* 37.5 */ in phydm_noisy_detection()
386 else if (total_fa_cnt * 16 >= total_cca_cnt * 5) /* 31.25% */ in phydm_noisy_detection()
388 else if (total_fa_cnt * 16 >= total_cca_cnt * 4) /* 25% */ in phydm_noisy_detection()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/
H A Dphydm_noisemonitor.c405 u32 total_fa_cnt, total_cca_cnt; in phydm_noisy_detection() local
408 total_cca_cnt = dm->false_alm_cnt.cnt_cca_all; in phydm_noisy_detection()
412 if (total_fa_cnt * 16 >= total_cca_cnt * 14) /* @87.5 */ in phydm_noisy_detection()
414 else if (total_fa_cnt * 16 >= total_cca_cnt * 12) /* @75 */ in phydm_noisy_detection()
416 else if (total_fa_cnt * 16 >= total_cca_cnt * 10) /* @56.25 */ in phydm_noisy_detection()
418 else if (total_fa_cnt * 16 >= total_cca_cnt * 8) /* @50 */ in phydm_noisy_detection()
420 else if (total_fa_cnt * 16 >= total_cca_cnt * 7) /* @43.75 */ in phydm_noisy_detection()
422 else if (total_fa_cnt * 16 >= total_cca_cnt * 6) /* @37.5 */ in phydm_noisy_detection()
424 else if (total_fa_cnt * 16 >= total_cca_cnt * 5) /* @31.25% */ in phydm_noisy_detection()
426 else if (total_fa_cnt * 16 >= total_cca_cnt * 4) /* @25% */ in phydm_noisy_detection()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/
H A Dphydm_noisemonitor.c414 u32 total_fa_cnt, total_cca_cnt; in phydm_noisy_detection() local
417 total_cca_cnt = dm->false_alm_cnt.cnt_cca_all; in phydm_noisy_detection()
421 if (total_fa_cnt * 16 >= total_cca_cnt * 14) /* @87.5 */ in phydm_noisy_detection()
423 else if (total_fa_cnt * 16 >= total_cca_cnt * 12) /* @75 */ in phydm_noisy_detection()
425 else if (total_fa_cnt * 16 >= total_cca_cnt * 10) /* @56.25 */ in phydm_noisy_detection()
427 else if (total_fa_cnt * 16 >= total_cca_cnt * 8) /* @50 */ in phydm_noisy_detection()
429 else if (total_fa_cnt * 16 >= total_cca_cnt * 7) /* @43.75 */ in phydm_noisy_detection()
431 else if (total_fa_cnt * 16 >= total_cca_cnt * 6) /* @37.5 */ in phydm_noisy_detection()
433 else if (total_fa_cnt * 16 >= total_cca_cnt * 5) /* @31.25% */ in phydm_noisy_detection()
435 else if (total_fa_cnt * 16 >= total_cca_cnt * 4) /* @25% */ in phydm_noisy_detection()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/
H A Dphydm_noisemonitor.c414 u32 total_fa_cnt, total_cca_cnt; in phydm_noisy_detection() local
417 total_cca_cnt = dm->false_alm_cnt.cnt_cca_all; in phydm_noisy_detection()
421 if (total_fa_cnt * 16 >= total_cca_cnt * 14) /* @87.5 */ in phydm_noisy_detection()
423 else if (total_fa_cnt * 16 >= total_cca_cnt * 12) /* @75 */ in phydm_noisy_detection()
425 else if (total_fa_cnt * 16 >= total_cca_cnt * 10) /* @56.25 */ in phydm_noisy_detection()
427 else if (total_fa_cnt * 16 >= total_cca_cnt * 8) /* @50 */ in phydm_noisy_detection()
429 else if (total_fa_cnt * 16 >= total_cca_cnt * 7) /* @43.75 */ in phydm_noisy_detection()
431 else if (total_fa_cnt * 16 >= total_cca_cnt * 6) /* @37.5 */ in phydm_noisy_detection()
433 else if (total_fa_cnt * 16 >= total_cca_cnt * 5) /* @31.25% */ in phydm_noisy_detection()
435 else if (total_fa_cnt * 16 >= total_cca_cnt * 4) /* @25% */ in phydm_noisy_detection()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/
H A Dphydm_noisemonitor.c415 u32 total_fa_cnt, total_cca_cnt; in phydm_noisy_detection() local
418 total_cca_cnt = dm->false_alm_cnt.cnt_cca_all; in phydm_noisy_detection()
422 if (total_fa_cnt * 16 >= total_cca_cnt * 14) /* @87.5 */ in phydm_noisy_detection()
424 else if (total_fa_cnt * 16 >= total_cca_cnt * 12) /* @75 */ in phydm_noisy_detection()
426 else if (total_fa_cnt * 16 >= total_cca_cnt * 10) /* @56.25 */ in phydm_noisy_detection()
428 else if (total_fa_cnt * 16 >= total_cca_cnt * 8) /* @50 */ in phydm_noisy_detection()
430 else if (total_fa_cnt * 16 >= total_cca_cnt * 7) /* @43.75 */ in phydm_noisy_detection()
432 else if (total_fa_cnt * 16 >= total_cca_cnt * 6) /* @37.5 */ in phydm_noisy_detection()
434 else if (total_fa_cnt * 16 >= total_cca_cnt * 5) /* @31.25% */ in phydm_noisy_detection()
436 else if (total_fa_cnt * 16 >= total_cca_cnt * 4) /* @25% */ in phydm_noisy_detection()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/
H A Dphydm_noisemonitor.c414 u32 total_fa_cnt, total_cca_cnt; in phydm_noisy_detection() local
417 total_cca_cnt = dm->false_alm_cnt.cnt_cca_all; in phydm_noisy_detection()
421 if (total_fa_cnt * 16 >= total_cca_cnt * 14) /* @87.5 */ in phydm_noisy_detection()
423 else if (total_fa_cnt * 16 >= total_cca_cnt * 12) /* @75 */ in phydm_noisy_detection()
425 else if (total_fa_cnt * 16 >= total_cca_cnt * 10) /* @56.25 */ in phydm_noisy_detection()
427 else if (total_fa_cnt * 16 >= total_cca_cnt * 8) /* @50 */ in phydm_noisy_detection()
429 else if (total_fa_cnt * 16 >= total_cca_cnt * 7) /* @43.75 */ in phydm_noisy_detection()
431 else if (total_fa_cnt * 16 >= total_cca_cnt * 6) /* @37.5 */ in phydm_noisy_detection()
433 else if (total_fa_cnt * 16 >= total_cca_cnt * 5) /* @31.25% */ in phydm_noisy_detection()
435 else if (total_fa_cnt * 16 >= total_cca_cnt * 4) /* @25% */ in phydm_noisy_detection()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/
H A Dphydm_noisemonitor.c405 u32 total_fa_cnt, total_cca_cnt; in phydm_noisy_detection() local
408 total_cca_cnt = dm->false_alm_cnt.cnt_cca_all; in phydm_noisy_detection()
412 if (total_fa_cnt * 16 >= total_cca_cnt * 14) /* @87.5 */ in phydm_noisy_detection()
414 else if (total_fa_cnt * 16 >= total_cca_cnt * 12) /* @75 */ in phydm_noisy_detection()
416 else if (total_fa_cnt * 16 >= total_cca_cnt * 10) /* @56.25 */ in phydm_noisy_detection()
418 else if (total_fa_cnt * 16 >= total_cca_cnt * 8) /* @50 */ in phydm_noisy_detection()
420 else if (total_fa_cnt * 16 >= total_cca_cnt * 7) /* @43.75 */ in phydm_noisy_detection()
422 else if (total_fa_cnt * 16 >= total_cca_cnt * 6) /* @37.5 */ in phydm_noisy_detection()
424 else if (total_fa_cnt * 16 >= total_cca_cnt * 5) /* @31.25% */ in phydm_noisy_detection()
426 else if (total_fa_cnt * 16 >= total_cca_cnt * 4) /* @25% */ in phydm_noisy_detection()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/
H A Dphydm_noisemonitor.c405 u32 total_fa_cnt, total_cca_cnt; in phydm_noisy_detection() local
408 total_cca_cnt = dm->false_alm_cnt.cnt_cca_all; in phydm_noisy_detection()
412 if (total_fa_cnt * 16 >= total_cca_cnt * 14) /* @87.5 */ in phydm_noisy_detection()
414 else if (total_fa_cnt * 16 >= total_cca_cnt * 12) /* @75 */ in phydm_noisy_detection()
416 else if (total_fa_cnt * 16 >= total_cca_cnt * 10) /* @56.25 */ in phydm_noisy_detection()
418 else if (total_fa_cnt * 16 >= total_cca_cnt * 8) /* @50 */ in phydm_noisy_detection()
420 else if (total_fa_cnt * 16 >= total_cca_cnt * 7) /* @43.75 */ in phydm_noisy_detection()
422 else if (total_fa_cnt * 16 >= total_cca_cnt * 6) /* @37.5 */ in phydm_noisy_detection()
424 else if (total_fa_cnt * 16 >= total_cca_cnt * 5) /* @31.25% */ in phydm_noisy_detection()
426 else if (total_fa_cnt * 16 >= total_cca_cnt * 4) /* @25% */ in phydm_noisy_detection()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/
H A Dphydm_noisemonitor.c414 u32 total_fa_cnt, total_cca_cnt; in phydm_noisy_detection() local
417 total_cca_cnt = dm->false_alm_cnt.cnt_cca_all; in phydm_noisy_detection()
421 if (total_fa_cnt * 16 >= total_cca_cnt * 14) /* @87.5 */ in phydm_noisy_detection()
423 else if (total_fa_cnt * 16 >= total_cca_cnt * 12) /* @75 */ in phydm_noisy_detection()
425 else if (total_fa_cnt * 16 >= total_cca_cnt * 10) /* @56.25 */ in phydm_noisy_detection()
427 else if (total_fa_cnt * 16 >= total_cca_cnt * 8) /* @50 */ in phydm_noisy_detection()
429 else if (total_fa_cnt * 16 >= total_cca_cnt * 7) /* @43.75 */ in phydm_noisy_detection()
431 else if (total_fa_cnt * 16 >= total_cca_cnt * 6) /* @37.5 */ in phydm_noisy_detection()
433 else if (total_fa_cnt * 16 >= total_cca_cnt * 5) /* @31.25% */ in phydm_noisy_detection()
435 else if (total_fa_cnt * 16 >= total_cca_cnt * 4) /* @25% */ in phydm_noisy_detection()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/
H A Dphydm_noisemonitor.c414 u32 total_fa_cnt, total_cca_cnt; in phydm_noisy_detection() local
417 total_cca_cnt = dm->false_alm_cnt.cnt_cca_all; in phydm_noisy_detection()
421 if (total_fa_cnt * 16 >= total_cca_cnt * 14) /* @87.5 */ in phydm_noisy_detection()
423 else if (total_fa_cnt * 16 >= total_cca_cnt * 12) /* @75 */ in phydm_noisy_detection()
425 else if (total_fa_cnt * 16 >= total_cca_cnt * 10) /* @56.25 */ in phydm_noisy_detection()
427 else if (total_fa_cnt * 16 >= total_cca_cnt * 8) /* @50 */ in phydm_noisy_detection()
429 else if (total_fa_cnt * 16 >= total_cca_cnt * 7) /* @43.75 */ in phydm_noisy_detection()
431 else if (total_fa_cnt * 16 >= total_cca_cnt * 6) /* @37.5 */ in phydm_noisy_detection()
433 else if (total_fa_cnt * 16 >= total_cca_cnt * 5) /* @31.25% */ in phydm_noisy_detection()
435 else if (total_fa_cnt * 16 >= total_cca_cnt * 4) /* @25% */ in phydm_noisy_detection()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/
H A Dphydm_noisemonitor.c414 u32 total_fa_cnt, total_cca_cnt; in phydm_noisy_detection() local
417 total_cca_cnt = dm->false_alm_cnt.cnt_cca_all; in phydm_noisy_detection()
421 if (total_fa_cnt * 16 >= total_cca_cnt * 14) /* @87.5 */ in phydm_noisy_detection()
423 else if (total_fa_cnt * 16 >= total_cca_cnt * 12) /* @75 */ in phydm_noisy_detection()
425 else if (total_fa_cnt * 16 >= total_cca_cnt * 10) /* @56.25 */ in phydm_noisy_detection()
427 else if (total_fa_cnt * 16 >= total_cca_cnt * 8) /* @50 */ in phydm_noisy_detection()
429 else if (total_fa_cnt * 16 >= total_cca_cnt * 7) /* @43.75 */ in phydm_noisy_detection()
431 else if (total_fa_cnt * 16 >= total_cca_cnt * 6) /* @37.5 */ in phydm_noisy_detection()
433 else if (total_fa_cnt * 16 >= total_cca_cnt * 5) /* @31.25% */ in phydm_noisy_detection()
435 else if (total_fa_cnt * 16 >= total_cca_cnt * 4) /* @25% */ in phydm_noisy_detection()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/
H A Dphydm_noisemonitor.c415 u32 total_fa_cnt, total_cca_cnt; in phydm_noisy_detection() local
418 total_cca_cnt = dm->false_alm_cnt.cnt_cca_all; in phydm_noisy_detection()
422 if (total_fa_cnt * 16 >= total_cca_cnt * 14) /* @87.5 */ in phydm_noisy_detection()
424 else if (total_fa_cnt * 16 >= total_cca_cnt * 12) /* @75 */ in phydm_noisy_detection()
426 else if (total_fa_cnt * 16 >= total_cca_cnt * 10) /* @56.25 */ in phydm_noisy_detection()
428 else if (total_fa_cnt * 16 >= total_cca_cnt * 8) /* @50 */ in phydm_noisy_detection()
430 else if (total_fa_cnt * 16 >= total_cca_cnt * 7) /* @43.75 */ in phydm_noisy_detection()
432 else if (total_fa_cnt * 16 >= total_cca_cnt * 6) /* @37.5 */ in phydm_noisy_detection()
434 else if (total_fa_cnt * 16 >= total_cca_cnt * 5) /* @31.25% */ in phydm_noisy_detection()
436 else if (total_fa_cnt * 16 >= total_cca_cnt * 4) /* @25% */ in phydm_noisy_detection()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/
H A Dphydm_noisemonitor.c404 u32 total_fa_cnt, total_cca_cnt; in phydm_noisy_detection() local
407 total_cca_cnt = dm->false_alm_cnt.cnt_cca_all; in phydm_noisy_detection()
411 if (total_fa_cnt * 16 >= total_cca_cnt * 14) /* @87.5 */ in phydm_noisy_detection()
413 else if (total_fa_cnt * 16 >= total_cca_cnt * 12) /* @75 */ in phydm_noisy_detection()
415 else if (total_fa_cnt * 16 >= total_cca_cnt * 10) /* @56.25 */ in phydm_noisy_detection()
417 else if (total_fa_cnt * 16 >= total_cca_cnt * 8) /* @50 */ in phydm_noisy_detection()
419 else if (total_fa_cnt * 16 >= total_cca_cnt * 7) /* @43.75 */ in phydm_noisy_detection()
421 else if (total_fa_cnt * 16 >= total_cca_cnt * 6) /* @37.5 */ in phydm_noisy_detection()
423 else if (total_fa_cnt * 16 >= total_cca_cnt * 5) /* @31.25% */ in phydm_noisy_detection()
425 else if (total_fa_cnt * 16 >= total_cca_cnt * 4) /* @25% */ in phydm_noisy_detection()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Drtw8821c.c604 dm_info->total_cca_cnt = dm_info->ofdm_cca_cnt; in rtw8821c_false_alarm_statistics()
608 dm_info->total_cca_cnt += dm_info->cck_cca_cnt; in rtw8821c_false_alarm_statistics()
H A Drtw8822b.c1071 dm_info->total_cca_cnt = dm_info->ofdm_cca_cnt; in rtw8822b_false_alarm_statistics()
1075 dm_info->total_cca_cnt += dm_info->cck_cca_cnt; in rtw8822b_false_alarm_statistics()
H A Ddebug.c732 dm_info->total_cca_cnt); in rtw_debugfs_get_phy_info()
H A Dmain.h1463 u32 total_cca_cnt; member
H A Drtw8822c.c2094 dm_info->total_cca_cnt = dm_info->ofdm_cca_cnt; in rtw8822c_false_alarm_statistics()
2096 dm_info->total_cca_cnt += dm_info->cck_cca_cnt; in rtw8822c_false_alarm_statistics()
H A Drtw8723d.c668 dm_info->total_cca_cnt = dm_info->cck_cca_cnt + dm_info->ofdm_cca_cnt; in rtw8723d_false_alarm_statistics()