Searched refs:max_queue_depth (Results 1 – 13 of 13) sorted by relevance
/drivers/scsi/ |
D | u14-34f.c | 663 static int max_queue_depth = CONFIG_SCSI_U14_34F_MAX_TAGS; variable 665 static int max_queue_depth = MAX_CMD_PER_LUN; variable 694 tqd = max_queue_depth; in u14_34f_slave_configure() 989 if (max_queue_depth > MAX_TAGGED_CMD_PER_LUN) in port_detect() 990 max_queue_depth = MAX_TAGGED_CMD_PER_LUN; in port_detect() 992 if (max_queue_depth < MAX_CMD_PER_LUN) max_queue_depth = MAX_CMD_PER_LUN; in port_detect() 1001 YESNO(linked_comm), max_queue_depth, YESNO(ext_tran)); in port_detect() 1058 else if (!strncmp(cur, "mq:", 3)) max_queue_depth = val; in internal_setup()
|
D | eata.c | 900 static int max_queue_depth = CONFIG_SCSI_EATA_MAX_TAGS; variable 902 static int max_queue_depth = MAX_CMD_PER_LUN; variable 946 tqd = max_queue_depth; in eata2x_slave_configure() 1375 if (max_queue_depth > MAX_TAGGED_CMD_PER_LUN) in port_detect() 1376 max_queue_depth = MAX_TAGGED_CMD_PER_LUN; in port_detect() 1378 if (max_queue_depth < MAX_CMD_PER_LUN) in port_detect() 1379 max_queue_depth = MAX_CMD_PER_LUN; in port_detect() 1390 YESNO(linked_comm), max_queue_depth, YESNO(rev_scan), in port_detect() 1485 max_queue_depth = val; in internal_setup()
|
D | qla1280.c | 684 nv->bus[i].max_queue_depth = cpu_to_le16(nv->bus[i].max_queue_depth); in qla1280_read_nvram() 1191 mb[2] = nv->bus[bus].max_queue_depth; in qla1280_set_target_parameters() 2017 nv->bus[0].max_queue_depth); in qla1280_print_settings() 2019 nv->bus[1].max_queue_depth); in qla1280_print_settings() 2035 nv->bus[bus].max_queue_depth - 1; in qla1280_set_target_defaults() 2091 nv->bus[bus].max_queue_depth = 32; in qla1280_set_defaults() 2157 mb[2] = nv->bus[bus].max_queue_depth; in qla1280_config_target() 2188 ha->bus_settings[bus].hiwat = nv->bus[bus].max_queue_depth - 1; in qla1280_config_bus()
|
D | qlogicpti.h | 290 u_short max_queue_depth; member
|
D | scsi_error.c | 400 sdev->queue_depth >= sdev->max_queue_depth) in scsi_handle_queue_ramp_up() 418 tmp_sdev->queue_depth == sdev->max_queue_depth) in scsi_handle_queue_ramp_up()
|
D | qla1280.h | 448 uint16_t max_queue_depth; /* 32, 33 */ member
|
D | scsi_sysfs.c | 765 sdev->max_queue_depth = sdev->queue_depth; in sdev_store_queue_depth_rw()
|
D | scsi_scan.c | 944 sdev->max_queue_depth = sdev->queue_depth; in scsi_add_lun()
|
D | qlogicpti.c | 292 qpti->host_param.max_queue_depth = 256; in qlogicpti_set_hostdev_defaults()
|
/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.c | 71 static int max_queue_depth = -1; variable 72 module_param(max_queue_depth, int, 0); 73 MODULE_PARM_DESC(max_queue_depth, " max controller queue depth "); 2458 if (max_queue_depth != -1 && max_queue_depth != 0) { in _base_allocate_memory_pools() 2459 max_request_credit = min_t(u16, max_queue_depth + in _base_allocate_memory_pools()
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 73 static int max_queue_depth = -1; variable 74 module_param(max_queue_depth, int, 0); 75 MODULE_PARM_DESC(max_queue_depth, " max controller queue depth "); 2593 if (max_queue_depth != -1 && max_queue_depth != 0) { in _base_allocate_memory_pools() 2594 max_request_credit = min_t(u16, max_queue_depth + in _base_allocate_memory_pools()
|
/drivers/scsi/fcoe/ |
D | fcoe_transport.c | 410 if (port->fcoe_pending_queue.qlen > port->max_queue_depth) in fcoe_check_wait_queue()
|
D | fcoe.c | 1117 port->max_queue_depth = FCOE_MAX_QUEUE_DEPTH; in fcoe_if_create()
|