Searched refs:max_queue_depth (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/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 | 899 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()
|
D | qla1280.c | 677 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()
|
D | qlogicpti.h | 290 u_short max_queue_depth; member
|
D | scsi_error.c | 612 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()
|
D | qla1280.h | 448 uint16_t max_queue_depth; /* 32, 33 */ member
|
D | scsi_scan.c | 992 sdev->max_queue_depth = sdev->queue_depth; in scsi_add_lun()
|
D | scsi_sysfs.c | 894 sdev->max_queue_depth = sdev->queue_depth; in DECLARE_EVT()
|
D | qlogicpti.c | 292 qpti->host_param.max_queue_depth = 256; in qlogicpti_set_hostdev_defaults()
|
/linux-4.4.14/include/scsi/ |
D | libfcoe.h | 357 u32 max_queue_depth; member
|
D | scsi_device.h | 93 unsigned short max_queue_depth; /* max queue depth */ member
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 74 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/ |
D | fcoe_transport.c | 423 if (port->fcoe_pending_queue.qlen > port->max_queue_depth) in fcoe_check_wait_queue()
|
D | fcoe.c | 1122 port->max_queue_depth = FCOE_MAX_QUEUE_DEPTH; in fcoe_if_create()
|