Searched refs:oce_cq (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mq.c47 struct oce_cq *cq;
97 struct oce_cq *cq;
H A Doce_queue.c44 struct oce_cq *
194 struct oce_cq *
199 struct oce_cq *cq = NULL;
205 cq = kmem_zalloc(sizeof (struct oce_cq), KM_NOSLEEP);
219 kmem_free(cq, sizeof (struct oce_cq));
265 kmem_free(cq, sizeof (struct oce_cq));
291 oce_cq_del(struct oce_dev *dev, struct oce_cq *cq)
315 kmem_free(cq, sizeof (struct oce_cq));
334 struct oce_cq *cq;
585 struct oce_cq *c
[all...]
H A Doce_intr.c310 struct oce_cq *cq;
H A Doce_rx.c502 struct oce_cq *cq;
615 struct oce_cq *cq;
H A Doce_tx.c560 struct oce_cq *cq;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h138 struct oce_cq { struct
176 struct oce_cq *cq;
177 struct oce_cq *async_cq;
218 struct oce_cq *cq; /* cq associated with this wq */
262 struct oce_cq *cq;
H A Doce_impl.h214 struct oce_cq *cq[OCE_MAX_CQ]; /* Completion Queues */

Completed in 77 milliseconds