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

/freebsd-13-stable/sys/dev/oce/
H A Doce_queue.c72 struct oce_cq *oce_cq_create(POCE_SOFTC sc,
79 static void oce_cq_del(POCE_SOFTC sc, struct oce_cq *cq);
315 struct oce_cq *cq;
491 struct oce_cq *cq;
637 struct oce_cq *cq;
841 struct oce_cq *
849 struct oce_cq *cq = NULL;
852 cq = malloc(sizeof(struct oce_cq), M_DEVBUF, M_NOWAIT | M_ZERO);
886 oce_cq_del(POCE_SOFTC sc, struct oce_cq *cq)
1026 struct oce_cq *c
[all...]
H A Doce_if.h603 struct oce_cq *cq[OCE_MAX_CQ_EQ];
628 struct oce_cq { struct
650 struct oce_cq *cq;
651 struct oce_cq *async_cq;
691 struct oce_cq *cq;
744 struct oce_cq *cq;
846 struct oce_cq *cq[OCE_MAX_CQ]; /* Completion queues */
1061 int oce_mbox_cq_create(struct oce_cq *cq, uint32_t ncoalesce,
H A Doce_if.c692 struct oce_cq *cq = NULL;
1396 struct oce_cq *cq = wq->cq;
1970 struct oce_cq *cq = rq->cq;
2043 struct oce_cq *cq = rq->cq;
2653 struct oce_cq *cq = mq->cq;
H A Doce_mbox.c1803 oce_mbox_cq_create(struct oce_cq *cq, uint32_t ncoalesce, uint32_t is_eventable)

Completed in 182 milliseconds