Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h138 struct oce_cq { struct
176 struct oce_cq *cq; argument
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 */
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mq.c47 struct oce_cq *cq; in oce_drain_mq_cq()
97 struct oce_cq *cq; in oce_clean_mq()
H A Doce_queue.c44 struct oce_cq *
194 struct oce_cq *
199 struct oce_cq *cq = NULL; in oce_cq_create()
205 cq = kmem_zalloc(sizeof (struct oce_cq), KM_NOSLEEP); in oce_cq_create()
219 kmem_free(cq, sizeof (struct oce_cq)); in oce_cq_create()
265 kmem_free(cq, sizeof (struct oce_cq)); in oce_cq_create()
291 oce_cq_del(struct oce_dev *dev, struct oce_cq *cq) in oce_cq_del()
315 kmem_free(cq, sizeof (struct oce_cq)); in oce_cq_del()
334 struct oce_cq *cq; in oce_mq_create()
585 struct oce_cq *cq; in oce_wq_create()
[all …]
H A Doce_intr.c310 struct oce_cq *cq; in oce_isr()
H A Doce_rx.c502 struct oce_cq *cq; in oce_drain_rq_cq()
615 struct oce_cq *cq; in oce_clean_rq()
H A Doce_tx.c560 struct oce_cq *cq; in oce_process_tx_compl()