Symbol: oce_eq
sys/dev/netif/oce/oce_if.c
1874
struct oce_eq *eqo;
sys/dev/netif/oce/oce_if.c
1968
struct oce_eq *eq;
sys/dev/netif/oce/oce_if.c
2027
struct oce_eq *eq;
sys/dev/netif/oce/oce_if.c
559
struct oce_eq *eq = ii->eq;
sys/dev/netif/oce/oce_if.h
1054
int oce_mbox_create_eq(struct oce_eq *eq);
sys/dev/netif/oce/oce_if.h
269
struct oce_eq *eq; /* pointer to the connected EQ */
sys/dev/netif/oce/oce_if.h
629
struct oce_eq *eq;
sys/dev/netif/oce/oce_if.h
852
struct oce_eq *eq[OCE_MAX_EQ]; /* Event queues */
sys/dev/netif/oce/oce_if.h
980
void oce_drain_eq(struct oce_eq *eq);
sys/dev/netif/oce/oce_mbox.c
1722
oce_mbox_create_eq(struct oce_eq *eq)
sys/dev/netif/oce/oce_queue.c
1051
oce_drain_eq(struct oce_eq *eq)
sys/dev/netif/oce/oce_queue.c
173
struct oce_eq *eq;
sys/dev/netif/oce/oce_queue.c
322
oce_wq_create(struct oce_wq *wq, struct oce_eq *eq)
sys/dev/netif/oce/oce_queue.c
515
oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq)
sys/dev/netif/oce/oce_queue.c
52
static int oce_wq_create(struct oce_wq *wq, struct oce_eq *eq);
sys/dev/netif/oce/oce_queue.c
585
oce_eq *oce_eq_create(POCE_SOFTC sc, uint32_t q_len,
sys/dev/netif/oce/oce_queue.c
59
static int oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq);
sys/dev/netif/oce/oce_queue.c
590
struct oce_eq *eq;
sys/dev/netif/oce/oce_queue.c
594
eq = kmalloc(sizeof(struct oce_eq), M_DEVBUF, M_NOWAIT | M_ZERO);
sys/dev/netif/oce/oce_queue.c
62
static struct oce_eq *oce_eq_create(POCE_SOFTC sc,
sys/dev/netif/oce/oce_queue.c
629
oce_eq_del(struct oce_eq *eq)
sys/dev/netif/oce/oce_queue.c
663
oce_mq_create(POCE_SOFTC sc, struct oce_eq *eq, uint32_t q_len)
sys/dev/netif/oce/oce_queue.c
67
static void oce_eq_del(struct oce_eq *eq);
sys/dev/netif/oce/oce_queue.c
69
struct oce_eq *eq, uint32_t q_len);
sys/dev/netif/oce/oce_queue.c
74
struct oce_eq *eq,
sys/dev/netif/oce/oce_queue.c
882
oce_cq_create(POCE_SOFTC sc, struct oce_eq *eq,