Home
last modified time | relevance | path

Searched refs:cur_cck_pd_state (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Ddm.c248 dm_digtable->cur_cck_pd_state = in rtl8723e_dm_cck_packet_detection_thresh()
251 dm_digtable->cur_cck_pd_state = in rtl8723e_dm_cck_packet_detection_thresh()
255 dm_digtable->cur_cck_pd_state = in rtl8723e_dm_cck_packet_detection_thresh()
258 dm_digtable->cur_cck_pd_state = in rtl8723e_dm_cck_packet_detection_thresh()
262 dm_digtable->cur_cck_pd_state = CCK_PD_STAGE_MAX; in rtl8723e_dm_cck_packet_detection_thresh()
265 if (dm_digtable->pre_cck_pd_state != dm_digtable->cur_cck_pd_state) { in rtl8723e_dm_cck_packet_detection_thresh()
266 if (dm_digtable->cur_cck_pd_state == CCK_PD_STAGE_LOWRSSI) { in rtl8723e_dm_cck_packet_detection_thresh()
296 dm_digtable->pre_cck_pd_state = dm_digtable->cur_cck_pd_state; in rtl8723e_dm_cck_packet_detection_thresh()
300 "CCKPDStage=%x\n", dm_digtable->cur_cck_pd_state); in rtl8723e_dm_cck_packet_detection_thresh()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
Ddm_common.c789 de_digtable->cur_cck_pd_state = in rtl92d_dm_cck_packet_detection_thresh()
792 de_digtable->cur_cck_pd_state = in rtl92d_dm_cck_packet_detection_thresh()
796 de_digtable->cur_cck_pd_state = in rtl92d_dm_cck_packet_detection_thresh()
799 de_digtable->cur_cck_pd_state = in rtl92d_dm_cck_packet_detection_thresh()
803 de_digtable->cur_cck_pd_state = CCK_PD_STAGE_LOWRSSI; in rtl92d_dm_cck_packet_detection_thresh()
805 if (de_digtable->pre_cck_pd_state != de_digtable->cur_cck_pd_state) { in rtl92d_dm_cck_packet_detection_thresh()
806 if (de_digtable->cur_cck_pd_state == CCK_PD_STAGE_LOWRSSI) { in rtl92d_dm_cck_packet_detection_thresh()
815 de_digtable->pre_cck_pd_state = de_digtable->cur_cck_pd_state; in rtl92d_dm_cck_packet_detection_thresh()
821 de_digtable->cur_cck_pd_state == CCK_PD_STAGE_LOWRSSI ? in rtl92d_dm_cck_packet_detection_thresh()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Ddm_common.c457 dm_digtable->cur_cck_pd_state = in rtl92c_dm_cck_packet_detection_thresh()
460 dm_digtable->cur_cck_pd_state = in rtl92c_dm_cck_packet_detection_thresh()
464 dm_digtable->cur_cck_pd_state = in rtl92c_dm_cck_packet_detection_thresh()
467 dm_digtable->cur_cck_pd_state = in rtl92c_dm_cck_packet_detection_thresh()
471 dm_digtable->cur_cck_pd_state = CCK_PD_STAGE_MAX; in rtl92c_dm_cck_packet_detection_thresh()
474 if (dm_digtable->pre_cck_pd_state != dm_digtable->cur_cck_pd_state) { in rtl92c_dm_cck_packet_detection_thresh()
475 if ((dm_digtable->cur_cck_pd_state == CCK_PD_STAGE_LOWRSSI) || in rtl92c_dm_cck_packet_detection_thresh()
476 (dm_digtable->cur_cck_pd_state == CCK_PD_STAGE_MAX)) in rtl92c_dm_cck_packet_detection_thresh()
481 dm_digtable->pre_cck_pd_state = dm_digtable->cur_cck_pd_state; in rtl92c_dm_cck_packet_detection_thresh()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/
Dcore.c1965 dm_digtable->cur_cck_pd_state = CCK_PD_STAGE_LOWRSSI; in rtl_dm_diginit()
Dwifi.h2487 u8 cur_cck_pd_state; member