Lines Matching defs:queue_size
299 enum gdma_queue_type type, uint64_t queue_size,
309 spec.queue_size = queue_size;
316 uint64_t queue_size,
325 spec.queue_size = queue_size;
335 uint64_t queue_size,
343 spec.queue_size = queue_size;
538 uint32_t queue_size;
547 queue_size = roundup_pow_of_two(GDMA_MAX_RQE_SIZE * q_depth);
549 queue_size = roundup_pow_of_two(GDMA_MAX_SQE_SIZE * q_depth);
551 if (queue_size < MINIMUM_SUPPORTED_PAGE_SIZE)
552 queue_size = MINIMUM_SUPPORTED_PAGE_SIZE;
556 err = mana_hwc_create_gdma_wq(hwc, q_type, queue_size, &queue);