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)
112 oce_wqm_ctor(oce_wq_mdesc_t *wqmd, struct oce_wq *wq)
140 size = wq->cfg.nhdl * sizeof (oce_wq_mdesc_t);
174 oce_wq_mdesc_t *wqmd;
181 wq->cfg.nhdl * sizeof (oce_wq_mdesc_t));
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_buf.h108 } oce_wq_mdesc_t; typedef in typeref:struct:oce_wq_mdesc_s
H A Doce_io.h224 oce_wq_mdesc_t *wq_mdesc_array; /* preallocated memory handles */

Completed in 313 milliseconds