HomeSort by: relevance | last modified time | path
    Searched defs:dmc_command (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/qbus/
if_dmc.c 104 struct dmc_command { struct
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;
    [all...]

Completed in 11 milliseconds