Man Page: scsi_adjust_queue_depth
Operating Environment: centos
Section: 9
SCSI_ADJUST_QUEUE_DE(9) SCSI mid layer SCSI_ADJUST_QUEUE_DE(9)NAMEscsi_adjust_queue_depth - Let low level drivers change a device's queue depthSYNOPSISvoid scsi_adjust_queue_depth(struct scsi_device * sdev, int tagged, int tags);ARGUMENTSsdev SCSI Device in question tagged Do we use tagged queueing (non-0) or do we treat this device as an untagged device (0) tags Number of tags allowed if tagged queueing enabled, or number of commands the low level driver can queue up in non-tagged mode (as per cmd_per_lun).RETURNSNothingLOCK STATUSNone held on entryNOTESLow level drivers may call this at any time and we will do the right thing depending on whether or not the device is currently active and whether or not it even has the command blocks built yet.AUTHORSJames Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SCSI_ADJUST_QUEUE_DE(9)
| Related Man Pages |
|---|
| fc_remote_port_add(9) - suse |
| fc_remote_port_delete(9) - suse |
| sbp(4) - php |
| sbp(4) - redhat |
| adw(4) - linux |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| Set hard block limit for user using quota |
| Best performance UNIX just for HOST Virtualization? |
| DB2 convert digits to binary format |