Symbol: oce_eq
sys/dev/oce/oce_if.c
2303
struct oce_eq *eqo;
sys/dev/oce/oce_if.c
2514
struct oce_eq *eq;
sys/dev/oce/oce_if.c
2558
struct oce_eq *eq;
sys/dev/oce/oce_if.c
684
struct oce_eq *eq = ii->eq;
sys/dev/oce/oce_if.h
1060
int oce_mbox_create_eq(struct oce_eq *eq);
sys/dev/oce/oce_if.h
269
struct oce_eq *eq; /* pointer to the connected EQ */
sys/dev/oce/oce_if.h
631
struct oce_eq *eq;
sys/dev/oce/oce_if.h
847
struct oce_eq *eq[OCE_MAX_EQ]; /* Event queues */
sys/dev/oce/oce_if.h
982
void oce_drain_eq(struct oce_eq *eq);
sys/dev/oce/oce_mbox.c
1755
oce_mbox_create_eq(struct oce_eq *eq)
sys/dev/oce/oce_queue.c
168
struct oce_eq *eq;
sys/dev/oce/oce_queue.c
311
oce_wq_create(struct oce_wq *wq, struct oce_eq *eq)
sys/dev/oce/oce_queue.c
487
oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq)
sys/dev/oce/oce_queue.c
50
static int oce_wq_create(struct oce_wq *wq, struct oce_eq *eq);
sys/dev/oce/oce_queue.c
558
oce_eq *oce_eq_create(POCE_SOFTC sc, uint32_t q_len,
sys/dev/oce/oce_queue.c
563
struct oce_eq *eq;
sys/dev/oce/oce_queue.c
567
eq = malloc(sizeof(struct oce_eq), M_DEVBUF, M_NOWAIT | M_ZERO);
sys/dev/oce/oce_queue.c
57
static int oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq);
sys/dev/oce/oce_queue.c
599
oce_eq_del(struct oce_eq *eq)
sys/dev/oce/oce_queue.c
60
static struct oce_eq *oce_eq_create(POCE_SOFTC sc,
sys/dev/oce/oce_queue.c
630
oce_mq_create(POCE_SOFTC sc, struct oce_eq *eq, uint32_t q_len)
sys/dev/oce/oce_queue.c
65
static void oce_eq_del(struct oce_eq *eq);
sys/dev/oce/oce_queue.c
67
struct oce_eq *eq, uint32_t q_len);
sys/dev/oce/oce_queue.c
72
struct oce_eq *eq,
sys/dev/oce/oce_queue.c
839
oce_cq_create(POCE_SOFTC sc, struct oce_eq *eq,
sys/dev/oce/oce_queue.c
996
oce_drain_eq(struct oce_eq *eq)