oce_eq
struct oce_eq *eq;
struct oce_eq *eq;
struct oce_eq *eq = sc->sc_eq[0];
struct oce_eq *eq;
oce_create_wq(struct oce_softc *sc, struct oce_eq *eq)
oce_create_rq(struct oce_softc *sc, struct oce_eq *eq, int rss)
struct oce_eq *
struct oce_eq *eq;
eq = malloc(sizeof(struct oce_eq), M_DEVBUF, M_NOWAIT | M_ZERO);
oce_arm_eq(struct oce_eq *eq, int neqe, int rearm, int clearint)
oce_drain_eq(struct oce_eq *eq)
struct oce_eq * eq;
oce_destroy_eq(struct oce_eq *eq)
oce_create_mq(struct oce_softc *sc, struct oce_eq *eq)
oce_create_cq(struct oce_softc *sc, struct oce_eq *eq, int nitems, int isize,
struct oce_eq * sc_eq[OCE_MAX_EQ]; /* Event queues */
oce_new_eq(struct oce_softc *sc, struct oce_eq *eq)
struct oce_wq *oce_create_wq(struct oce_softc *, struct oce_eq *);
oce_create_rq(struct oce_softc *, struct oce_eq *, int rss);
struct oce_eq *
oce_arm_eq(struct oce_eq *, int neqe, int rearm, int clearint);
void oce_drain_eq(struct oce_eq *);
void oce_destroy_eq(struct oce_eq *);
oce_create_mq(struct oce_softc *, struct oce_eq *);
oce_create_cq(struct oce_softc *, struct oce_eq *, int nitems,
int oce_new_eq(struct oce_softc *, struct oce_eq *);