Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_queue.c71 struct oce_cq *oce_cq_create(POCE_SOFTC sc,
314 struct oce_cq *cq; in oce_wq_create()
490 struct oce_cq *cq; in oce_rq_create()
636 struct oce_cq *cq; in oce_mq_create()
838 struct oce_cq *
846 struct oce_cq *cq = NULL; in oce_cq_create()
883 oce_cq_del(POCE_SOFTC sc, struct oce_cq *cq) in oce_cq_del()
1023 struct oce_cq *cq = wq->cq; in oce_drain_wq_cq()
1069 struct oce_cq *cq; in oce_drain_rq_cq()
1111 struct oce_cq *cq = rq->cq; in oce_rx_cq_clean_hwlro()
[all …]
H A Doce_if.h603 struct oce_cq *cq[OCE_MAX_CQ_EQ];
628 struct oce_cq { struct
650 struct oce_cq *cq; argument
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.c691 struct oce_cq *cq = NULL; in oce_intr()
1395 struct oce_cq *cq = wq->cq; in oce_wq_handler()
1967 struct oce_cq *cq = rq->cq; in oce_rq_handler_lro()
2041 struct oce_cq *cq = rq->cq; in oce_rq_handler()
2660 struct oce_cq *cq = mq->cq; in oce_mq_handler()
H A Doce_mbox.c1800 oce_mbox_cq_create(struct oce_cq *cq, uint32_t ncoalesce, uint32_t is_eventable) in oce_mbox_cq_create()