Searched refs:cur_cck_pd_state (Results 1 – 5 of 5) sorted by relevance
248 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()
262 de_digtable->cur_cck_pd_state = in rtl92d_dm_cck_packet_detection_thresh()265 de_digtable->cur_cck_pd_state = in rtl92d_dm_cck_packet_detection_thresh()269 de_digtable->cur_cck_pd_state = in rtl92d_dm_cck_packet_detection_thresh()272 de_digtable->cur_cck_pd_state = in rtl92d_dm_cck_packet_detection_thresh()276 de_digtable->cur_cck_pd_state = CCK_PD_STAGE_LOWRSSI; in rtl92d_dm_cck_packet_detection_thresh()278 if (de_digtable->pre_cck_pd_state != de_digtable->cur_cck_pd_state) { in rtl92d_dm_cck_packet_detection_thresh()279 if (de_digtable->cur_cck_pd_state == CCK_PD_STAGE_LOWRSSI) { in rtl92d_dm_cck_packet_detection_thresh()288 de_digtable->pre_cck_pd_state = de_digtable->cur_cck_pd_state; in rtl92d_dm_cck_packet_detection_thresh()294 de_digtable->cur_cck_pd_state == CCK_PD_STAGE_LOWRSSI ? in rtl92d_dm_cck_packet_detection_thresh()
457 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()
1948 dm_digtable->cur_cck_pd_state = CCK_PD_STAGE_LOWRSSI; in rtl_dm_diginit()
2564 u8 cur_cck_pd_state; member