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

  /src/sys/dev/qbus/
if_dmc.c 108 struct dmc_command *qp_next; /* next command on queue */ member in struct:dmc_command
197 (qp)->qp_next = (head); \
204 (tail)->qp_next = (qp); \
207 (qp)->qp_next = (struct dmc_command *) 0; \
211 (head) = (head)->qp_next;\
if_dmc.c 108 struct dmc_command *qp_next; /* next command on queue */ member in struct:dmc_command
197 (qp)->qp_next = (head); \
204 (tail)->qp_next = (qp); \
207 (qp)->qp_next = (struct dmc_command *) 0; \
211 (head) = (head)->qp_next;\
if_dmc.c 108 struct dmc_command *qp_next; /* next command on queue */ member in struct:dmc_command
197 (qp)->qp_next = (head); \
204 (tail)->qp_next = (qp); \
207 (qp)->qp_next = (struct dmc_command *) 0; \
211 (head) = (head)->qp_next;\

Completed in 32 milliseconds