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

/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_cache.c270 int curr_index = i; local
281 empty = curr_index;
303 found = curr_index;
/freebsd-current/sys/dev/mana/
H A Dmana_en.c1603 uint32_t curr_index; local
1606 curr_index = rxq->buf_index++;
1610 recv_buf_oob = &rxq->rx_oobs[curr_index];
/freebsd-current/sys/dev/ath/ath_hal/
H A Dah_internal.h160 u_int8_t curr_index; member in struct:__anon1772
/freebsd-current/sys/contrib/dev/ath/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.c1427 for (j = 0, k = h->base.curr_index;

Completed in 196 milliseconds