Searched refs:max_queue_depth (Results 1 – 8 of 8) sorted by relevance
173 u32 max_queue_depth; member231 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()1016 memset(q->tcbs, 0, anv->hw->max_queue_depth in apple_nvme_init_queue()1121 writel(anv->hw->max_queue_depth in apple_nvme_reset_work()1122 | (anv->hw->max_queue_depth << 16), anv->mmio_nvme in apple_nvme_reset_work()1126 writel(anv->hw->max_queue_depth - 1, in apple_nvme_reset_work()1145 aqa = anv->hw->max_queue_depth - 1; in apple_nvme_reset_work()[all …]
291 u_short max_queue_depth; member
1119 sdev->max_queue_depth = sdev->queue_depth; in scsi_add_lun()1120 WARN_ON_ONCE(sdev->max_queue_depth > sdev->budget_map.depth); in scsi_add_lun()
765 sdev->queue_depth >= sdev->max_queue_depth) in scsi_handle_queue_ramp_up()783 tmp_sdev->queue_depth == sdev->max_queue_depth) in scsi_handle_queue_ramp_up()
440 uint16_t max_queue_depth; /* 32, 33 */ member
436 if (port->fcoe_pending_queue.qlen > port->max_queue_depth) in fcoe_check_wait_queue()
1153 port->max_queue_depth = FCOE_MAX_QUEUE_DEPTH; in fcoe_if_create()
75 static int max_queue_depth = -1; variable76 module_param(max_queue_depth, int, 0444);77 MODULE_PARM_DESC(max_queue_depth, " max controller queue depth ");6351 if (max_queue_depth != -1 && max_queue_depth != 0) { in _base_allocate_memory_pools()6352 max_request_credit = min_t(u16, max_queue_depth + in _base_allocate_memory_pools()