Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c42 static void oce_wqmd_free(struct oce_wq *wq, oce_wq_mdesc_t *wqmd);
43 static void oce_wqm_free(struct oce_wq *wq, oce_wq_mdesc_t *wqmd);
44 static oce_wq_mdesc_t *oce_wqm_alloc(struct oce_wq *wq);
45 static int oce_wqm_ctor(oce_wq_mdesc_t *wqmd, struct oce_wq *wq);
46 static void oce_wqm_dtor(struct oce_wq *wq, oce_wq_mdesc_t *wqmd);
94 oce_wqm_dtor(struct oce_wq *wq, oce_wq_mdesc_t *wqmd) in oce_wqm_dtor()
112 oce_wqm_ctor(oce_wq_mdesc_t *wqmd, struct oce_wq *wq) in oce_wqm_ctor()
140 size = wq->cfg.nhdl * sizeof (oce_wq_mdesc_t); in oce_wqm_cache_create()
174 oce_wq_mdesc_t *wqmd; in oce_wqm_cache_destroy()
181 wq->cfg.nhdl * sizeof (oce_wq_mdesc_t)); in oce_wqm_cache_destroy()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_buf.h108 } oce_wq_mdesc_t; typedef
H A Doce_io.h224 oce_wq_mdesc_t *wq_mdesc_array; /* preallocated memory handles */