Searched refs:g_step_idx (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_phy.c163 ah->ah_gain.g_step_idx = rfgain_opt_5111.go_default;
169 ah->ah_gain.g_step_idx = rfgain_opt_5112.go_default;
231 g_step = &go->go_step[ah->ah_gain.g_step_idx];
342 g_step = &go->go_step[ah->ah_gain.g_step_idx];
347 if (ah->ah_gain.g_step_idx == 0)
352 ah->ah_gain.g_step_idx > 0;
353 g_step = &go->go_step[ah->ah_gain.g_step_idx])
355 (go->go_step[--(ah->ah_gain.g_step_idx)].gos_gain -
365 if (ah->ah_gain.g_step_idx == (go->go_steps_count - 1))
370 ah->ah_gain.g_step_idx < g
[all...]
H A Dath5k.h612 u8 g_step_idx; member in struct:ath5k_gain

Completed in 191 milliseconds