Searched refs:ioHandle (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/api/
H A Dtiapi.h455 void *ioHandle,
461 void *ioHandle,
466 osGLOBAL bit32 tiINIFastIOSend(void *ioHandle);
467 osGLOBAL bit32 tiINIFastIOCancel(void *ioHandle);
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c488 void *ioHandle,
494 void *ioh = ioHandle;
504 ioHandle = 0;
515 ioHandle = 0;
555 ioHandle = saFastSSPPrepare(ioHandle, fc, ossaFastSSPCompleted, fc->safb);
556 if (!ioHandle)
564 if (ioh && !ioHandle)
572 return ioHandle;
486 tiINIFastIOPrepare( tiRoot_t *tiRoot, void *ioHandle, agsaFastCommand_t *fc) argument
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h283 void *ioHandle,
288 GLOBAL bit32 saFastSSPSend(void *ioHandle);
289 GLOBAL bit32 saFastSSPCancel(void *ioHandle);
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsassp.c222 GLOBAL bit32 saFastSSPCancel(void *ioHandle) argument
230 SA_ASSERT((ioHandle), "");
231 fr = (saFastRequest_t*)ioHandle;
531 GLOBAL bit32 saFastSSPSend(void *ioHandle) argument
539 SA_ASSERT((ioHandle), "");
540 fr = (saFastRequest_t*)ioHandle;

Completed in 116 milliseconds