Home
last modified time | relevance | path

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

/drivers/scsi/
Du14-34f.c663 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()
Deata.c900 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()
Dqla1280.c684 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()
Dqlogicpti.h290 u_short max_queue_depth; member
Dscsi_error.c400 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()
Dqla1280.h448 uint16_t max_queue_depth; /* 32, 33 */ member
Dscsi_sysfs.c765 sdev->max_queue_depth = sdev->queue_depth; in sdev_store_queue_depth_rw()
Dscsi_scan.c944 sdev->max_queue_depth = sdev->queue_depth; in scsi_add_lun()
Dqlogicpti.c292 qpti->host_param.max_queue_depth = 256; in qlogicpti_set_hostdev_defaults()
/drivers/scsi/mpt2sas/
Dmpt2sas_base.c71 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/
Dmpt3sas_base.c73 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/
Dfcoe_transport.c410 if (port->fcoe_pending_queue.qlen > port->max_queue_depth) in fcoe_check_wait_queue()
Dfcoe.c1117 port->max_queue_depth = FCOE_MAX_QUEUE_DEPTH; in fcoe_if_create()