Lines Matching refs:entry_cck
266 const struct ani_cck_level_entry *entry_cck; in ath9k_hw_set_ofdm_nil() local
279 entry_cck = &cck_level_table[aniState->cckNoiseImmunityLevel]; in ath9k_hw_set_ofdm_nil()
287 entry_ofdm->fir_step_level >= entry_cck->fir_step_level) in ath9k_hw_set_ofdm_nil()
334 const struct ani_cck_level_entry *entry_cck; in ath9k_hw_set_cck_nil() local
352 entry_cck = &cck_level_table[aniState->cckNoiseImmunityLevel]; in ath9k_hw_set_cck_nil()
354 if (aniState->firstepLevel != entry_cck->fir_step_level && in ath9k_hw_set_cck_nil()
355 entry_cck->fir_step_level >= entry_ofdm->fir_step_level) in ath9k_hw_set_cck_nil()
358 entry_cck->fir_step_level); in ath9k_hw_set_cck_nil()
364 if (aniState->mrcCCKOff == entry_cck->mrc_cck_on) in ath9k_hw_set_cck_nil()
367 entry_cck->mrc_cck_on); in ath9k_hw_set_cck_nil()
903 const struct ani_cck_level_entry *entry_cck; in ath9k_hw_ani_init() local
906 entry_cck = &cck_level_table[ATH9K_ANI_CCK_DEF_LEVEL]; in ath9k_hw_ani_init()