Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/hptmv/
Dcommand.h128 int (* HPTLIBAPI pfnBuildSgl)(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical);
131 void (* HPTLIBAPI pfnCompletion)(_VBUS_ARG PCommand pCmd);
163 PCommand pCmd1;
164 PCommand pCmd2;
190 void (* HPTLIBAPI pfnOrgDone)(_VBUS_ARG PCommand pCmd);
196 PCommand pNext;
197 void (* HPTLIBAPI WaitEntry)(_VBUS_ARG PCommand pCmd);
258 PCommand HPTLIBAPI AllocateCommand(_VBUS_ARG0);
259 void FASTCALL FreeCommand(_VBUS_ARG PCommand pCmd);
266 void HPTLIBAPI AddToWaitingList(PCommand *ppList, PCommand pCmd);
[all …]
Dvdevice.h58 PCommand LockWaitList;
70 …void (* HPTLIBAPI pfnSendCommand)(_VBUS_ARG PCommand pCmd); /* call this to send a command to a …
113 extern void (* HPTLIBAPI pfnSendCommand[])(_VBUS_ARG PCommand pCmd);
116 void HPTLIBAPI fDeviceSendCommand(_VBUS_ARG PCommand pCmd);
139 PCommand pFreeCommands;
Darray.h263 void HPTLIBAPI fRAID0SendCommand(_VBUS_ARG PCommand pCmd);
264 void HPTLIBAPI fRAID1SendCommand(_VBUS_ARG PCommand pCmd);
265 void HPTLIBAPI fJBODSendCommand(_VBUS_ARG PCommand pCmd);
270 void HPTLIBAPI fRAID5SendCommand(_VBUS_ARG PCommand pCmd);
Dioctl.c65 static void HPTLIBAPI thread_io_done(_VBUS_ARG PCommand pCmd);
66 static int HPTLIBAPI R1ControlSgl(_VBUS_ARG PCommand pCmd,
619 R1ControlSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical) in R1ControlSgl()
683 thread_io_done(_VBUS_ARG PCommand pCmd) in thread_io_done()
693 PCommand pCmd; in hpt_rebuild_data_block()
Dentry.c112 static void HPTLIBAPI fOsCommandDone(_VBUS_ARG PCommand pCmd);
119 static void handleEdmaError(_VBUS_ARG PCommand pCmd);
129 static int HPTLIBAPI fOsBuildSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSg,
205 handleEdmaError(_VBUS_ARG PCommand pCmd) in handleEdmaError()
1654 PCommand pCmd = (PCommand) commandId; in CommandCompletionCB()
1707 fDeviceSendCommand(_VBUS_ARG PCommand pCmd) in fDeviceSendCommand()
2515 int HPTLIBAPI fOsBuildSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSg, int logical) in fOsBuildSgl()
2626 PCommand pCmd = (PCommand)arg; in hpt_io_dmamap_callback()
2767 PCommand pCmd = AllocateCommand(_VBUS_P0); in OsSendCommand()
2878 fOsCommandDone(_VBUS_ARG PCommand pCmd) in fOsCommandDone()
Draid5n.h120 PCommand cache_wait_list;
Dglobal.h69 typedef struct _Command *PCommand; typedef
Dosbsd.h183 PCommand pCommandBlocks;