OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dmaqueue
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/hp300/dev/
dmavar.h
81
struct
dmaqueue
{
struct
82
TAILQ_ENTRY(
dmaqueue
) dq_list; /* entry on the queue */
99
void dmafree(struct
dmaqueue
*);
100
int dmareq(struct
dmaqueue
*);
hpibvar.h
189
struct
dmaqueue
;
198
struct
dmaqueue
*sc_dq;
dma.c
105
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;
hpib.c
151
sc->sc_dq = kmem_alloc(sizeof(struct
dmaqueue
), KM_SLEEP);
spc.c
76
struct
dmaqueue
sc_dq; /* DMA job queue */
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025