oce_wq
struct oce_wq *wq;
struct oce_wq *wq;
struct oce_wq *wq = sc->sc_wq[wqidx];
struct oce_wq *wq = (struct oce_wq *)arg;
oce_txeof(struct oce_wq *wq)
struct oce_wq *wq;
struct oce_wq *wq;
struct oce_wq *
struct oce_wq *wq;
wq = malloc(sizeof(struct oce_wq), M_DEVBUF, M_NOWAIT | M_ZERO);
oce_drain_wq(struct oce_wq *wq)
oce_destroy_wq(struct oce_wq *wq)
struct oce_wq * sc_wq[OCE_MAX_WQ]; /* TX work queues */
oce_new_wq(struct oce_softc *sc, struct oce_wq *wq)
void oce_txeof(struct oce_wq *);
struct oce_wq *oce_create_wq(struct oce_softc *, struct oce_eq *);
void oce_drain_wq(struct oce_wq *);
void oce_destroy_wq(struct oce_wq *);
int oce_new_wq(struct oce_softc *, struct oce_wq *);