Lines Matching defs:_Command
96 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;
118 UCHAR Result;
120 UCHAR RetryCount;
123 FPSCAT_GATH pSgTable;
126 int (* HPTLIBAPI pfnBuildSgl)(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical);
129 void (* HPTLIBAPI pfnCompletion)(_VBUS_ARG PCommand pCmd);
132 void *pOrgCommand;
136 union {
205 } uScratch;