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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/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;
230 g_step = &go->go_step[ah->ah_gain.g_step_idx];
337 g_step = &go->go_step[ah->ah_gain.g_step_idx];
342 if (ah->ah_gain.g_step_idx == 0)
347 ah->ah_gain.g_step_idx > 0;
348 g_step = &go->go_step[ah->ah_gain.g_step_idx])
350 (go->go_step[--(ah->ah_gain.g_step_idx)].gos_gain -
360 if (ah->ah_gain.g_step_idx == (go->go_steps_count - 1))
365 ah->ah_gain.g_step_idx < g
[all...]
H A Dath5k.h612 u8 g_step_idx; member in struct:ath5k_gain

Completed in 832 milliseconds