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

/freebsd-13-stable/sys/dev/oce/
H A Doce_queue.c49 static struct oce_wq *oce_wq_init(POCE_SOFTC sc,
51 static int oce_wq_create(struct oce_wq *wq, struct oce_eq *eq);
52 static void oce_wq_free(struct oce_wq *wq);
53 static void oce_wq_del(struct oce_wq *wq);
90 struct oce_wq *wq;
167 struct oce_wq *wq;
206 oce_wq *oce_wq_init(POCE_SOFTC sc, uint32_t q_len, uint32_t wq_type)
208 struct oce_wq *wq;
220 wq = malloc(sizeof(struct oce_wq), M_DEVBUF, M_NOWAIT | M_ZERO);
276 oce_wq_free(struct oce_wq *w
[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_if.c158 static void oce_tx_restart(POCE_SOFTC sc, struct oce_wq *wq);
159 static void oce_process_tx_completion(struct oce_wq *wq);
161 struct oce_wq *wq);
646 struct oce_wq *wq = NULL;
1037 struct oce_wq *wq = sc->wq[wq_index];
1235 oce_process_tx_completion(struct oce_wq *wq)
1261 oce_tx_restart(POCE_SOFTC sc, struct oce_wq *wq)
1341 struct oce_wq *wq = arg;
1394 struct oce_wq *wq = (struct oce_wq *)ar
[all...]
H A Doce_mbox.c1699 oce_mbox_create_wq(struct oce_wq *wq)

Completed in 70 milliseconds