Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/
H A Dphydm_rainfo.h201 u8 ldpc_thres; /* @if RSSI > ldpc_th => switch from LPDC to BCC */ member
H A Dphydm_rainfo.c689 ra_t->ldpc_thres = 35; in phydm_rate_adaptive_mask_init()
1341 if (rssi < ra_t->ldpc_thres) { in phydm_ra_mask_watchdog()
1353 } else if (rssi > (ra_t->ldpc_thres + 3)) { in phydm_ra_mask_watchdog()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/
H A Dphydm_rainfo.h201 u8 ldpc_thres; /* @if RSSI > ldpc_th => switch from LPDC to BCC */ member
H A Dphydm_rainfo.c689 ra_t->ldpc_thres = 35; in phydm_rate_adaptive_mask_init()
1341 if (rssi < ra_t->ldpc_thres) { in phydm_ra_mask_watchdog()
1353 } else if (rssi > (ra_t->ldpc_thres + 3)) { in phydm_ra_mask_watchdog()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/
H A Dphydm_rainfo.h201 u8 ldpc_thres; /* @if RSSI > ldpc_th => switch from LPDC to BCC */ member
H A Dphydm_rainfo.c689 ra_t->ldpc_thres = 35; in phydm_rate_adaptive_mask_init()
1341 if (rssi < ra_t->ldpc_thres) { in phydm_ra_mask_watchdog()
1353 } else if (rssi > (ra_t->ldpc_thres + 3)) { in phydm_ra_mask_watchdog()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/
H A Dphydm_rainfo.h199 u8 ldpc_thres; /* @if RSSI > ldpc_th => switch from LPDC to BCC */ member
H A Dphydm_rainfo.c685 ra_t->ldpc_thres = 35; in phydm_rate_adaptive_mask_init()
1351 if (rssi < ra_t->ldpc_thres) { in phydm_ra_mask_watchdog()
1363 } else if (rssi > (ra_t->ldpc_thres + 3)) { in phydm_ra_mask_watchdog()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_rainfo.h212 u8 ldpc_thres; /* if RSSI > ldpc_thres => switch from LPDC to BCC */ member
H A Dphydm_rainfo.c610 p_ra_t->ldpc_thres = 35; in phydm_rate_adaptive_mask_init()
1208 if (p_sta->rssi_stat.rssi < p_ra_t->ldpc_thres) { in phydm_ra_mask_watchdog()
1215 } else if (p_sta->rssi_stat.rssi > (p_ra_t->ldpc_thres + 3)) { in phydm_ra_mask_watchdog()
1853 if (undecorated_smoothed_pwdb < (p_ra_t->ldpc_thres - 5)) in odm_refresh_ldpc_rts_mp()
1855 else if (undecorated_smoothed_pwdb > p_ra_t->ldpc_thres) in odm_refresh_ldpc_rts_mp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/
H A Dphydm_rainfo.h205 u8 ldpc_thres; /* @if RSSI > ldpc_th => switch from LPDC to BCC */ member
H A Dphydm_rainfo.c740 ra_t->ldpc_thres = 35; in phydm_rate_adaptive_mask_init()
1441 if (rssi < ra_t->ldpc_thres) { in phydm_ra_mask_watchdog()
1453 } else if (rssi > (ra_t->ldpc_thres + 3)) { in phydm_ra_mask_watchdog()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/
H A Dphydm_rainfo.h204 u8 ldpc_thres; /* @if RSSI > ldpc_th => switch from LPDC to BCC */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/
H A Dphydm_rainfo.h214 u8 ldpc_thres; /* @if RSSI > ldpc_th => switch from LPDC to BCC */ member
H A Dphydm_rainfo.c764 ra_t->ldpc_thres = 35; in phydm_rate_adaptive_mask_init()
1489 if (rssi < ra_t->ldpc_thres) { in phydm_ra_mask_watchdog()
1501 } else if (rssi > (ra_t->ldpc_thres + 3)) { in phydm_ra_mask_watchdog()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/
H A Dphydm_rainfo.h214 u8 ldpc_thres; /* @if RSSI > ldpc_th => switch from LPDC to BCC */ member
H A Dphydm_rainfo.c776 ra_t->ldpc_thres = 35; in phydm_rate_adaptive_mask_init()
1515 if (rssi < ra_t->ldpc_thres) { in phydm_ra_mask_watchdog()
1527 } else if (rssi > (ra_t->ldpc_thres + 3)) { in phydm_ra_mask_watchdog()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/
H A Dphydm_rainfo.h214 u8 ldpc_thres; /* @if RSSI > ldpc_th => switch from LPDC to BCC */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/
H A Dphydm_rainfo.h214 u8 ldpc_thres; /* @if RSSI > ldpc_th => switch from LPDC to BCC */ member
H A Dphydm_rainfo.c764 ra_t->ldpc_thres = 35; in phydm_rate_adaptive_mask_init()
1488 if (rssi < ra_t->ldpc_thres) { in phydm_ra_mask_watchdog()
1500 } else if (rssi > (ra_t->ldpc_thres + 3)) { in phydm_ra_mask_watchdog()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/
H A Dphydm_rainfo.h215 u8 ldpc_thres; /* @if RSSI > ldpc_th => switch from LPDC to BCC */ member
H A Dphydm_rainfo.c765 ra_t->ldpc_thres = 35; in phydm_rate_adaptive_mask_init()
1489 if (rssi < ra_t->ldpc_thres) { in phydm_ra_mask_watchdog()
1501 } else if (rssi > (ra_t->ldpc_thres + 3)) { in phydm_ra_mask_watchdog()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/
H A Dphydm_rainfo.h214 u8 ldpc_thres; /* @if RSSI > ldpc_th => switch from LPDC to BCC */ member
H A Dphydm_rainfo.c764 ra_t->ldpc_thres = 35; in phydm_rate_adaptive_mask_init()
1491 if (rssi < ra_t->ldpc_thres) { in phydm_ra_mask_watchdog()
1503 } else if (rssi > (ra_t->ldpc_thres + 3)) { in phydm_ra_mask_watchdog()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Ddm.c811 p_ra->ldpc_thres = 35; in rtl92ee_dm_init_rate_adaptive_mask()
888 if (rtlpriv->dm.undec_sm_pwdb < p_ra->ldpc_thres) { in rtl92ee_dm_refresh_rate_adaptive_mask()
892 (p_ra->ldpc_thres - 5)) { in rtl92ee_dm_refresh_rate_adaptive_mask()

12