Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/qbus/
H A Dif_dmc.c104 struct dmc_command { struct
108 struct dmc_command *qp_next; /* next command on queue */ argument
158 struct dmc_command sc_cmdbuf[NCMDS];
159 struct dmc_command *sc_qhead; /* head of command queue */
160 struct dmc_command *sc_qtail; /* tail of command queue */
161 struct dmc_command *sc_qactive; /* command in progress */
162 struct dmc_command *sc_qfreeh; /* head of list of free cmd buffers */
163 struct dmc_command *sc_qfreet; /* tail of list of free cmd buffers */
199 if ((tail) == (struct dmc_command *) 0) \
207 (qp)->qp_next = (struct dmc_command *) 0; \
[all …]