Lines Matching defs:table
62 uint32_t size; /* Size of the queue table in dwords */
387 struct a6xx_hfi_queue_table_header *table = hfi->buf;
388 struct a6xx_hfi_queue_header *queue = &table->queue[qidx];
430 struct a6xx_hfi_queue_table_header *table = hfi->buf;
431 struct a6xx_hfi_queue_header *queue = &table->queue[qidx];
493 struct a6xx_hfi_queue_table_header *table = hfi->buf;
495 printf("\tversion: %u\n", table->version);
496 printf("\tsize: %u\n", table->size);
497 printf("\tqhdr0_offset: %u\n", table->qhdr0_offset);
498 printf("\tqhdr_size: %u\n", table->qhdr_size);
499 printf("\tnum_queues: %u\n", table->num_queues);
500 printf("\tactive_queues: %u\n", table->active_queues);
502 for (unsigned i = 0; i < table->num_queues; i++) {
503 struct a6xx_hfi_queue_header *queue = &table->queue[i];