Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c36 static void oce_wqb_dtor(struct oce_wq *wq, oce_wq_bdesc_t *wqbd);
37 static int oce_wqb_ctor(oce_wq_bdesc_t *wqbd, struct oce_wq *wq,
39 static inline oce_wq_bdesc_t *oce_wqb_alloc(struct oce_wq *wq);
40 static void oce_wqb_free(struct oce_wq *wq, oce_wq_bdesc_t *wqbd);
202 size = wq->cfg.nbufs * sizeof (oce_wq_bdesc_t); in oce_wqb_cache_create()
237 oce_wq_bdesc_t *wqbd; in oce_wqb_cache_destroy()
242 wq->cfg.nbufs * sizeof (oce_wq_bdesc_t)); in oce_wqb_cache_destroy()
281 oce_wqb_dtor(struct oce_wq *wq, oce_wq_bdesc_t *wqbd) in oce_wqb_dtor()
293 static inline oce_wq_bdesc_t *
308 oce_wqb_free(struct oce_wq *wq, oce_wq_bdesc_t *wqbd) in oce_wqb_free()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_buf.h103 } oce_wq_bdesc_t; typedef
H A Doce_io.h220 oce_wq_bdesc_t *wq_bdesc_array; /* buffer desc array */