Searched defs:_DEVICE_INFO (Results 1 – 4 of 4) sorted by relevance
466 typedef struct _DEVICE_INFO { struct467 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;[all …]
657 typedef struct _DEVICE_INFO { struct658 HPT_U8 ControllerId; /* controller id */659 HPT_U8 PathId; /* bus */660 HPT_U8 TargetId; /* id */661 HPT_U8 DeviceModeSetting; /* Current Data Transfer mode: 0-4 PIO 0-4 */663 HPT_U8 DeviceType; /* device type */664 HPT_U8 UsableMode; /* highest usable mode */667 HPT_U8 NCQEnabled: 1;668 HPT_U8 NCQSupported: 1;669 HPT_U8 TCQEnabled: 1;[all …]
849 typedef struct _DEVICE_INFO { struct850 HPT_U8 ControllerId; /* controller id */851 HPT_U8 PathId; /* bus */852 HPT_U8 TargetId; /* id */853 HPT_U8 DeviceModeSetting; /* Current Data Transfer mode: 0-4 PIO 0-4 */855 HPT_U8 DeviceType; /* device type */856 HPT_U8 UsableMode; /* highest usable mode */859 HPT_U8 NCQEnabled: 1;860 HPT_U8 NCQSupported: 1;861 HPT_U8 TCQEnabled: 1;[all …]
845 typedef struct _DEVICE_INFO { struct846 HPT_U8 ControllerId; /* controller id */847 HPT_U8 PathId; /* bus */848 HPT_U8 TargetId; /* id */849 HPT_U8 DeviceModeSetting; /* Current Data Transfer mode: 0-4 PIO 0-4 */851 HPT_U8 DeviceType; /* device type */852 HPT_U8 UsableMode; /* highest usable mode */855 HPT_U8 NCQEnabled: 1;856 HPT_U8 NCQSupported: 1;857 HPT_U8 TCQEnabled: 1;[all …]