Searched refs:OCE_MAX_CQ (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h96 #define OCE_MAX_CQ 1024 macro
214 struct oce_cq *cq[OCE_MAX_CQ]; /* Completion Queues */
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_intr.c333 cq_id = eqe->u0.s.resource_id % OCE_MAX_CQ;
H A Doce_queue.c277 dev->cq[cq->cq_id % OCE_MAX_CQ] = cq;
310 dev->cq[cq->cq_id % OCE_MAX_CQ] = NULL;

Completed in 61 milliseconds