Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Ddm.c376 dm_digtable->cur_cck_pd_state = in rtl8723e_dm_cck_packet_detection_thresh()
379 dm_digtable->cur_cck_pd_state = in rtl8723e_dm_cck_packet_detection_thresh()
383 dm_digtable->cur_cck_pd_state = in rtl8723e_dm_cck_packet_detection_thresh()
386 dm_digtable->cur_cck_pd_state = in rtl8723e_dm_cck_packet_detection_thresh()
390 dm_digtable->cur_cck_pd_state = CCK_PD_STAGE_MAX; in rtl8723e_dm_cck_packet_detection_thresh()
393 if (dm_digtable->pre_cck_pd_state != dm_digtable->cur_cck_pd_state) { in rtl8723e_dm_cck_packet_detection_thresh()
394 if (dm_digtable->cur_cck_pd_state == CCK_PD_STAGE_LOWRSSI) { in rtl8723e_dm_cck_packet_detection_thresh()
422 dm_digtable->pre_cck_pd_state = dm_digtable->cur_cck_pd_state; in rtl8723e_dm_cck_packet_detection_thresh()
426 "CCKPDStage=%x\n", dm_digtable->cur_cck_pd_state); in rtl8723e_dm_cck_packet_detection_thresh()
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Ddm.c288 de_digtable->cur_cck_pd_state = in rtl92d_dm_cck_packet_detection_thresh()
291 de_digtable->cur_cck_pd_state = in rtl92d_dm_cck_packet_detection_thresh()
295 de_digtable->cur_cck_pd_state = in rtl92d_dm_cck_packet_detection_thresh()
298 de_digtable->cur_cck_pd_state = in rtl92d_dm_cck_packet_detection_thresh()
302 de_digtable->cur_cck_pd_state = CCK_PD_STAGE_LOWRSSI; in rtl92d_dm_cck_packet_detection_thresh()
304 if (de_digtable->pre_cck_pd_state != de_digtable->cur_cck_pd_state) { in rtl92d_dm_cck_packet_detection_thresh()
305 if (de_digtable->cur_cck_pd_state == CCK_PD_STAGE_LOWRSSI) { in rtl92d_dm_cck_packet_detection_thresh()
314 de_digtable->pre_cck_pd_state = de_digtable->cur_cck_pd_state; in rtl92d_dm_cck_packet_detection_thresh()
320 de_digtable->cur_cck_pd_state == CCK_PD_STAGE_LOWRSSI ? in rtl92d_dm_cck_packet_detection_thresh()
/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Ddm_common.c484 dm_digtable->cur_cck_pd_state = in rtl92c_dm_cck_packet_detection_thresh()
487 dm_digtable->cur_cck_pd_state = in rtl92c_dm_cck_packet_detection_thresh()
491 dm_digtable->cur_cck_pd_state = in rtl92c_dm_cck_packet_detection_thresh()
494 dm_digtable->cur_cck_pd_state = in rtl92c_dm_cck_packet_detection_thresh()
498 dm_digtable->cur_cck_pd_state = CCK_PD_STAGE_MAX; in rtl92c_dm_cck_packet_detection_thresh()
501 if (dm_digtable->pre_cck_pd_state != dm_digtable->cur_cck_pd_state) { in rtl92c_dm_cck_packet_detection_thresh()
502 if ((dm_digtable->cur_cck_pd_state == CCK_PD_STAGE_LOWRSSI) || in rtl92c_dm_cck_packet_detection_thresh()
503 (dm_digtable->cur_cck_pd_state == CCK_PD_STAGE_MAX)) in rtl92c_dm_cck_packet_detection_thresh()
508 dm_digtable->pre_cck_pd_state = dm_digtable->cur_cck_pd_state; in rtl92c_dm_cck_packet_detection_thresh()
/drivers/net/wireless/realtek/rtlwifi/
Dcore.c1917 dm_digtable->cur_cck_pd_state = CCK_PD_STAGE_LOWRSSI; in rtl_dm_diginit()
Dwifi.h2425 u8 cur_cck_pd_state; member