Searched refs:oce_eq (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_oce.c203 struct oce_eq { struct
223 struct oce_eq * eq;
326 struct oce_eq * sc_eq[OCE_MAX_EQ]; /* Event queues */
406 struct oce_wq *oce_create_wq(struct oce_softc *, struct oce_eq *);
410 oce_create_rq(struct oce_softc *, struct oce_eq *, int rss);
413 struct oce_eq *
416 oce_arm_eq(struct oce_eq *, int neqe, int rearm, int clearint);
417 void oce_drain_eq(struct oce_eq *);
418 void oce_destroy_eq(struct oce_eq *);
420 oce_create_mq(struct oce_softc *, struct oce_eq *);
[all...]

Completed in 162 milliseconds