Lines Matching defs:dmc_command
104 struct dmc_command {
108 struct dmc_command *qp_next; /* next command on queue */
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; \
212 if ((head) == (struct dmc_command *) 0)\
306 struct dmc_command *qp;
378 (struct dmc_command *)0;
466 struct dmc_command *qp;
472 if ((qp = sc->sc_qfreeh) == (struct dmc_command *)0)
504 struct dmc_command *qp;
507 if ((qp = sc->sc_qactive) == (struct dmc_command *) 0) {
525 if ((sc->sc_qactive = sc->sc_qhead) == (struct dmc_command *)0)