Symbol: PCommand
sys/dev/raid/hptmv/array.h
263
void HPTLIBAPI fRAID0SendCommand(_VBUS_ARG PCommand pCmd);
sys/dev/raid/hptmv/array.h
264
void HPTLIBAPI fRAID1SendCommand(_VBUS_ARG PCommand pCmd);
sys/dev/raid/hptmv/array.h
265
void HPTLIBAPI fJBODSendCommand(_VBUS_ARG PCommand pCmd);
sys/dev/raid/hptmv/array.h
270
void HPTLIBAPI fRAID5SendCommand(_VBUS_ARG PCommand pCmd);
sys/dev/raid/hptmv/command.h
126
int (* HPTLIBAPI pfnBuildSgl)(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical);
sys/dev/raid/hptmv/command.h
129
void (* HPTLIBAPI pfnCompletion)(_VBUS_ARG PCommand pCmd);
sys/dev/raid/hptmv/command.h
161
PCommand pCmd1;
sys/dev/raid/hptmv/command.h
162
PCommand pCmd2;
sys/dev/raid/hptmv/command.h
188
void (* HPTLIBAPI pfnOrgDone)(_VBUS_ARG PCommand pCmd);
sys/dev/raid/hptmv/command.h
194
PCommand pNext;
sys/dev/raid/hptmv/command.h
195
void (* HPTLIBAPI WaitEntry)(_VBUS_ARG PCommand pCmd);
sys/dev/raid/hptmv/command.h
256
PCommand HPTLIBAPI AllocateCommand(_VBUS_ARG0);
sys/dev/raid/hptmv/command.h
257
void FASTCALL FreeCommand(_VBUS_ARG PCommand pCmd);
sys/dev/raid/hptmv/command.h
264
void HPTLIBAPI AddToWaitingList(PCommand *ppList, PCommand pCmd);
sys/dev/raid/hptmv/command.h
265
void HPTLIBAPI DoWaitingList(_VBUS_ARG PCommand *ppList);
sys/dev/raid/hptmv/entry.c
114
static void HPTLIBAPI fOsCommandDone(_VBUS_ARG PCommand pCmd);
sys/dev/raid/hptmv/entry.c
120
static void handleEdmaError(_VBUS_ARG PCommand pCmd);
sys/dev/raid/hptmv/entry.c
130
static int HPTLIBAPI fOsBuildSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSg,
sys/dev/raid/hptmv/entry.c
1666
PCommand pCmd = (PCommand) commandId;
sys/dev/raid/hptmv/entry.c
1719
fDeviceSendCommand(_VBUS_ARG PCommand pCmd)
sys/dev/raid/hptmv/entry.c
212
handleEdmaError(_VBUS_ARG PCommand pCmd)
sys/dev/raid/hptmv/entry.c
2510
static int HPTLIBAPI fOsBuildSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSg, int logical)
sys/dev/raid/hptmv/entry.c
2637
PCommand pCmd = (PCommand)arg;
sys/dev/raid/hptmv/entry.c
2774
PCommand pCmd = AllocateCommand(_VBUS_P0);
sys/dev/raid/hptmv/entry.c
2902
fOsCommandDone(_VBUS_ARG PCommand pCmd)
sys/dev/raid/hptmv/ioctl.c
620
R1ControlSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical)
sys/dev/raid/hptmv/ioctl.c
63
static void HPTLIBAPI thread_io_done(_VBUS_ARG PCommand pCmd);
sys/dev/raid/hptmv/ioctl.c
64
static int HPTLIBAPI R1ControlSgl(_VBUS_ARG PCommand pCmd,
sys/dev/raid/hptmv/ioctl.c
684
thread_io_done(_VBUS_ARG PCommand pCmd)
sys/dev/raid/hptmv/ioctl.c
695
PCommand pCmd;
sys/dev/raid/hptmv/osbsd.h
177
PCommand pCommandBlocks;
sys/dev/raid/hptmv/raid5n.h
118
PCommand cache_wait_list;
sys/dev/raid/hptmv/vdevice.h
111
extern void (* HPTLIBAPI pfnSendCommand[])(_VBUS_ARG PCommand pCmd);
sys/dev/raid/hptmv/vdevice.h
114
void HPTLIBAPI fDeviceSendCommand(_VBUS_ARG PCommand pCmd);
sys/dev/raid/hptmv/vdevice.h
137
PCommand pFreeCommands;
sys/dev/raid/hptmv/vdevice.h
56
PCommand LockWaitList;
sys/dev/raid/hptmv/vdevice.h
68
void (* HPTLIBAPI pfnSendCommand)(_VBUS_ARG PCommand pCmd); /* call this to send a command to a VDevice */