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);
204 if (wq->wq_bdesc_array == NULL) {
212 ret = oce_wqb_ctor(&wq->wq_bdesc_array[cnt],
218 &wq->wq_bdesc_array[cnt]);
241 kmem_free(wq->wq_bdesc_array,
/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 in struct:oce_wq

Completed in 91 milliseconds