Lines Matching defs:queue
215 struct ddcb_queue *queue;
218 queue = &cd->queue;
229 queue->ddcb_max, (long long)queue->ddcb_daddr,
230 (long long)queue->ddcb_daddr +
231 (queue->ddcb_max * DDCB_LENGTH),
232 queue->ddcb_vaddr, queue->ddcbs_in_flight,
233 queue->ddcbs_max_in_flight, queue->ddcbs_completed,
234 queue->return_on_busy, queue->wait_on_busy,
247 queue->IO_QUEUE_CONFIG,
248 __genwqe_readq(cd, queue->IO_QUEUE_CONFIG),
249 queue->IO_QUEUE_STATUS,
250 __genwqe_readq(cd, queue->IO_QUEUE_STATUS),
251 queue->IO_QUEUE_SEGMENT,
252 __genwqe_readq(cd, queue->IO_QUEUE_SEGMENT),
253 queue->IO_QUEUE_INITSQN,
254 __genwqe_readq(cd, queue->IO_QUEUE_INITSQN),
255 queue->IO_QUEUE_WRAP,
256 __genwqe_readq(cd, queue->IO_QUEUE_WRAP),
257 queue->IO_QUEUE_OFFSET,
258 __genwqe_readq(cd, queue->IO_QUEUE_OFFSET),
259 queue->IO_QUEUE_WTIME,
260 __genwqe_readq(cd, queue->IO_QUEUE_WTIME),
261 queue->IO_QUEUE_ERRCNTS,
262 __genwqe_readq(cd, queue->IO_QUEUE_ERRCNTS),
263 queue->IO_QUEUE_LRW,
264 __genwqe_readq(cd, queue->IO_QUEUE_LRW));
267 queue->ddcb_act, queue->ddcb_next);
269 pddcb = queue->ddcb_vaddr;
270 for (i = 0; i < queue->ddcb_max; i++) {