Symbol: oce_eq
usr/src/uts/common/io/fibre-channel/fca/oce/oce_intr.c
306
struct oce_eq *eq;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_intr.c
315
eq = (struct oce_eq *)(void *)(arg1);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
1102
oce_drain_eq(struct oce_eq *eq)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
1198
struct oce_eq *eq;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
137
kmem_free(eq, sizeof (struct oce_eq));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
163
oce_eq_del(struct oce_dev *dev, struct oce_eq *eq)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
181
kmem_free(eq, sizeof (struct oce_eq));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
195
oce_cq_create(struct oce_dev *dev, struct oce_eq *eq, uint32_t q_len,
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
328
oce_mq_create(struct oce_dev *dev, struct oce_eq *eq, uint32_t q_len)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
36
oce_mq_create(struct oce_dev *dev, struct oce_eq *eq, uint32_t q_len);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
39
struct oce_eq *
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
45
oce_cq_create(struct oce_dev *dev, struct oce_eq *eq, uint32_t q_len,
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
54
static int oce_wq_create(struct oce_wq *wq, struct oce_eq *eq);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
577
oce_wq_create(struct oce_wq *wq, struct oce_eq *eq)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
61
static int oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
72
struct oce_eq *
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
76
struct oce_eq *eq;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
82
eq = kmem_zalloc(sizeof (struct oce_eq), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
821
oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq)
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
98
kmem_free(eq, sizeof (struct oce_eq));
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_impl.h
215
struct oce_eq *eq[OCE_MAX_EQ]; /* Event Queues */
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
146
struct oce_eq *eq;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_io.h
309
void oce_drain_eq(struct oce_eq *eq);