Home
last modified time | relevance | path

Searched refs:rq_bdesc_array (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_queue.c726 rq->rq_bdesc_array = in oce_rq_init()
728 if (rq->rq_bdesc_array == NULL) { in oce_rq_init()
784 kmem_free(rq->rq_bdesc_array, in oce_rq_init()
809 kmem_free(rq->rq_bdesc_array, in oce_rq_fini()
811 rq->rq_bdesc_array = NULL; in oce_rq_fini()
H A Doce_rx.c92 rqbd = rq->rq_bdesc_array; in oce_rqb_cache_create()
125 rqbd = rq->rq_bdesc_array; in oce_rqb_cache_destroy()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h263 oce_rq_bdesc_t *rq_bdesc_array; member