Searched refs:pre_cck_pd_state (Results 1 – 5 of 5) sorted by relevance
374 if (dm_digtable->pre_cck_pd_state == CCK_PD_STAGE_LOWRSSI) { 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()422 dm_digtable->pre_cck_pd_state = dm_digtable->cur_cck_pd_state; in rtl8723e_dm_cck_packet_detection_thresh()
286 if (de_digtable->pre_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()314 de_digtable->pre_cck_pd_state = de_digtable->cur_cck_pd_state; in rtl92d_dm_cck_packet_detection_thresh()
481 if (dm_digtable->pre_cck_pd_state == CCK_PD_STAGE_LOWRSSI) { in rtl92c_dm_cck_packet_detection_thresh()500 if (dm_digtable->pre_cck_pd_state != dm_digtable->cur_cck_pd_state) { in rtl92c_dm_cck_packet_detection_thresh()507 dm_digtable->pre_cck_pd_state = dm_digtable->cur_cck_pd_state; in rtl92c_dm_cck_packet_detection_thresh()
1921 dm_digtable->pre_cck_pd_state = CCK_PD_STAGE_MAX; in rtl_dm_diginit()
2415 u8 pre_cck_pd_state; member