Symbol: oce_wq
sys/dev/netif/oce/oce_if.c
1004
oce_tx_restart(POCE_SOFTC sc, struct oce_wq *wq)
sys/dev/netif/oce/oce_if.c
1092
struct oce_wq *wq = arg;
sys/dev/netif/oce/oce_if.c
1164
struct oce_wq *wq = (struct oce_wq *)arg;
sys/dev/netif/oce/oce_if.c
1200
oce_multiq_transmit(struct ifnet *ifp, struct mbuf *m, struct oce_wq *wq)
sys/dev/netif/oce/oce_if.c
1967
struct oce_wq *wq;
sys/dev/netif/oce/oce_if.c
2029
struct oce_wq *wq;
sys/dev/netif/oce/oce_if.c
509
struct oce_wq *wq = NULL;
sys/dev/netif/oce/oce_if.c
73
static void oce_tx_restart(POCE_SOFTC sc, struct oce_wq *wq);
sys/dev/netif/oce/oce_if.c
74
static void oce_tx_complete(struct oce_wq *wq, uint32_t wqe_idx,
sys/dev/netif/oce/oce_if.c
78
struct oce_wq *wq);
sys/dev/netif/oce/oce_if.c
816
struct oce_wq *wq = sc->wq[wq_index];
sys/dev/netif/oce/oce_if.c
977
oce_tx_complete(struct oce_wq *wq, uint32_t wqe_idx, uint32_t status)
sys/dev/netif/oce/oce_if.h
1053
int oce_mbox_create_wq(struct oce_wq *wq);
sys/dev/netif/oce/oce_if.h
849
struct oce_wq *wq[OCE_MAX_WQ]; /* TX work queues */
sys/dev/netif/oce/oce_if.h
973
int oce_start_wq(struct oce_wq *wq);
sys/dev/netif/oce/oce_if.h
983
void oce_drain_wq_cq(struct oce_wq *wq);
sys/dev/netif/oce/oce_mbox.c
1665
oce_mbox_create_wq(struct oce_wq *wq)
sys/dev/netif/oce/oce_queue.c
1077
oce_drain_wq_cq(struct oce_wq *wq)
sys/dev/netif/oce/oce_queue.c
171
struct oce_wq *wq;
sys/dev/netif/oce/oce_queue.c
208
oce_wq *oce_wq_init(POCE_SOFTC sc, uint32_t q_len, uint32_t wq_type)
sys/dev/netif/oce/oce_queue.c
210
struct oce_wq *wq;
sys/dev/netif/oce/oce_queue.c
222
wq = kmalloc(sizeof(struct oce_wq), M_DEVBUF, M_NOWAIT | M_ZERO);
sys/dev/netif/oce/oce_queue.c
283
oce_wq_free(struct oce_wq *wq)
sys/dev/netif/oce/oce_queue.c
322
oce_wq_create(struct oce_wq *wq, struct oce_eq *eq)
sys/dev/netif/oce/oce_queue.c
369
oce_wq_del(struct oce_wq *wq)
sys/dev/netif/oce/oce_queue.c
50
static struct oce_wq *oce_wq_init(POCE_SOFTC sc,
sys/dev/netif/oce/oce_queue.c
52
static int oce_wq_create(struct oce_wq *wq, struct oce_eq *eq);
sys/dev/netif/oce/oce_queue.c
53
static void oce_wq_free(struct oce_wq *wq);
sys/dev/netif/oce/oce_queue.c
54
static void oce_wq_del(struct oce_wq *wq);
sys/dev/netif/oce/oce_queue.c
93
struct oce_wq *wq;
sys/dev/netif/oce/oce_queue.c
975
oce_start_wq(struct oce_wq *wq)