Symbol: oce_wq
sys/dev/oce/oce_if.c
1031
struct oce_wq *wq = sc->wq[wq_index];
sys/dev/oce/oce_if.c
1229
oce_process_tx_completion(struct oce_wq *wq)
sys/dev/oce/oce_if.c
1255
oce_tx_restart(POCE_SOFTC sc, struct oce_wq *wq)
sys/dev/oce/oce_if.c
1335
struct oce_wq *wq = arg;
sys/dev/oce/oce_if.c
1388
struct oce_wq *wq = (struct oce_wq *)arg;
sys/dev/oce/oce_if.c
1424
oce_multiq_transmit(if_t ifp, struct mbuf *m, struct oce_wq *wq)
sys/dev/oce/oce_if.c
157
static void oce_tx_restart(POCE_SOFTC sc, struct oce_wq *wq);
sys/dev/oce/oce_if.c
158
static void oce_process_tx_completion(struct oce_wq *wq);
sys/dev/oce/oce_if.c
160
struct oce_wq *wq);
sys/dev/oce/oce_if.c
2307
struct oce_wq *wq;
sys/dev/oce/oce_if.c
2469
struct oce_wq *wq;
sys/dev/oce/oce_if.c
2513
struct oce_wq *wq;
sys/dev/oce/oce_if.c
2560
struct oce_wq *wq;
sys/dev/oce/oce_if.c
640
struct oce_wq *wq = NULL;
sys/dev/oce/oce_if.h
1059
int oce_mbox_create_wq(struct oce_wq *wq);
sys/dev/oce/oce_if.h
844
struct oce_wq *wq[OCE_MAX_WQ]; /* TX work queues */
sys/dev/oce/oce_if.h
975
int oce_start_wq(struct oce_wq *wq);
sys/dev/oce/oce_if.h
985
void oce_drain_wq_cq(struct oce_wq *wq);
sys/dev/oce/oce_mbox.c
1696
oce_mbox_create_wq(struct oce_wq *wq)
sys/dev/oce/oce_queue.c
1020
oce_drain_wq_cq(struct oce_wq *wq)
sys/dev/oce/oce_queue.c
166
struct oce_wq *wq;
sys/dev/oce/oce_queue.c
205
oce_wq *oce_wq_init(POCE_SOFTC sc, uint32_t q_len, uint32_t wq_type)
sys/dev/oce/oce_queue.c
207
struct oce_wq *wq;
sys/dev/oce/oce_queue.c
219
wq = malloc(sizeof(struct oce_wq), M_DEVBUF, M_NOWAIT | M_ZERO);
sys/dev/oce/oce_queue.c
275
oce_wq_free(struct oce_wq *wq)
sys/dev/oce/oce_queue.c
311
oce_wq_create(struct oce_wq *wq, struct oce_eq *eq)
sys/dev/oce/oce_queue.c
354
oce_wq_del(struct oce_wq *wq)
sys/dev/oce/oce_queue.c
48
static struct oce_wq *oce_wq_init(POCE_SOFTC sc,
sys/dev/oce/oce_queue.c
50
static int oce_wq_create(struct oce_wq *wq, struct oce_eq *eq);
sys/dev/oce/oce_queue.c
51
static void oce_wq_free(struct oce_wq *wq);
sys/dev/oce/oce_queue.c
52
static void oce_wq_del(struct oce_wq *wq);
sys/dev/oce/oce_queue.c
89
struct oce_wq *wq;
sys/dev/oce/oce_queue.c
930
oce_start_wq(struct oce_wq *wq)