Home
last modified time | relevance | path

Searched refs:PCommand (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/hptmv/
H A Dcommand.h126 int (* HPTLIBAPI pfnBuildSgl)(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical);
129 void (* HPTLIBAPI pfnCompletion)(_VBUS_ARG PCommand pCmd);
161 PCommand pCmd1;
162 PCommand pCmd2;
188 void (* HPTLIBAPI pfnOrgDone)(_VBUS_ARG PCommand pCmd);
194 PCommand pNext;
195 void (* HPTLIBAPI WaitEntry)(_VBUS_ARG PCommand pCmd);
256 PCommand HPTLIBAPI AllocateCommand(_VBUS_ARG0);
257 void FASTCALL FreeCommand(_VBUS_ARG PCommand pCmd);
264 void HPTLIBAPI AddToWaitingList(PCommand *ppList, PCommand pCmd);
[all …]
H A Dvdevice.h56 PCommand LockWaitList;
68 …void (* HPTLIBAPI pfnSendCommand)(_VBUS_ARG PCommand pCmd); /* call this to send a command to a …
111 extern void (* HPTLIBAPI pfnSendCommand[])(_VBUS_ARG PCommand pCmd);
114 void HPTLIBAPI fDeviceSendCommand(_VBUS_ARG PCommand pCmd);
137 PCommand pFreeCommands;
H A Darray.h261 void HPTLIBAPI fRAID0SendCommand(_VBUS_ARG PCommand pCmd);
262 void HPTLIBAPI fRAID1SendCommand(_VBUS_ARG PCommand pCmd);
263 void HPTLIBAPI fJBODSendCommand(_VBUS_ARG PCommand pCmd);
268 void HPTLIBAPI fRAID5SendCommand(_VBUS_ARG PCommand pCmd);
H A Dioctl.c63 static void HPTLIBAPI thread_io_done(_VBUS_ARG PCommand pCmd);
64 static int HPTLIBAPI R1ControlSgl(_VBUS_ARG PCommand pCmd,
617 R1ControlSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical) in R1ControlSgl()
681 thread_io_done(_VBUS_ARG PCommand pCmd) in thread_io_done()
691 PCommand pCmd; in hpt_rebuild_data_block()
H A Dentry.c107 static void HPTLIBAPI fOsCommandDone(_VBUS_ARG PCommand pCmd);
114 static void handleEdmaError(_VBUS_ARG PCommand pCmd);
124 static int HPTLIBAPI fOsBuildSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSg,
200 handleEdmaError(_VBUS_ARG PCommand pCmd) in handleEdmaError()
1649 PCommand pCmd = (PCommand) commandId; in CommandCompletionCB()
1702 fDeviceSendCommand(_VBUS_ARG PCommand pCmd) in fDeviceSendCommand()
2500 int HPTLIBAPI fOsBuildSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSg, int logical) in fOsBuildSgl()
2611 PCommand pCmd = (PCommand)ar in hpt_io_dmamap_callback()
[all...]
H A Draid5n.h118 PCommand cache_wait_list;
H A Dglobal.h67 typedef struct _Command *PCommand; typedef
H A Dosbsd.h181 PCommand pCommandBlocks;