Lines Matching refs:oce_wq
48 static struct oce_wq *oce_wq_init(POCE_SOFTC sc,
50 static int oce_wq_create(struct oce_wq *wq, struct oce_eq *eq);
51 static void oce_wq_free(struct oce_wq *wq);
52 static void oce_wq_del(struct oce_wq *wq);
89 struct oce_wq *wq; in oce_queue_init_all()
166 struct oce_wq *wq; in oce_queue_release_all()
205 oce_wq *oce_wq_init(POCE_SOFTC sc, uint32_t q_len, uint32_t wq_type) in oce_wq_init()
207 struct oce_wq *wq; in oce_wq_init()
219 wq = malloc(sizeof(struct oce_wq), M_DEVBUF, M_NOWAIT | M_ZERO); in oce_wq_init()
275 oce_wq_free(struct oce_wq *wq) in oce_wq_free()
311 oce_wq_create(struct oce_wq *wq, struct oce_eq *eq) in oce_wq_create()
354 oce_wq_del(struct oce_wq *wq) in oce_wq_del()
930 oce_start_wq(struct oce_wq *wq) in oce_start_wq()
1020 oce_drain_wq_cq(struct oce_wq *wq) in oce_drain_wq_cq()