Searched refs:queue_depth (Results 1 - 25 of 50) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/crypto/
H A Dap_bus.c170 * @queue_depth: Pointer to queue depth value
176 ap_test_queue(ap_qid_t qid, int *queue_depth, int *device_type) argument
185 *queue_depth = (int) (reg2 & 0xff);
401 * @queue_depth: Pointer to queue depth value
406 static int ap_query_queue(ap_qid_t qid, int *queue_depth, int *device_type) argument
416 *queue_depth = t_depth + 1;
553 return snprintf(buf, PAGE_SIZE, "%d\n", ap_dev->queue_depth);
919 int queue_depth, device_type, count, max_count, best_domain; local
936 rc = ap_query_queue(qid, &queue_depth, &device_type);
1079 int queue_depth, device_typ local
[all...]
H A Dap_bus.h137 int queue_depth; /* AP queue depth.*/ member in struct:ap_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dlibata-scsi.c1222 * @queue_depth: new queue depth
1235 int ata_scsi_change_queue_depth(struct scsi_device *sdev, int queue_depth, argument
1245 if (queue_depth < 1 || queue_depth == sdev->queue_depth)
1246 return sdev->queue_depth;
1250 return sdev->queue_depth;
1255 if (queue_depth == 1 || !ata_ncq_enabled(dev)) {
1257 queue_depth = 1;
1262 queue_depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Discsi_if.h91 uint16_t queue_depth; member in struct:iscsi_uevent::__anon18576::msg_create_session
97 uint16_t queue_depth; member in struct:iscsi_uevent::__anon18576::msg_create_bound_session
H A Dscsi_device.h83 unsigned short queue_depth; /* How deep of a queue we want */ member in struct:scsi_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfad_im.c93 (bfa_lun_queue_depth > cmnd->device->queue_depth)) {
121 if (bfa_lun_queue_depth > cmnd->device->queue_depth) {
887 if (bfa_lun_queue_depth > tmp_sdev->queue_depth) {
893 tmp_sdev->queue_depth + 1);
897 tmp_sdev->queue_depth + 1);
915 scsi_track_queue_full(tmp_sdev, tmp_sdev->queue_depth - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_scsi.c23 module_param_named(queue_depth, default_depth, uint, 0600);
24 MODULE_PARM_DESC(queue_depth, "Default queue depth for new SCSI devices");
49 return sdev->queue_depth;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/i2o/
H A Di2o_block.c905 unsigned int queue_depth; local
907 queue_depth = ireq->i2o_blk_dev->open_queue_depth;
909 if (queue_depth < I2O_BLOCK_MAX_OPEN_REQUESTS) {
917 if (queue_depth)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhptiop.c865 int queue_depth, int reason)
872 if (queue_depth > hba->max_requests)
873 queue_depth = hba->max_requests;
874 scsi_adjust_queue_depth(sdev, MSG_ORDERED_TAG, queue_depth);
875 return queue_depth;
864 hptiop_adjust_disk_queue_depth(struct scsi_device *sdev, int queue_depth, int reason) argument
H A Dscsi_error.c371 sdev->queue_depth >= sdev->max_queue_depth)
389 tmp_sdev->queue_depth == sdev->max_queue_depth)
392 * call back into LLD to increase queue_depth by one
395 sht->change_queue_depth(tmp_sdev, tmp_sdev->queue_depth + 1,
418 sht->change_queue_depth(tmp_sdev, tmp_sdev->queue_depth - 1,
H A Dscsi_sysfs.c457 sdev_rd_attr (queue_depth, "%d\n");
691 sdev->max_queue_depth = sdev->queue_depth;
697 __ATTR(queue_depth, S_IRUGO | S_IWUSR, sdev_show_queue_depth,
H A D3w-sas.c195 static int twl_change_queue_depth(struct scsi_device *sdev, int queue_depth, argument
201 if (queue_depth > TW_Q_LENGTH-2)
202 queue_depth = TW_Q_LENGTH-2;
203 scsi_adjust_queue_depth(sdev, MSG_ORDERED_TAG, queue_depth);
204 return queue_depth;
H A D3w-xxxx.c329 static int tw_change_queue_depth(struct scsi_device *sdev, int queue_depth, argument
335 if (queue_depth > TW_Q_LENGTH-2)
336 queue_depth = TW_Q_LENGTH-2;
337 scsi_adjust_queue_depth(sdev, MSG_ORDERED_TAG, queue_depth);
338 return queue_depth;
H A Desp_scsi.c2399 int goal_tags, queue_depth; local
2410 queue_depth = goal_tags;
2411 if (queue_depth < dev->host->cmd_per_lun)
2412 queue_depth = dev->host->cmd_per_lun;
2416 scsi_activate_tcq(dev, queue_depth);
2418 scsi_deactivate_tcq(dev, queue_depth);
H A Deata.c968 if (TLDEV(dev->type) && linked_comm && dev->queue_depth > 2)
977 dev->queue_depth, link_suffix, tag_suffix);
1822 if (linked_comm && SCpnt->device->queue_depth > 2
2405 if (linked_comm && SCpnt->device->queue_depth > 2
H A Du14-34f.c583 if (TLDEV(dev->type) && linked_comm && dev->queue_depth > 2)
591 dev->queue_depth, link_suffix, tag_suffix);
1168 if (linked_comm && SCpnt->device->queue_depth > 2
1664 if (linked_comm && SCpnt->device->queue_depth > 2
H A Dscsi.c896 sdev->queue_depth = tags;
912 sdev->queue_depth = tags;
H A D3w-9xxx.c193 static int twa_change_queue_depth(struct scsi_device *sdev, int queue_depth, argument
199 if (queue_depth > TW_Q_LENGTH-2)
200 queue_depth = TW_Q_LENGTH-2;
201 scsi_adjust_queue_depth(sdev, MSG_ORDERED_TAG, queue_depth);
202 return queue_depth;
H A Dscsi_transport_iscsi.c1308 uint16_t cmds_max, uint16_t queue_depth)
1314 session = transport->create_session(ep, cmds_max, queue_depth,
1573 ev->u.c_session.queue_depth);
1585 ev->u.c_bound_session.queue_depth);
1306 iscsi_if_create_session(struct iscsi_internal *priv, struct iscsi_endpoint *ep, struct iscsi_uevent *ev, uint32_t initial_cmdsn, uint16_t cmds_max, uint16_t queue_depth) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_scsi.c269 old_queue_depth = sdev->queue_depth;
271 new_queue_depth = sdev->queue_depth;
278 return sdev->queue_depth;
335 uint32_t queue_depth)
342 if (vport->cfg_lun_queue_depth <= queue_depth)
393 sdev->queue_depth * num_rsrc_err /
396 new_queue_depth = sdev->queue_depth - 1;
398 new_queue_depth = sdev->queue_depth -
432 sdev->queue_depth)
435 sdev->queue_depth
334 lpfc_rampup_queue_depth(struct lpfc_vport *vport, uint32_t queue_depth) argument
2322 uint32_t queue_depth, scsi_id; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_proc.c310 size += sprintf(BLS, " Tagged Command Queueing Enabled, Ordered Tags %s, Depth %d/%d\n", sdptr->ordered_tags ? "Enabled" : "Disabled", sdptr->queue_depth, aic_dev->max_q_depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhdreg.h458 unsigned short queue_depth; /* (word 75) member in struct:hd_driveid
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dstorvsc_drv.c619 scsi_bufflen(scmnd), scmnd->device->queue_depth,
801 sdevice->queue_depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dfnic_scsi.c703 * by a periodic queue_depth rampup based on successful
714 if (t_sdev->queue_depth > 1) {
717 t_sdev->queue_depth - 1);
728 t_sdev->queue_depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_fcp.c2158 return sdev->queue_depth;
2172 scsi_activate_tcq(sdev, sdev->queue_depth);
2174 scsi_deactivate_tcq(sdev, sdev->queue_depth);

Completed in 373 milliseconds

12