Home
last modified time | relevance | path

Searched refs:wq_bdesc_array (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c203 wq->wq_bdesc_array = kmem_zalloc(size, KM_NOSLEEP); in oce_wqb_cache_create()
204 if (wq->wq_bdesc_array == NULL) { in oce_wqb_cache_create()
212 ret = oce_wqb_ctor(&wq->wq_bdesc_array[cnt], in oce_wqb_cache_create()
218 &wq->wq_bdesc_array[cnt]); in oce_wqb_cache_create()
241 kmem_free(wq->wq_bdesc_array, in oce_wqb_cache_destroy()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h220 oce_wq_bdesc_t *wq_bdesc_array; /* buffer desc array */ member