Home
last modified time | relevance | path

Searched defs:_DEVICE_INFO_V2 (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/hptrr/
H A Dhptintf.h703 typedef struct _DEVICE_INFO_V2 { struct
704 HPT_U8 ControllerId; /* controller id */
705 HPT_U8 PathId; /* bus */
706 HPT_U8 TargetId; /* id */
707 HPT_U8 DeviceModeSetting; /* Current Data Transfer mode: 0-4 PIO 0-4 */
709 HPT_U8 DeviceType; /* device type */
710 HPT_U8 UsableMode; /* highest usable mode */
713 HPT_U8 NCQEnabled: 1;
714 HPT_U8 NCQSupported: 1;
715 HPT_U8 TCQEnabled: 1;
[all …]
/src/sys/dev/hpt27xx/
H A Dhptintf.h895 typedef struct _DEVICE_INFO_V2 { struct
896 HPT_U8 ControllerId; /* controller id */
897 HPT_U8 PathId; /* bus */
898 HPT_U8 TargetId; /* id */
899 HPT_U8 DeviceModeSetting; /* Current Data Transfer mode: 0-4 PIO 0-4 */
901 HPT_U8 DeviceType; /* device type */
902 HPT_U8 UsableMode; /* highest usable mode */
905 HPT_U8 NCQEnabled: 1;
906 HPT_U8 NCQSupported: 1;
907 HPT_U8 TCQEnabled: 1;
[all …]
/src/sys/dev/hptnr/
H A Dhptintf.h891 typedef struct _DEVICE_INFO_V2 { struct
892 HPT_U8 ControllerId; /* controller id */
893 HPT_U8 PathId; /* bus */
894 HPT_U8 TargetId; /* id */
895 HPT_U8 DeviceModeSetting; /* Current Data Transfer mode: 0-4 PIO 0-4 */
897 HPT_U8 DeviceType; /* device type */
898 HPT_U8 UsableMode; /* highest usable mode */
901 HPT_U8 NCQEnabled: 1;
902 HPT_U8 NCQSupported: 1;
903 HPT_U8 TCQEnabled: 1;
[all …]