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,
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()
207 struct oce_wq *wq; 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()
[all …]
H A Doce_if.c160 struct oce_wq *wq);
645 struct oce_wq *wq = NULL; in oce_multiq_start()
1036 struct oce_wq *wq = sc->wq[wq_index]; in oce_tx()
1234 oce_process_tx_completion(struct oce_wq *wq) in oce_process_tx_completion()
1260 oce_tx_restart(POCE_SOFTC sc, struct oce_wq *wq) in oce_tx_restart()
1340 struct oce_wq *wq = arg; in oce_tx_task()
1393 struct oce_wq *wq = (struct oce_wq *)arg; in oce_wq_handler()
2316 struct oce_wq *wq; in oce_eqd_set_periodic()
2478 struct oce_wq *wq; in oce_tx_compl_clean()
2522 struct oce_wq *wq; in oce_if_deactivate()
[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()