Symbol: oce_rq_bdesc_t
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
725
kmem_zalloc((sizeof (oce_rq_bdesc_t) * rq->cfg.nbufs), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
733
kmem_zalloc((rq->cfg.q_len * sizeof (oce_rq_bdesc_t *)),
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
743
kmem_zalloc(rq->cfg.nbufs * sizeof (oce_rq_bdesc_t *), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
776
(rq->cfg.nbufs * sizeof (oce_rq_bdesc_t *)));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
780
(rq->cfg.q_len * sizeof (oce_rq_bdesc_t *)));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
783
(sizeof (oce_rq_bdesc_t) * rq->cfg.nbufs));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
805
sizeof (oce_rq_bdesc_t *) * rq->cfg.q_len);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
808
(sizeof (oce_rq_bdesc_t) * rq->cfg.nbufs));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
811
(rq->cfg.nbufs * sizeof (oce_rq_bdesc_t *)));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
112
oce_rq_bdesc_t *rqbd = NULL;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
129
oce_rqb_dtor(oce_rq_bdesc_t *rqbd)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
153
oce_rqb_ctor(oce_rq_bdesc_t *rqbd, struct oce_rq *rq, size_t size, int flags)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
190
static inline oce_rq_bdesc_t *
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
193
oce_rq_bdesc_t *rqbd;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
211
oce_rqb_free(struct oce_rq *rq, oce_rq_bdesc_t *rqbd)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
260
oce_rq_bdesc_t *rqbd;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
261
oce_rq_bdesc_t **shadow_rq;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
301
oce_rq_bdesc_t *rqbd;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
302
oce_rq_bdesc_t **shadow_rq;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
32
static void oce_rqb_dtor(oce_rq_bdesc_t *rqbd);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
33
static int oce_rqb_ctor(oce_rq_bdesc_t *rqbd, struct oce_rq *rq,
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
331
oce_rq_bdesc_t *rqbd;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
390
oce_rq_bdesc_t *rqbd;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
394
oce_rq_bdesc_t **shadow_rq;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
45
static oce_rq_bdesc_t *oce_rqb_alloc(struct oce_rq *rq);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
46
static void oce_rqb_free(struct oce_rq *rq, oce_rq_bdesc_t *rqbd);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
465
oce_rq_bdesc_t *rqbd;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
466
oce_rq_bdesc_t **shadow_rq;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
571
oce_rq_bdesc_t *rqbd;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
580
rqbd = (oce_rq_bdesc_t *)(void *)arg;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
79
oce_rq_bdesc_t *rqbd;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
247
oce_rq_bdesc_t *rqbd;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
263
oce_rq_bdesc_t *rq_bdesc_array;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
265
oce_rq_bdesc_t **shadow_ring;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
266
oce_rq_bdesc_t **rqb_freelist;