Home
last modified time | relevance | path

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

/linux-4.4.14/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.c899 static int max_queue_depth = CONFIG_SCSI_EATA_MAX_TAGS; variable
901 static int max_queue_depth = MAX_CMD_PER_LUN; variable
945 tqd = max_queue_depth; in eata2x_slave_configure()
1364 if (max_queue_depth > MAX_TAGGED_CMD_PER_LUN) in port_detect()
1365 max_queue_depth = MAX_TAGGED_CMD_PER_LUN; in port_detect()
1367 if (max_queue_depth < MAX_CMD_PER_LUN) in port_detect()
1368 max_queue_depth = MAX_CMD_PER_LUN; in port_detect()
1379 YESNO(linked_comm), max_queue_depth, YESNO(rev_scan), in port_detect()
1473 max_queue_depth = val; in internal_setup()
Dqla1280.c677 nv->bus[i].max_queue_depth = cpu_to_le16(nv->bus[i].max_queue_depth); in qla1280_read_nvram()
1184 mb[2] = nv->bus[bus].max_queue_depth; in qla1280_set_target_parameters()
2009 nv->bus[0].max_queue_depth); in qla1280_print_settings()
2011 nv->bus[1].max_queue_depth); in qla1280_print_settings()
2027 nv->bus[bus].max_queue_depth - 1; in qla1280_set_target_defaults()
2083 nv->bus[bus].max_queue_depth = 32; in qla1280_set_defaults()
2149 mb[2] = nv->bus[bus].max_queue_depth; in qla1280_config_target()
2180 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.c612 sdev->queue_depth >= sdev->max_queue_depth) in scsi_handle_queue_ramp_up()
630 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_scan.c992 sdev->max_queue_depth = sdev->queue_depth; in scsi_add_lun()
Dscsi_sysfs.c894 sdev->max_queue_depth = sdev->queue_depth; in DECLARE_EVT()
Dqlogicpti.c292 qpti->host_param.max_queue_depth = 256; in qlogicpti_set_hostdev_defaults()
/linux-4.4.14/include/scsi/
Dlibfcoe.h357 u32 max_queue_depth; member
Dscsi_device.h93 unsigned short max_queue_depth; /* max queue depth */ member
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.c74 static int max_queue_depth = -1; variable
75 module_param(max_queue_depth, int, 0);
76 MODULE_PARM_DESC(max_queue_depth, " max controller queue depth ");
3189 if (max_queue_depth != -1 && max_queue_depth != 0) { in _base_allocate_memory_pools()
3190 max_request_credit = min_t(u16, max_queue_depth + in _base_allocate_memory_pools()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe_transport.c423 if (port->fcoe_pending_queue.qlen > port->max_queue_depth) in fcoe_check_wait_queue()
Dfcoe.c1122 port->max_queue_depth = FCOE_MAX_QUEUE_DEPTH; in fcoe_if_create()