Home
last modified time | relevance | path

Searched refs:rqb_next_free (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_rx.c104 rq->rqb_next_free = 0; in oce_rqb_cache_create()
205 free_index = rq->rqb_next_free; in oce_rqb_alloc()
208 rq->rqb_next_free = GET_Q_NEXT(free_index, 1, rq->cfg.nbufs); in oce_rqb_alloc()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h268 uint32_t rqb_next_free; /* next free slot */ member