Symbol: oce_wq_mdesc_t
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
112
oce_wqm_ctor(oce_wq_mdesc_t *wqmd, struct oce_wq *wq)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
140
size = wq->cfg.nhdl * sizeof (oce_wq_mdesc_t);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
174
oce_wq_mdesc_t *wqmd;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
181
wq->cfg.nhdl * sizeof (oce_wq_mdesc_t));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
320
static inline oce_wq_mdesc_t *
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
335
oce_wqm_free(struct oce_wq *wq, oce_wq_mdesc_t *wqmd)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
349
oce_wqmd_free(struct oce_wq *wq, oce_wq_mdesc_t *wqmd)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
42
static void oce_wqmd_free(struct oce_wq *wq, oce_wq_mdesc_t *wqmd);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
43
static void oce_wqm_free(struct oce_wq *wq, oce_wq_mdesc_t *wqmd);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
44
static oce_wq_mdesc_t *oce_wqm_alloc(struct oce_wq *wq);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
45
static int oce_wqm_ctor(oce_wq_mdesc_t *wqmd, struct oce_wq *wq);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
46
static void oce_wqm_dtor(struct oce_wq *wq, oce_wq_mdesc_t *wqmd);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
510
oce_wq_mdesc_t *wqmd;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
94
oce_wqm_dtor(struct oce_wq *wq, oce_wq_mdesc_t *wqmd)
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
224
oce_wq_mdesc_t *wq_mdesc_array; /* preallocated memory handles */