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

/netbsd-current/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 *);
100 int dmareq(struct dmaqueue *);
H A Dhpibvar.h189 struct dmaqueue;
198 struct dmaqueue *sc_dq;
H A Ddma.c105 struct dmaqueue *dm_job; /* current job */
122 TAILQ_HEAD(, dmaqueue) sc_queue; /* job queue */
293 dmareq(struct dmaqueue *dq)
336 dmafree(struct dmaqueue *dq)
341 struct dmaqueue *dn;
H A Dhpib.c151 sc->sc_dq = kmem_alloc(sizeof(struct dmaqueue), KM_SLEEP);
H A Dspc.c76 struct dmaqueue sc_dq; /* DMA job queue */

Completed in 133 milliseconds