Home
last modified time | relevance | path

Searched refs:max_queue_depth (Results 1 – 14 of 14) sorted by relevance

/linux-6.6.21/drivers/ata/
Dlibata-sata.c1060 int max_queue_depth; in ata_change_queue_depth() local
1074 max_queue_depth = min(ATA_MAX_QUEUE, sdev->host->can_queue); in ata_change_queue_depth()
1075 max_queue_depth = min(max_queue_depth, ata_id_queue_depth(dev->id)); in ata_change_queue_depth()
1076 if (queue_depth > max_queue_depth) { in ata_change_queue_depth()
/linux-6.6.21/include/scsi/
Dlibfcoe.h356 u32 max_queue_depth; member
Dscsi_device.h118 unsigned short max_queue_depth; /* max queue depth */ member
/linux-6.6.21/drivers/scsi/
Dqla1280.c641 nv->bus[i].max_queue_depth = cpu_to_le16(nv->bus[i].max_queue_depth); in qla1280_read_nvram()
1146 mb[2] = nv->bus[bus].max_queue_depth; in qla1280_set_target_parameters()
1969 nv->bus[0].max_queue_depth); in qla1280_print_settings()
1971 nv->bus[1].max_queue_depth); in qla1280_print_settings()
1987 nv->bus[bus].max_queue_depth - 1; in qla1280_set_target_defaults()
2043 nv->bus[bus].max_queue_depth = 32; in qla1280_set_defaults()
2109 mb[2] = nv->bus[bus].max_queue_depth; in qla1280_config_target()
2140 ha->bus_settings[bus].hiwat = nv->bus[bus].max_queue_depth - 1; in qla1280_config_bus()
Dqlogicpti.h291 u_short max_queue_depth; member
Dscsi_scan.c1092 sdev->max_queue_depth = sdev->queue_depth; in scsi_add_lun()
1093 WARN_ON_ONCE(sdev->max_queue_depth > sdev->budget_map.depth); in scsi_add_lun()
Dqla1280.h440 uint16_t max_queue_depth; /* 32, 33 */ member
Dscsi_error.c732 sdev->queue_depth >= sdev->max_queue_depth) in scsi_handle_queue_ramp_up()
750 tmp_sdev->queue_depth == sdev->max_queue_depth) in scsi_handle_queue_ramp_up()
Dqlogicpti.c303 qpti->host_param.max_queue_depth = 256; in qlogicpti_set_hostdev_defaults()
Dscsi_sysfs.c1043 sdev->max_queue_depth = sdev->queue_depth; in DECLARE_EVT()
/linux-6.6.21/drivers/scsi/fcoe/
Dfcoe_transport.c436 if (port->fcoe_pending_queue.qlen > port->max_queue_depth) in fcoe_check_wait_queue()
Dfcoe.c1153 port->max_queue_depth = FCOE_MAX_QUEUE_DEPTH; in fcoe_if_create()
/linux-6.6.21/drivers/scsi/mpt3sas/
Dmpt3sas_base.c75 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 ");
6330 if (max_queue_depth != -1 && max_queue_depth != 0) { in _base_allocate_memory_pools()
6331 max_request_credit = min_t(u16, max_queue_depth + in _base_allocate_memory_pools()
/linux-6.6.21/drivers/scsi/mpi3mr/
Dmpi3mr_os.c983 sdev->max_queue_depth = sdev->queue_depth; in mpi3mr_change_queue_depth()
1858 sdev->max_queue_depth = sdev->queue_depth; in mpi3mr_update_sdev_qd()