Home
last modified time | relevance | path

Searched refs:dmaqueue (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/hp300/dev/
H A Ddmavar.h81 struct dmaqueue { struct
82 TAILQ_ENTRY(dmaqueue) dq_list; /* entry on the queue */
99 void dmafree(struct dmaqueue *); argument
100 int dmareq(struct dmaqueue *);
H A Ddma.c105 struct dmaqueue *dm_job; /* current job */
122 TAILQ_HEAD(, dmaqueue) sc_queue; /* job queue */
293 dmareq(struct dmaqueue *dq) in dmareq()
336 dmafree(struct dmaqueue *dq) in dmafree()
341 struct dmaqueue *dn; in dmafree()
H A Dhpibvar.h189 struct dmaqueue;
198 struct dmaqueue *sc_dq;
H A Dspc.c76 struct dmaqueue sc_dq; /* DMA job queue */
H A Dhpib.c151 sc->sc_dq = kmem_alloc(sizeof(struct dmaqueue), KM_SLEEP); in hpibbusattach()