Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dcommand.h96 typedef struct _Command struct
98 PVDevice pVDevice;
99 union{
108 } uCmd;
110 USHORT cf_physical_sg: 1;
111 USHORT cf_data_in: 1;
112 USHORT cf_data_out: 1;
113 USHORT cf_atapi: 1;
114 USHORT cf_ide_passthrough: 1;
115 USHORT cf_control: 1;
[all …]