queue_depth
uint32_t queue_depth;
controller->queue_depth = SCI_MAX_IO_REQUESTS - SCI_MAX_DOMAINS;
&controller->queue_depth)) {
controller->queue_depth = max(1, min(controller->queue_depth,
controller->sim_queue_depth = controller->queue_depth - 1;
controller->queue_depth * isci_io_request_get_object_size();
for (int i = 0; i < controller->queue_depth; i++) {
U16 queue_depth; // word 75
(U8) (identify->queue_depth
comp_read = mana_gd_poll_cq(q_self, completions, hwc_cq->queue_depth);
hwc_cq->queue_depth = q_depth;
hwc_wq->queue_depth = q_depth;
uint16_t queue_depth;
uint16_t queue_depth;
u_int32_t queue_depth;
uint32_t queue_depth; /**< queue depth for command looping */
smartpqi_adjust_queue_depth(struct cam_path *path, uint32_t queue_depth)
crs.openings = queue_depth;
smartpqi_adjust_queue_depth(path, dvp->queue_depth);
uint32_t queue_depth;
device->queue_depth = PQI_PHYSICAL_DISK_DEFAULT_MAX_QUEUE_DEPTH;
device->queue_depth =
DBG_DISC("BMIC DEV_TYPE: %x QUEUE DEPTH: 0x%x \n", device->device_type, device->queue_depth);
device_exist->queue_depth = new_device->queue_depth;
device->queue_depth = PQI_LOGICAL_DISK_DEFAULT_MAX_QUEUE_DEPTH;
qdepth = logical_queue_dev_list->lun_entries[i - physical_cnt].queue_depth;
device->queue_depth = qdepth*256;
device->queue_depth = qdepth*16;
if (device->queue_depth > softs->adapterQDepth) {
device->queue_depth = softs->adapterQDepth;
device->queue_depth = softs->adapterQDepth;
device->queue_depth);
device->queue_depth);
device->queue_depth);
device->queue_depth,
softs->hint.queue_depth = value;
uint32_t queue_depth = softs->pqi_cap.max_outstanding_io;
if ((!softs->hint.queue_depth) || (softs->hint.queue_depth >
else if (softs->hint.queue_depth < PQISRC_MIN_OUTSTANDING_REQ) {
softs->hint.queue_depth;
queue_depth, softs->pqi_cap.max_outstanding_io);
uint16_t queue_depth; /* max. queue_depth for this device */
uint8_t queue_depth:7;
if ((io_opts->queue_depth != 0)
&& (io_opts->queue_depth != 1)) {
"command supported", (uintmax_t)io_opts->queue_depth,
uint64_t queue_depth;
if (io_opts->queue_depth != 0)
dev->target_queue_depth = io_opts->queue_depth;
io_opts->queue_depth = strtoull(value, &endptr, 0);