Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/oce/
H A Doce_queue.c73 struct oce_cq *oce_cq_create(POCE_SOFTC sc,
80 static void oce_cq_del(POCE_SOFTC sc, struct oce_cq *cq);
325 struct oce_cq *cq; in oce_wq_create()
518 struct oce_cq *cq; in oce_rq_create()
669 struct oce_cq *cq; in oce_mq_create()
881 struct oce_cq *
889 struct oce_cq *cq = NULL; in oce_cq_create()
892 cq = kmalloc(sizeof(struct oce_cq), M_DEVBUF, M_NOWAIT | M_ZERO); in oce_cq_create()
928 oce_cq_del(POCE_SOFTC sc, struct oce_cq *cq) in oce_cq_del()
1080 struct oce_cq *cq = wq->cq; in oce_drain_wq_cq()
[all …]
H A Doce_if.h602 struct oce_cq *cq[OCE_MAX_CQ_EQ];
626 struct oce_cq { struct
650 struct oce_cq *cq; argument
651 struct oce_cq *async_cq;
690 struct oce_cq *cq;
743 struct oce_cq *cq;
851 struct oce_cq *cq[OCE_MAX_CQ]; /* Completion queues */
1055 int oce_mbox_cq_create(struct oce_cq *cq, uint32_t ncoalesce,
H A Doce_if.c561 struct oce_cq *cq = NULL; in oce_intr()
1166 struct oce_cq *cq = wq->cq; in oce_wq_handler()
1590 struct oce_cq *cq = rq->cq; in oce_rq_handler()
2084 struct oce_cq *cq = mq->cq; in oce_mq_handler()
H A Doce_mbox.c1768 oce_mbox_cq_create(struct oce_cq *cq, uint32_t ncoalesce, uint32_t is_eventable) in oce_mbox_cq_create()