Lines Matching refs:depth
70 * queue depth to 0x40. Instead of wasting half of that on the admin queue
970 unsigned int depth = apple_nvme_queue_depth(q);
976 memset(q->cqes, 0, depth * sizeof(struct nvme_completion));
1072 /* Setup the NVMMU for the maximum admin and IO queue depth */
1100 APPLE_ANS_MAX_QUEUE_DEPTH - 1; /* 0's based queue depth */
1297 unsigned int depth = apple_nvme_queue_depth(q);
1300 depth * sizeof(struct nvme_completion),
1306 depth * sizeof(struct nvme_command),
1312 * We need the maximum queue depth here because the NVMMU only has a
1313 * single depth configuration shared between both queues.