OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 12 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025