Searched refs:max_queue_depth (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/nvme/host/ |
| H A D | apple.c | 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() [all …]
|
| /linux/drivers/ata/ |
| H A D | libata-sata.c | 1285 int max_queue_depth; in ata_change_queue_depth() local 1299 max_queue_depth = min(ATA_MAX_QUEUE, sdev->host->can_queue); in ata_change_queue_depth() 1300 max_queue_depth = min(max_queue_depth, ata_id_queue_depth(dev->id)); in ata_change_queue_depth() 1301 if (queue_depth > max_queue_depth) { in ata_change_queue_depth()
|
| /linux/drivers/scsi/ |
| H A D | qlogicpti.h | 291 u_short max_queue_depth; member
|
| H A D | scsi_scan.c | 1122 sdev->max_queue_depth = sdev->queue_depth; in scsi_add_lun() 1123 WARN_ON_ONCE(sdev->max_queue_depth > sdev->budget_map.depth); in scsi_add_lun()
|
| H A D | scsi_error.c | 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()
|
| H A D | qla1280.h | 440 uint16_t max_queue_depth; /* 32, 33 */ member
|
| /linux/include/scsi/ |
| H A D | scsi_device.h | 118 unsigned short max_queue_depth; /* max queue depth */ member
|
| /linux/drivers/scsi/fcoe/ |
| H A D | fcoe_transport.c | 436 if (port->fcoe_pending_queue.qlen > port->max_queue_depth) in fcoe_check_wait_queue()
|
| H A D | fcoe.c | 1153 port->max_queue_depth = FCOE_MAX_QUEUE_DEPTH; in fcoe_if_create()
|
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_base.c | 75 static int max_queue_depth = -1; variable 76 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()
|
| /linux/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_os.c | 1031 sdev->max_queue_depth = sdev->queue_depth; in mpi3mr_change_queue_depth() 2072 sdev->max_queue_depth = sdev->queue_depth; in mpi3mr_update_sdev_qd()
|