Lines Matching refs:queue

39 		    (pqn->kq && pqn->kq->queue->properties.queue_id == qid))
53 pr_err("Cannot create new queue because requested qid(%u) is in use\n", qid);
107 pr_err("Queue id does not match any known queue\n");
122 /* Only allow one queue per process can have GWS assigned */
224 struct kfd_node *dev, struct queue **q,
261 pr_debug("PQM After init queue");
283 struct queue *q;
341 * check whether a SDMA queue can be allocated here, because
381 kq->queue->properties.queue_id = *qid;
392 WARN(1, "Invalid queue type %d", type);
397 pr_err("Pasid 0x%x DQM create queue type %d failed. ret %d\n",
418 pr_debug("PQM After DQM create queue\n");
423 pr_debug("PQM done creating queue\n");
458 pr_err("Queue id does not match any known queue\n");
477 /* destroy kernel queue (DIQ) */
488 pr_err("Pasid 0x%x destroy queue %d failed, ret %d\n",
519 pr_debug("No queue %d exists for update operation\n", qid);
545 pr_debug("No queue %d exists for update operation\n", qid);
592 struct queue *pqm_get_user_queue(struct process_queue_manager *pqm,
611 pr_debug("amdkfd: No queue %d exists for operation\n",
664 struct queue *q,
675 pr_err("Failed to get queue dump info (%d)\n", ret);
685 struct queue *q;
709 pr_err("Unsupported queue type (%d)\n", q->properties.type);
729 pr_debug("amdkfd: No queue %d exists for operation\n", qid);
734 pr_err("amdkfd: queue dumping not supported on this device\n");
743 struct queue *q,
795 uint8_t *q_private_data = NULL; /* Local buffer to store individual queue private data */
796 struct queue *q;
809 pr_err("Unsupported queue type (%d)\n", q->properties.type);
968 pr_err("Failed to create new queue err:%d\n", ret);
977 pr_err("Failed to restore queue (%d)\n", ret);
995 pr_debug("amdkfd: No queue %d exists for operation\n", qid);
1000 pr_err("amdkfd: queue dumping not supported on this device\n");
1016 struct queue *q;
1029 seq_printf(m, " SDMA queue on device %x\n",
1034 seq_printf(m, " Compute queue on device %x\n",
1041 " Bad user queue type %d on device %x\n",
1049 q = pqn->kq->queue;
1058 " Bad kernel queue type %d on device %x\n",
1065 " Weird: Queue node with neither kernel nor user queue\n");