Home
last modified time | relevance | path

Searched refs:oce_wq (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/oce/
H A Doce_queue.c48 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()
[all …]
H A Doce_if.c157 static void oce_tx_restart(POCE_SOFTC sc, struct oce_wq *wq);
158 static void oce_process_tx_completion(struct oce_wq *wq);
160 struct oce_wq *wq);
640 struct oce_wq *wq = NULL; in oce_multiq_start()
1031 struct oce_wq *wq = sc->wq[wq_index]; in oce_tx()
1229 oce_process_tx_completion(struct oce_wq *wq)
1255 oce_tx_restart(POCE_SOFTC sc, struct oce_wq *wq)
1335 struct oce_wq *wq = arg; in oce_tx_task()
1388 struct oce_wq *wq = (struct oce_wq *)ar
[all...]
H A Doce_if.h686 struct oce_wq { struct
844 struct oce_wq *wq[OCE_MAX_WQ]; /* TX work queues */
975 int oce_start_wq(struct oce_wq *wq);
985 void oce_drain_wq_cq(struct oce_wq *wq);
1059 int oce_mbox_create_wq(struct oce_wq *wq);
H A Doce_mbox.c1696 oce_mbox_create_wq(struct oce_wq *wq) in oce_mbox_create_wq()