Searched refs:wqmd (Results 1 - 1 of 1) 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);
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);
88 * wqmd - pointer to WQE mapping handle descriptor
94 oce_wqm_dtor(struct oce_wq *wq, oce_wq_mdesc_t *wqmd) argument
98 if (wqmd->dma_handle != NULL)
99 (void) ddi_dma_free_handle(&(wqmd->dma_handle));
100 wqmd->dma_handle = NULL;
106 * wqmd
112 oce_wqm_ctor(oce_wq_mdesc_t *wqmd, struct oce_wq *wq) argument
174 oce_wq_mdesc_t *wqmd; local
335 oce_wqm_free(struct oce_wq *wq, oce_wq_mdesc_t *wqmd) argument
349 oce_wqmd_free(struct oce_wq *wq, oce_wq_mdesc_t *wqmd) argument
511 oce_wq_mdesc_t *wqmd; local
[all...]

Completed in 44 milliseconds