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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_queue.c36 oce_mq_create(struct oce_dev *dev, struct oce_eq *eq, uint32_t q_len);
39 struct oce_eq *
45 oce_cq_create(struct oce_dev *dev, struct oce_eq *eq, uint32_t q_len,
54 static int oce_wq_create(struct oce_wq *wq, struct oce_eq *eq);
61 static int oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq);
72 struct oce_eq *
76 struct oce_eq *eq;
82 eq = kmem_zalloc(sizeof (struct oce_eq), KM_NOSLEEP);
98 kmem_free(eq, sizeof (struct oce_eq));
137 kmem_free(eq, sizeof (struct oce_eq));
[all...]
H A Doce_intr.c306 struct oce_eq *eq;
315 eq = (struct oce_eq *)(void *)(arg1);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h96 struct oce_eq { struct
146 struct oce_eq *eq;
309 void oce_drain_eq(struct oce_eq *eq);
H A Doce_impl.h215 struct oce_eq *eq[OCE_MAX_EQ]; /* Event Queues */

Completed in 53 milliseconds