Every HwScsiStartIo routine must return TRUE, indicating that the input request was processed.
If the HwScsiStartIo routine cannot carry out a requested operation when it is called, HwScsiStartIo should do the following:
The port driver resubmits any request returned with the SrbStatus value SRB_STATUS_BUSY to the miniport’s HwScsiStartIo routine later.
Eventually, every miniport driver must call ScsiPortNotification twice for each SRB input to its HwScsiStartIo routine: first, to complete the request (NotificationType RequestComplete) and, second, to tell the port driver to call the HwScsiStartIo routine again with the next SRB (NotificationType NextRequest or NextLuRequest).
The HwScsiStartIo routine of a miniport driver that manages its HBA exclusively by polling calls ScsiPortNotification with the NotificationType RequestTimerCall and a pointer to its HwScsiTimer routine. For more information about the HwScsiTimer routine, see Section A.4.9.