Re: SCSI Miniport- Throttled at 18 outstanding comman ds

Yes its less than 255…

Regards,
Sirish

-----Original Message-----
From: Maxim S. Shatskih [mailto:xxxxx@storagecraft.com]
Sent: Thursday, June 06, 2002 1:01 PM
To: NT Developers Interest List
Subject: [ntdev] Re: SCSI Miniport- Throttled at 18 outstanding comman
ds

Max, I am not sure I quite followed what you said here - that the
SCSIPort
can be left to handle tagged command queueing? Could you clarify?

Queue tag assignment and synchronization is done in SCSIPORT, your
miniport is free from this burden.

if (TaggedQueuingIsActive) {
if (NumberOfOutstandingCommandsOnAdapter < QUEUEDEPTH) {

Is your queue depth < 255?

Max


You are currently subscribed to ntdev as: xxxxx@vmware.com
To unsubscribe send a blank email to %%email.unsub%%