Home
last modified time | relevance | path

Searched refs:osHandle (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdinit.c338 tgtMem->tdMem[i].osHandle = agNULL; in ttdssGetResource()
359 tgtMem->tdMem[0].osHandle = agNULL; in ttdssGetResource()
377 tgtMem->tdMem[1].osHandle = agNULL; in ttdssGetResource()
400 tgtMem->tdMem[2].osHandle = agNULL; in ttdssGetResource()
419 tgtMem->tdMem[3].osHandle = agNULL; in ttdssGetResource()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdinit.c134 iniMem->tdCachedMem[0].osHandle = agNULL; in itdssGetResource()
152 iniMem->tdCachedMem[i].osHandle = agNULL; in itdssGetResource()
/freebsd/sys/dev/pms/RefTisa/discovery/api/
H A Ddm.h121 void *osHandle; member
/freebsd/sys/dev/pms/RefTisa/sat/api/
H A Dsm.h165 void *osHandle; member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c4166 agMemoryRequirement.agMemory[i].osHandle = agNULL; in tiCOMPortInit()
4181 agMemoryRequirement.agMemory[i].osHandle = loResource->loLevelMem.mem[i].osHandle; in tiCOMPortInit()
4203 … osHandle %p\n",i, loResource->loLevelMem.mem[i].virtPtr, loResource->loLevelMem.mem[i].osHandle)); in tiCOMPortInit()
4407 dmMemRequirement.dmMemory[i-LLMemCount].osHandle = loResource->loLevelMem.mem[i].osHandle; in tiCOMPortInit()
4416 … osHandle %p\n",i, loResource->loLevelMem.mem[i].virtPtr, loResource->loLevelMem.mem[i].osHandle)); in tiCOMPortInit()
4452 …smMemRequirement.smMemory[i-LLMemCount-DMMemCount].osHandle = loResource->loLevelMem.mem[i].osHand… in tiCOMPortInit()
4461 … osHandle %p\n",i, loResource->loLevelMem.mem[i].virtPtr, loResource->loLevelMem.mem[i].osHandle)); in tiCOMPortInit()
4497 dmMemRequirement.dmMemory[i-LLMemCount].osHandle = loResource->loLevelMem.mem[i].osHandle; in tiCOMPortInit()
4533 smMemRequirement.smMemory[i-LLMemCount].osHandle = loResource->loLevelMem.mem[i].osHandle; in tiCOMPortInit()
H A Dtdinit.c2091 loResource->loLevelMem.mem[i].osHandle = agNULL; in tdsaLoLevelGetResource()
2210 loResource->loLevelMem.mem[i].osHandle = agNULL; in tdsaLoLevelGetResource()
2301 loResource->loLevelMem.mem[i].osHandle = agNULL; in tdsaLoLevelGetResource()
2393 loResource->loLevelMem.mem[i].osHandle = agNULL; in tdsaLoLevelGetResource()
2514 tdSharedMem->tdSharedCachedMem1.osHandle = agNULL; in tdsaSharedMemCalculate()
/freebsd/sys/dev/pms/RefTisa/tisa/api/
H A Dtitypes.h68 void *osHandle; member
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c215 …%p osHandle%p\n",i, memoryAllocated->smMemory[i].virtPtr, memoryAllocated->smMemory[i].osHandle)); in smInitialize()
H A Dsmsat.c1512 SM_DBG3(("smsatFreeIntIoResource: pointer %p\n", satIntIo->satIntDmaMem.osHandle)); in smsatFreeIntIoResource()
1515 satIntIo->satIntDmaMem.osHandle, in smsatFreeIntIoResource()
1527 satIntIo->satIntReqBodyMem.osHandle, in smsatFreeIntIoResource()
1621 &satIntIo->satIntReqBodyMem.osHandle, in smsatAllocIntIoResource()
1651 &satIntIo->satIntDmaMem.osHandle, in smsatAllocIntIoResource()
1659 SM_DBG3(("smsatAllocIntIoResource: pointer %p \n", satIntIo->satIntDmaMem.osHandle)); in smsatAllocIntIoResource()
1676 satIntIo->satIntReqBodyMem.osHandle, in smsatAllocIntIoResource()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2465 void *osHandle; /**< Handle used for OS to free memory */ member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c19029 &satIntIo->satIntReqBodyMem.osHandle, in satAllocIntIoResource()
19059 &satIntIo->satIntDmaMem.osHandle, in satAllocIntIoResource()
19067 TI_DBG6(("satAllocIntIoResource: pointer %p \n", satIntIo->satIntDmaMem.osHandle)); in satAllocIntIoResource()
19084 satIntIo->satIntReqBodyMem.osHandle, in satAllocIntIoResource()
19214 TI_DBG6(("satFreeIntIoResource: pointer %p\n", satIntIo->satIntDmaMem.osHandle)); in satFreeIntIoResource()
19217 satIntIo->satIntDmaMem.osHandle, in satFreeIntIoResource()
19229 satIntIo->satIntReqBodyMem.osHandle, in satFreeIntIoResource()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c1001 …moryAllocated.region[i].appHandle = memoryAllocated->agMemory[MPI_IBQ_OBQ_INDEX + i].osHandle; in saInitialize()