Lines Matching defs:queue
320 dev->queue = agx_create_command_queue(dev);
361 .queue = resp.queue,
371 struct agx_command_queue queue = {};
398 queue.id = out.id;
399 assert(queue.id);
402 queue.notif = agx_create_notification_queue(dev->fd);
406 queue.id,
407 queue.notif.id
419 queue.id,
430 return queue;
464 * queue. The kernel will send two messages on the notification queue. The
467 * loop to flush the entire queue before calling
472 agx_wait_queue(struct agx_command_queue queue)
481 IOReturn ret = IODataQueueWaitForAvailableData(queue.notif.queue, queue.notif.port);
488 while (IODataQueueDequeue(queue.notif.queue, data, &sz) == kIOReturnSuccess) {