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

/netbsd-current/sys/dev/ic/
H A Doosiopvar.h70 struct oosiop_cb { struct
71 TAILQ_ENTRY(oosiop_cb) chain;
89 /* oosiop_cb flags */
93 TAILQ_HEAD(oosiop_cb_queue, oosiop_cb);
96 struct oosiop_cb *nexus;
136 struct oosiop_cb *sc_curcb; /* current command */
137 struct oosiop_cb *sc_lastcb; /* last activated command */
H A Doosiop.c73 static void oosiop_setup_sgdma(struct oosiop_softc *, struct oosiop_cb *);
83 static void oosiop_done(struct oosiop_softc *, struct oosiop_cb *);
88 static void oosiop_msgin(struct oosiop_softc *, struct oosiop_cb *);
129 struct oosiop_cb *cb;
249 struct oosiop_cb *cb;
257 * Allocate oosiop_cb.
259 cb = malloc(sizeof(struct oosiop_cb) * ncb, M_DEVBUF, M_WAITOK|M_ZERO);
457 oosiop_setup_sgdma(struct oosiop_softc *sc, struct oosiop_cb *cb)
531 struct oosiop_cb *cb;
587 struct oosiop_cb *c
[all...]

Completed in 143 milliseconds