Searched refs:max_queue_depth (Results 1 – 12 of 12) sorted by relevance
364 u32 max_queue_depth; member
116 unsigned short max_queue_depth; /* max queue depth */ member
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()
291 u_short max_queue_depth; member
651 sdev->queue_depth >= sdev->max_queue_depth) in scsi_handle_queue_ramp_up()669 tmp_sdev->queue_depth == sdev->max_queue_depth) in scsi_handle_queue_ramp_up()
448 uint16_t max_queue_depth; /* 32, 33 */ member
990 sdev->max_queue_depth = sdev->queue_depth; in scsi_add_lun()
292 qpti->host_param.max_queue_depth = 256; in qlogicpti_set_hostdev_defaults()
961 sdev->max_queue_depth = sdev->queue_depth; in DECLARE_EVT()
446 if (port->fcoe_pending_queue.qlen > port->max_queue_depth) in fcoe_check_wait_queue()
1167 port->max_queue_depth = FCOE_MAX_QUEUE_DEPTH; in fcoe_if_create()
76 static int max_queue_depth = -1; variable77 module_param(max_queue_depth, int, 0);78 MODULE_PARM_DESC(max_queue_depth, " max controller queue depth ");4394 if (max_queue_depth != -1 && max_queue_depth != 0) { in _base_allocate_memory_pools()4395 max_request_credit = min_t(u16, max_queue_depth + in _base_allocate_memory_pools()