Home
last modified time | relevance | path

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

/Linux-v5.10/include/scsi/
Dlibfcoe.h353 u32 max_queue_depth; member
Dscsi_device.h116 unsigned short max_queue_depth; /* max queue depth */ member
/Linux-v5.10/drivers/scsi/
Dqla1280.c649 nv->bus[i].max_queue_depth = cpu_to_le16(nv->bus[i].max_queue_depth); in qla1280_read_nvram()
1156 mb[2] = nv->bus[bus].max_queue_depth; in qla1280_set_target_parameters()
1979 nv->bus[0].max_queue_depth); in qla1280_print_settings()
1981 nv->bus[1].max_queue_depth); in qla1280_print_settings()
1997 nv->bus[bus].max_queue_depth - 1; in qla1280_set_target_defaults()
2053 nv->bus[bus].max_queue_depth = 32; in qla1280_set_defaults()
2119 mb[2] = nv->bus[bus].max_queue_depth; in qla1280_config_target()
2150 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_error.c657 sdev->queue_depth >= sdev->max_queue_depth) in scsi_handle_queue_ramp_up()
675 tmp_sdev->queue_depth == sdev->max_queue_depth) in scsi_handle_queue_ramp_up()
Dqla1280.h441 uint16_t max_queue_depth; /* 32, 33 */ member
Dscsi_scan.c981 sdev->max_queue_depth = sdev->queue_depth; in scsi_add_lun()
Dqlogicpti.c303 qpti->host_param.max_queue_depth = 256; in qlogicpti_set_hostdev_defaults()
Dscsi_sysfs.c1010 sdev->max_queue_depth = sdev->queue_depth; in DECLARE_EVT()
/Linux-v5.10/drivers/scsi/fcoe/
Dfcoe_transport.c435 if (port->fcoe_pending_queue.qlen > port->max_queue_depth) in fcoe_check_wait_queue()
Dfcoe.c1154 port->max_queue_depth = FCOE_MAX_QUEUE_DEPTH; in fcoe_if_create()
/Linux-v5.10/drivers/scsi/mpt3sas/
Dmpt3sas_base.c76 static int max_queue_depth = -1; variable
77 module_param(max_queue_depth, int, 0444);
78 MODULE_PARM_DESC(max_queue_depth, " max controller queue depth ");
5112 if (max_queue_depth != -1 && max_queue_depth != 0) { in _base_allocate_memory_pools()
5113 max_request_credit = min_t(u16, max_queue_depth + in _base_allocate_memory_pools()