Searched refs:dmc_command (Results 1 – 1 of 1) sorted by relevance
104 struct dmc_command { struct108 struct dmc_command *qp_next; /* next command on queue */ argument158 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 …]