Searched refs:curr_index (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h162 u_int8_t curr_index; member in struct:__anon105
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c416 (h->base.curr_index) ? h->base.curr_index - 1 : nf_hist_len - 1;
531 * No need to set curr_index, since it already has a value in
565 h->nf_cal_buffer[h->base.curr_index][i] = nfarray[i];
578 if (++h->base.curr_index >= hist_len) {
579 h->base.curr_index = 0;
H A Dar9300_misc.c1423 for (j = 0, k = h->base.curr_index;

Completed in 59 milliseconds