Lines Matching refs:max_queue_depth
173 u32 max_queue_depth; member
231 return anv->hw->max_queue_depth; in apple_nvme_queue_depth()
306 if (++q->sq_tail == anv->hw->max_queue_depth) in apple_nvme_submit_cmd_t8015()
720 c.create_cq.qsize = cpu_to_le16(anv->hw->max_queue_depth - 1); in apple_nvme_create_cq()
748 c.create_sq.qsize = cpu_to_le16(anv->hw->max_queue_depth - 1); in apple_nvme_create_sq()
1015 memset(q->tcbs, 0, anv->hw->max_queue_depth in apple_nvme_init_queue()
1120 writel(anv->hw->max_queue_depth in apple_nvme_reset_work()
1121 | (anv->hw->max_queue_depth << 16), anv->mmio_nvme in apple_nvme_reset_work()
1125 writel(anv->hw->max_queue_depth - 1, in apple_nvme_reset_work()
1144 aqa = anv->hw->max_queue_depth - 1; in apple_nvme_reset_work()
1159 anv->hw->max_queue_depth - 1; /* 0's based queue depth */ in apple_nvme_reset_work()
1333 anv->tagset.queue_depth = anv->hw->max_queue_depth - 1; in apple_nvme_alloc_tagsets()
1381 anv->hw->max_queue_depth * in apple_nvme_queue_alloc()
1697 .max_queue_depth = 16,
1702 .max_queue_depth = 64,