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

/freebsd-13-stable/sys/dev/oce/
H A Doce_queue.c51 static int oce_wq_create(struct oce_wq *wq, struct oce_eq *eq);
58 static int oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq);
61 static struct oce_eq *oce_eq_create(POCE_SOFTC sc,
66 static void oce_eq_del(struct oce_eq *eq);
68 struct oce_eq *eq, uint32_t q_len);
73 struct oce_eq *eq,
169 struct oce_eq *eq;
312 oce_wq_create(struct oce_wq *wq, struct oce_eq *eq)
488 oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq)
559 oce_eq *oce_eq_creat
[all...]
H A Doce_if.h269 struct oce_eq *eq; /* pointer to the connected EQ */
596 struct oce_eq { struct
631 struct oce_eq *eq;
847 struct oce_eq *eq[OCE_MAX_EQ]; /* Event queues */
982 void oce_drain_eq(struct oce_eq *eq);
1060 int oce_mbox_create_eq(struct oce_eq *eq);
H A Doce_if.c690 struct oce_eq *eq = ii->eq;
2305 struct oce_eq *eqo;
2516 struct oce_eq *eq;
2560 struct oce_eq *eq;
H A Doce_mbox.c1758 oce_mbox_create_eq(struct oce_eq *eq)

Completed in 172 milliseconds