Searched refs:wq_bdesc_array (Results 1 – 2 of 2) sorted by relevance
203 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()
220 oce_wq_bdesc_t *wq_bdesc_array; /* buffer desc array */ member