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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_buf.h39 #define GET_Q_NEXT(_START, _STEP, _END) \ macro
156 ring->cidx = GET_Q_NEXT(ring->cidx, n, ring->num_items)
159 ring->pidx = GET_Q_NEXT(ring->pidx, n, ring->num_items)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_rx.c208 rq->rqb_next_free = GET_Q_NEXT(free_index, 1, rq->cfg.nbufs);
227 rq->rqb_rc_head = GET_Q_NEXT(free_index, 1, rq->cfg.nbufs);
286 cur_index = GET_Q_NEXT(cur_index, 1, ring->num_items);
378 cur_index = GET_Q_NEXT(cur_index, 1, ring->num_items);
433 cur_index = GET_Q_NEXT(cur_index, 1, ring->num_items);

Completed in 59 milliseconds