Lines Matching refs:UCHAR
271 UCHAR MaximumControllers; /* maximum controllers the driver can support */
272 UCHAR SupportCrossControllerRAID; /* 1-support, 0-not support */
273 UCHAR MinimumBlockSizeShift; /* minimum block size shift */
274 UCHAR MaximumBlockSizeShift; /* maximum block size shift */
276 UCHAR SupportDiskModeSetting;
277 UCHAR SupportSparePool;
278 UCHAR MaximumArrayNameLength;
281 UCHAR reserved: 4;
282 UCHAR SupportHotSwap: 1;
283 UCHAR HighPerformanceRAID1: 1;
284 UCHAR RebuildProcessInDriver: 1;
285 UCHAR SupportDedicatedSpare: 1;
287 UCHAR SupportDedicatedSpare: 1; /* call hpt_add_dedicated_spare() for dedicated spare. */
288 UCHAR RebuildProcessInDriver: 1; /* Windows only. used by mid layer for rebuild control. */
289 UCHAR HighPerformanceRAID1: 1; /* Support RAID1.5 */
290 UCHAR SupportHotSwap: 1;
291 UCHAR reserved: 4;
300 UCHAR SupportedRAIDTypes[16];
302 UCHAR MaximumArrayMembers[16];
310 UCHAR ChipType; /* chip type */
311 UCHAR InterruptLevel; /* IRQ level */
312 UCHAR NumBuses; /* bus count */
313 UCHAR ChipFlags;
315 UCHAR szProductID[MAX_NAME_LENGTH]; /* product name */
316 UCHAR szVendorID[MAX_NAME_LENGTH]; /* vender name */
349 UCHAR Name[MAX_ARRAYNAME_LEN];/* array name */
350 UCHAR Description[64]; /* array description */
351 UCHAR CreateManager[16]; /* who created it */
354 UCHAR ArrayType; /* array type */
355 UCHAR BlockSizeShift; /* stripe size */
356 UCHAR nDisk; /* member count: Number of ID in Members[] */
357 UCHAR reserved;
386 UCHAR Name[MAX_ARRAYNAME_LEN];/* array name */
387 UCHAR Description[64]; /* array description */
388 UCHAR CreateManager[16]; /* who created it */
391 UCHAR ArrayType; /* array type */
392 UCHAR BlockSizeShift; /* stripe size */
393 UCHAR nDisk; /* member count: Number of ID in Members[] */
394 UCHAR reserved;
426 UCHAR MaximumBlockTransfer; /* 5E 47 */
427 UCHAR VendorUnique2; /* 5F */
431 UCHAR VendorUnique3; /* 66 51 */
432 UCHAR PioCycleTimingMode; /* 67 */
433 UCHAR VendorUnique4; /* 68 52 */
434 UCHAR DmaCycleTimingMode; /* 69 */
467 UCHAR ControllerId; /* controller id */
468 UCHAR PathId; /* bus */
469 UCHAR TargetId; /* id */
470 UCHAR DeviceModeSetting; /* Current Data Transfer mode: 0-4 PIO 0-4 */
472 UCHAR DeviceType; /* device type */
473 UCHAR UsableMode; /* highest usable mode */
475 UCHAR ReadAheadSupported: 1;
476 UCHAR ReadAheadEnabled: 1;
477 UCHAR WriteCacheSupported: 1;
478 UCHAR WriteCacheEnabled: 1;
479 UCHAR TCQSupported: 1;
480 UCHAR TCQEnabled: 1;
481 UCHAR NCQSupported: 1;
482 UCHAR NCQEnabled: 1;
483 UCHAR reserved;
519 UCHAR Type; /* LDT_ARRAY or LDT_DEVICE */
520 UCHAR reserved[3];
534 UCHAR Type; /* LDT_ARRAY or LDT_DEVICE */
535 UCHAR reserved[3];
565 UCHAR Name[MAX_ARRAYNAME_LEN]; /* array name */
566 UCHAR Description[64]; /* array description */
572 UCHAR DeviceModeSetting; /* 0-4 PIO 0-4, 5-7 MW DMA0-2, 8-13 UDMA0-5 */
578 UCHAR DeviceModeSetting; /* 0-4 PIO 0-4, 5-7 MW DMA0-2, 8-13 UDMA0-5 */
579 UCHAR TCQEnabled;
580 UCHAR NCQEnabled;
581 UCHAR WriteCacheEnabled;
582 UCHAR ReadAheadEnabled;
583 UCHAR reserve[3];
593 UCHAR ArrayType; /* 1-level array type */
594 UCHAR nDisk; /* number of elements in Members[] array */
595 UCHAR BlockSizeShift; /* Stripe size if ArrayType==AT_RAID0 / AT_RAID5 */
596 UCHAR CreateFlags; /* See CAF_xxx */
598 UCHAR ArrayName[MAX_ARRAYNAME_LEN]; /* Array name */
599 UCHAR Description[64]; /* array description */
600 UCHAR CreateManager[16]; /* who created it */
609 UCHAR ArrayType; /* 1-level array type */
610 UCHAR nDisk; /* number of elements in Members[] array */
611 UCHAR BlockSizeShift; /* Stripe size if ArrayType==AT_RAID0 / AT_RAID5 */
612 UCHAR CreateFlags; /* See CAF_xxx */
614 UCHAR ArrayName[MAX_ARRAYNAME_LEN]; /* Array name */
615 UCHAR Description[64]; /* array description */
616 UCHAR CreateManager[16]; /* who created it */
684 UCHAR EventType;
685 UCHAR reserved[3];
687 UCHAR Data[32]; /* various data depend on EventType */
719 UCHAR Command; /* IO_COMMAD_xxx */
720 UCHAR BufferType; /* BUFFER_TYPE_xxx, see below */
990 int hpt_rebuild_data_block(DEVICEID idMirror, DWORD Lba, UCHAR nSector);
1097 int hpt_lock_device(DEVICEID idDisk, ULONG Lba, UCHAR nSectors);
1139 int hpt_verify_data_block(DEVICEID idArray, ULONG Lba, UCHAR nSectors);
1156 int hpt_initialize_data_block(DEVICEID idArray, ULONG Lba, UCHAR nSectors);