Lines Matching defs:_Command
98 typedef struct _Command struct
100 PVDevice pVDevice;
101 union{
110 } uCmd;
112 USHORT cf_physical_sg: 1;
113 USHORT cf_data_in: 1;
114 USHORT cf_data_out: 1;
115 USHORT cf_atapi: 1;
116 USHORT cf_ide_passthrough: 1;
117 USHORT cf_control: 1;
120 UCHAR Result;
122 UCHAR RetryCount;
125 FPSCAT_GATH pSgTable;
128 int (* HPTLIBAPI pfnBuildSgl)(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical);
131 void (* HPTLIBAPI pfnCompletion)(_VBUS_ARG PCommand pCmd);
134 void *pOrgCommand;
138 union {
207 } uScratch;