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