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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mq.c46 struct oce_mq *mq;
51 mq = (struct oce_mq *)arg;
87 oce_start_mq(struct oce_mq *mq)
95 oce_clean_mq(struct oce_mq *mq)
H A Doce_queue.c35 struct oce_mq *
327 struct oce_mq *
332 struct oce_mq *mq = NULL;
346 mq = kmem_zalloc(sizeof (struct oce_mq), KM_NOSLEEP);
412 kmem_free(mq, sizeof (struct oce_mq));
427 oce_mq_del(struct oce_dev *dev, struct oce_mq *mq)
444 kmem_free(mq, sizeof (struct oce_mq));
1201 struct oce_mq *mq;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h167 struct oce_mq { struct
354 void oce_clean_mq(struct oce_mq *mq);
355 int oce_start_mq(struct oce_mq *mq);
H A Doce_impl.h216 struct oce_mq *mq; /* MQ ring */

Completed in 49 milliseconds