Home
last modified time | relevance | path

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

/src/sys/dev/pms/RefTisa/tisa/api/
H A Dtiapi.h454 void *ioHandle,
460 void *ioHandle,
465 osGLOBAL bit32 tiINIFastIOSend(void *ioHandle);
466 osGLOBAL bit32 tiINIFastIOCancel(void *ioHandle);
/src/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c487 void *ioHandle, in tiINIFastIOPrepare() argument
493 void *ioh = ioHandle; in tiINIFastIOPrepare()
503 ioHandle = 0; in tiINIFastIOPrepare()
514 ioHandle = 0; in tiINIFastIOPrepare()
554 ioHandle = saFastSSPPrepare(ioHandle, fc, ossaFastSSPCompleted, fc->safb); in tiINIFastIOPrepare()
555 if (!ioHandle) in tiINIFastIOPrepare()
563 if (ioh && !ioHandle) in tiINIFastIOPrepare()
571 return ioHandle; in tiINIFastIOPrepare()
/src/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h282 void *ioHandle,
287 GLOBAL bit32 saFastSSPSend(void *ioHandle);
288 GLOBAL bit32 saFastSSPCancel(void *ioHandle);
/src/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsassp.c221 GLOBAL bit32 saFastSSPCancel(void *ioHandle) in saFastSSPCancel() argument
229 SA_ASSERT((ioHandle), ""); in saFastSSPCancel()
230 fr = (saFastRequest_t*)ioHandle; in saFastSSPCancel()
530 GLOBAL bit32 saFastSSPSend(void *ioHandle) in saFastSSPSend() argument
538 SA_ASSERT((ioHandle), ""); in saFastSSPSend()
539 fr = (saFastRequest_t*)ioHandle; in saFastSSPSend()