Searched defs:_IO_SCSI_CAPABILITIES (Results 1 – 3 of 3) sorted by relevance
149 typedef struct _IO_SCSI_CAPABILITIES { struct155 ULONG Length;161 ULONG MaximumTransferLength;167 ULONG MaximumPhysicalPages;173 ULONG SupportedAsynchronousEvents;179 ULONG AlignmentMask;185 BOOLEAN TaggedQueuing;191 BOOLEAN AdapterScansDown;197 BOOLEAN AdapterUsesPio;
135 typedef struct _IO_SCSI_CAPABILITIES { struct136 ULONG Length; // Length of this structure137 ULONG MaximumTransferLength; // Maximum transfer size in single SRB (obsolete)138 ULONG MaximumPhysicalPages; // Maximum number of physical pages per data buffer139 ULONG SupportedAsynchronousEvents; // Async calls from port to class140 ULONG AlignmentMask; // Alignment mask for data transfers.141 BOOLEAN TaggedQueuing; // Supports tagged queuing142 BOOLEAN AdapterScansDown; // Host adapter scans down for bios devices.143 BOOLEAN AdapterUsesPio; // The host adapter uses programmed I/O.
290 typedef struct _IO_SCSI_CAPABILITIES { struct291 ULONG Length;292 ULONG MaximumTransferLength;293 ULONG MaximumPhysicalPages;294 ULONG SupportedAsynchronousEvents;295 ULONG AlignmentMask;296 BOOLEAN TaggedQueuing;297 BOOLEAN AdapterScansDown;298 BOOLEAN AdapterUsesPio;