VOID ScsiPortCompleteRequest(HwDeviceExtension, PathId, TargetId, Lun, SrbStatus)
IN PVOID HwDeviceExtension;
IN UCHAR PathId;
IN UCHAR TargetId;
IN UCHAR Lun;
IN UCHAR SrbStatus;
Completes all of the active requests for the specified logical unit.
ScsiPortCompleteRequest can be called to complete requests after a bus reset, a device reset, or an abort, rather than calling ScsiPortNotification for each request.
SCSI_REQUEST_BLOCK, ScsiPortNotification